Class CollaborationRoleMap

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

@Deprecated public class CollaborationRoleMap extends RoleMap
Deprecated.
Use the class ContentRoleMap instead.

This class represents the access permissions for an element in the collaboration center.

Copyright: Copyright (c) 2002, 2003

Company: Appian Corporation

See Also:
  • Field Details

  • Constructor Details

    • CollaborationRoleMap

      public CollaborationRoleMap()
      Deprecated.
  • Method Details

    • getAdministrators

      public String[] getAdministrators()
      Deprecated.
      Retrieves the users who have administrative permissions
      Returns:
      a list containing the unique IDs of the users
    • getAdministratorGroups

      public Long[] getAdministratorGroups()
      Deprecated.
      Retrieves the groups who have administrative permissions
      Returns:
      a list containing the unique IDs of the groups
    • setAdministrators

      public void setAdministrators(String[] unames_)
      Deprecated.
      Sets the users who have administrative permissions
      Parameters:
      unames_ - a list containing the unique IDs of the users
    • setAdministratorGroups

      public void setAdministratorGroups(Long[] grids_)
      Deprecated.
      Sets the groups who have administrative permissions
      Parameters:
      grids_ - a list containing the unique IDs of the groups
    • addAdministrators

      public void addAdministrators(String[] unames_)
      Deprecated.
      Appends to the users who have administrative permissions
      Parameters:
      unames_ - a list containing the unique IDs of the users to be added
    • addAdministratorGroups

      public void addAdministratorGroups(Long[] grids_)
      Deprecated.
      Appends to the groups who have administrative permissions
      Parameters:
      grids_ - a list containing the unique IDs of the groups to be added
    • removeAdministrators

      public void removeAdministrators(String[] unames_)
      Deprecated.
      Deletes from the users who have administrative permissions
      Parameters:
      unames_ - a list containing the unique IDs of the users to be deleted
    • removeAdministratorGroups

      public void removeAdministratorGroups(Long[] grids_)
      Deprecated.
      Deletes from the groups who have administrative permissions
      Parameters:
      grids_ - a list containing the unique IDs of the groups to be deleted
    • getAuthors

      public String[] getAuthors()
      Deprecated.
      Retrieves the users who have authoring (read/write) permissions
      Returns:
      a list containing the unique IDs of the users who have authoring (read/write) permissions
    • getAuthorGroups

      public Long[] getAuthorGroups()
      Deprecated.
      Retrieves the groups who have authoring (read/write) permissions
      Returns:
      a list containing the unique IDs of the groups who have authoring (read/write) permissions
    • getReaders

      public String[] getReaders()
      Deprecated.
      Retrieves the users who have read-only permissions
      Returns:
      a list containing the unique IDs of the users who have read-only permissions
    • getReaderGroups

      public Long[] getReaderGroups()
      Deprecated.
      Retrieves the groups who have read-only permissions
      Returns:
      a list containing the unique IDs the groups who have read-only permissions
    • setAuthors

      public void setAuthors(String[] unames_)
      Deprecated.
      Sets the users who have authoring (read/write) permissions
      Parameters:
      unames_ - a list containing the unique IDs of the users
    • setAuthorGroups

      public void setAuthorGroups(Long[] grids_)
      Deprecated.
      Sets the groups who have authoring (read/write) permissions
      Parameters:
      grids_ - a list containing the unique IDs of the groups
    • setReaders

      public void setReaders(String[] unames_)
      Deprecated.
      Sets the users who have read-only permissions
      Parameters:
      unames_ - a list containing the unique IDs of the users
    • setReaderGroups

      public void setReaderGroups(Long[] grids_)
      Deprecated.
      Sets the groups who have authoring read-only permissions
      Parameters:
      grids_ - a list containing the unique IDs of the groups
    • addAuthors

      public void addAuthors(String[] unames_)
      Deprecated.
      Appends to the users who have authoring (read/write) permissions
      Parameters:
      unames_ - a list containing the unique IDs of the users
    • addAuthorGroups

      public void addAuthorGroups(Long[] grids_)
      Deprecated.
      Appends to the groups who have authoring (read/write) permissions
      Parameters:
      grids_ - a list containing the unique IDs of the groups
    • addReaders

      public void addReaders(String[] unames_)
      Deprecated.
      Appends to the users who have read-only permissions
      Parameters:
      unames_ - a list containing the unique IDs of the users
    • addReaderGroups

      public void addReaderGroups(Long[] grids_)
      Deprecated.
      Appends to the groups who have read-only permissions
      Parameters:
      grids_ - a list containing the unique IDs of the groups
    • removeAuthors

      public void removeAuthors(String[] unames_)
      Deprecated.
      Delete from the users who have authoring (read/write) permissions
      Parameters:
      unames_ - a list containing the unique IDs of the users
    • removeAuthorGroups

      public void removeAuthorGroups(Long[] grids_)
      Deprecated.
      Delete from the groups who have authoring (read/write) permissions
      Parameters:
      grids_ - a list containing the unique IDs of the groups
    • removeReaders

      public void removeReaders(String[] unames_)
      Deprecated.
      Delete from the users who have read-only permissions
      Parameters:
      unames_ - a list containing the unique IDs of the users
    • removeReaderGroups

      public void removeReaderGroups(Long[] grids_)
      Deprecated.
      Delete from the groups who have read-only permissions
      Parameters:
      grids_ - a list containing the unique IDs of the groups