Class AdminConsoleRoleMap

java.lang.Object
com.appiancorp.suiteapi.common.RoleMap
com.appiancorp.suiteapi.administration.AdminConsoleRoleMap
All Implemented Interfaces:
XMLable, Serializable, Map

@Deprecated public class AdminConsoleRoleMap extends RoleMap
Deprecated.
This class pertains to the legacy admin console, which will be replaced by the Appian Administration Console over the coming releases.
The Role Map for the Administration Console. The possible roles are Viewer and Editor.

Viewers can enter the Administration Console, create pages, and view pages that they have permission to view. Editors can edit the security settings of the Administration Console.

See Also:
  • Field Details

  • Constructor Details

    • AdminConsoleRoleMap

      public AdminConsoleRoleMap()
      Deprecated.
  • Method Details

    • getRoleForColumn

      public static String getRoleForColumn(int n_)
      Deprecated.
      Returns the role for the specified column number.
      Parameters:
      n_ - The column index for the role. This is one of COLUMN_VIEWER or COLUMN_EDITOR
      Returns:
      The role for the specified column number, or null if the column does not map to a role
    • addViewers

      public void addViewers(String[] users_)
      Deprecated.
      Adds to the list of users that have viewer permissions.
      Parameters:
      users_ - an Array containing the unique IDs (usernames) of the users to be added
    • getViewers

      public String[] getViewers()
      Deprecated.
      Returns the list of users that have viewer permissions.
      Returns:
      an Array containing the unique IDs (usernames) of the users
      See Also:
    • setViewers

      public void setViewers(String[] users_)
      Deprecated.
      Sets the list of users that have viewer permissions.
      Parameters:
      users_ - an Array containing the unique IDs (usernames) of the users
      See Also:
    • removeViewers

      public void removeViewers(String[] users_)
      Deprecated.
      Removes from the list of users that have viewer permissions.
      Parameters:
      users_ - an Array containing the unique IDs (usernames) of the users to be removed
    • addViewerGroups

      public void addViewerGroups(Long[] groups_)
      Deprecated.
      Adds to the list of groups that have viewer permissions.
      Parameters:
      groups_ - an Array containing the unique IDs of the groups to be added
    • getViewerGroups

      public Long[] getViewerGroups()
      Deprecated.
      Returns the list of groups that have viewer permissions.
      Returns:
      an Array containing the unique IDs of the groups
      See Also:
    • setViewerGroups

      public void setViewerGroups(Long[] groups_)
      Deprecated.
      Sets the list of groups with viewer permissions.
      Parameters:
      groups_ - an Array containing the unique IDs of the groups
      See Also:
    • removeViewerGroups

      public void removeViewerGroups(Long[] groups_)
      Deprecated.
      Removes from the list of groups with viewer permissions.
      Parameters:
      groups_ - an Array containing the unique IDs of the groups to be removed
    • addEditors

      public void addEditors(String[] users_)
      Deprecated.
      Adds to the list of users that have editor permissions.
      Parameters:
      users_ - an Array containing the unique IDs (usernames) of the users to be added
    • getEditors

      public String[] getEditors()
      Deprecated.
      Returns the list of users that have editor permissions.
      Returns:
      an Array containing the unique IDs (usernames) of the users
      See Also:
    • setEditors

      public void setEditors(String[] users_)
      Deprecated.
      Sets the list of users that have editor permissions.
      Parameters:
      users_ - an Array containing the unique IDs (usernames) of the users
      See Also:
    • removeEditors

      public void removeEditors(String[] users_)
      Deprecated.
      Removes from the list of users that have editor permissions.
      Parameters:
      users_ - an Array containing the unique IDs (usernames) of the users to be removed
    • addEditorGroups

      public void addEditorGroups(Long[] groups_)
      Deprecated.
      Adds to the list of groups that have editor permissions.
      Parameters:
      groups_ - an Array containing the unique IDs of the groups to be added
    • getEditorGroups

      public Long[] getEditorGroups()
      Deprecated.
      Returns the list of groups that have editor permissions.
      Returns:
      an Array containing the unique IDs of the groups
      See Also:
    • setEditorGroups

      public void setEditorGroups(Long[] groups_)
      Deprecated.
      Sets the list of groups with editor permissions.
      Parameters:
      groups_ - an Array containing the unique IDs of the groups
      See Also:
    • removeEditorGroups

      public void removeEditorGroups(Long[] groups_)
      Deprecated.
      Removes from the list of groups with editor permissions.
      Parameters:
      groups_ - an Array containing the unique IDs of the groups to be removed