Package com.appiancorp.suiteapi.content
Class RoleMapChanges
java.lang.Object
com.appiancorp.suiteapi.content.RoleMapChanges
This class returns information about which users/groups were
approved/rejected when modifying the roleMap for a content item.
Note: This is typically used for notifications
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionLong[]
Returns the ids of the groups that were approved.String[]
Returns the usernames of the users that were approved.Long[]
Returns the ids of the groups that were rejected.String[]
Returns the usernames of the users that were rejected.void
setApprovedGroups
(Long[] approvedGroups_) Set the ids of the groups that were approved.void
setApprovedUser
(String[] approvedUsers_) Set the usernames of the users that were approved.void
setRejectedGroups
(Long[] rejectedGroups_) Set the ids of the groups that were rejected.void
setRejectedUser
(String[] rejectedUsers_) Set the usernames of the users that were rejected.
-
Constructor Details
-
RoleMapChanges
public RoleMapChanges()
-
-
Method Details
-
getApprovedGroups
Returns the ids of the groups that were approved.- Returns:
- group ids
- See Also:
-
setApprovedGroups
Set the ids of the groups that were approved.- Parameters:
approvedGroups_
- group ids- See Also:
-
getApprovedUser
Returns the usernames of the users that were approved.- Returns:
- usernames
- See Also:
-
setApprovedUser
Set the usernames of the users that were approved.- Parameters:
approvedUsers_
- usernames- See Also:
-
getRejectedGroups
Returns the ids of the groups that were rejected.- Returns:
- group ids
- See Also:
-
setRejectedGroups
Set the ids of the groups that were rejected.- Parameters:
rejectedGroups_
- group ids- See Also:
-
getRejectedUser
Returns the usernames of the users that were rejected.- Returns:
- usernames
- See Also:
-
setRejectedUser
Set the usernames of the users that were rejected.- Parameters:
rejectedUsers_
- usernames- See Also:
-