Class RoleMapChanges

java.lang.Object
com.appiancorp.suiteapi.content.RoleMapChanges

public class RoleMapChanges extends Object
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 Details

    • RoleMapChanges

      public RoleMapChanges()
  • Method Details

    • getApprovedGroups

      public Long[] getApprovedGroups()
      Returns the ids of the groups that were approved.
      Returns:
      group ids
      See Also:
    • setApprovedGroups

      public void setApprovedGroups(Long[] approvedGroups_)
      Set the ids of the groups that were approved.
      Parameters:
      approvedGroups_ - group ids
      See Also:
    • getApprovedUser

      public String[] getApprovedUser()
      Returns the usernames of the users that were approved.
      Returns:
      usernames
      See Also:
    • setApprovedUser

      public void setApprovedUser(String[] approvedUsers_)
      Set the usernames of the users that were approved.
      Parameters:
      approvedUsers_ - usernames
      See Also:
    • getRejectedGroups

      public Long[] getRejectedGroups()
      Returns the ids of the groups that were rejected.
      Returns:
      group ids
      See Also:
    • setRejectedGroups

      public void setRejectedGroups(Long[] rejectedGroups_)
      Set the ids of the groups that were rejected.
      Parameters:
      rejectedGroups_ - group ids
      See Also:
    • getRejectedUser

      public String[] getRejectedUser()
      Returns the usernames of the users that were rejected.
      Returns:
      usernames
      See Also:
    • setRejectedUser

      public void setRejectedUser(String[] rejectedUsers_)
      Set the usernames of the users that were rejected.
      Parameters:
      rejectedUsers_ - usernames
      See Also: