Class CollaborationRoleMap
java.lang.Object
com.appiancorp.suiteapi.common.RoleMap
com.appiancorp.suiteapi.collaboration.CollaborationRoleMap
- All Implemented Interfaces:
XMLable
,Serializable
,Map
Deprecated.
This class represents the access permissions for an element in the collaboration center.
Copyright: Copyright (c) 2002, 2003
Company: Appian Corporation
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.Fields inherited from class com.appiancorp.suiteapi.common.RoleMap
AGGREGATE_SECURITY_KEY, SECURITY_KEY, TYPE_AGGREGATE_GROUP, TYPE_AGGREGATE_USER, TYPE_GROUP, TYPE_GROUP_UUIDS, TYPE_USER, TYPE_USER_UUIDS
Fields inherited from interface com.appiancorp.suiteapi.common.XMLable
DEFAULT_BUFFER_SIZE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdministratorGroups
(Long[] grids_) Deprecated.Appends to the groups who have administrative permissionsvoid
addAdministrators
(String[] unames_) Deprecated.Appends to the users who have administrative permissionsvoid
addAuthorGroups
(Long[] grids_) Deprecated.Appends to the groups who have authoring (read/write) permissionsvoid
addAuthors
(String[] unames_) Deprecated.Appends to the users who have authoring (read/write) permissionsvoid
addReaderGroups
(Long[] grids_) Deprecated.Appends to the groups who have read-only permissionsvoid
addReaders
(String[] unames_) Deprecated.Appends to the users who have read-only permissionsLong[]
Deprecated.Retrieves the groups who have administrative permissionsString[]
Deprecated.Retrieves the users who have administrative permissionsLong[]
Deprecated.Retrieves the groups who have authoring (read/write) permissionsString[]
Deprecated.Retrieves the users who have authoring (read/write) permissionsLong[]
Deprecated.Retrieves the groups who have read-only permissionsString[]
Deprecated.Retrieves the users who have read-only permissionsvoid
removeAdministratorGroups
(Long[] grids_) Deprecated.Deletes from the groups who have administrative permissionsvoid
removeAdministrators
(String[] unames_) Deprecated.Deletes from the users who have administrative permissionsvoid
removeAuthorGroups
(Long[] grids_) Deprecated.Delete from the groups who have authoring (read/write) permissionsvoid
removeAuthors
(String[] unames_) Deprecated.Delete from the users who have authoring (read/write) permissionsvoid
removeReaderGroups
(Long[] grids_) Deprecated.Delete from the groups who have read-only permissionsvoid
removeReaders
(String[] unames_) Deprecated.Delete from the users who have read-only permissionsvoid
setAdministratorGroups
(Long[] grids_) Deprecated.Sets the groups who have administrative permissionsvoid
setAdministrators
(String[] unames_) Deprecated.Sets the users who have administrative permissionsvoid
setAuthorGroups
(Long[] grids_) Deprecated.Sets the groups who have authoring (read/write) permissionsvoid
setAuthors
(String[] unames_) Deprecated.Sets the users who have authoring (read/write) permissionsvoid
setReaderGroups
(Long[] grids_) Deprecated.Sets the groups who have authoring read-only permissionsvoid
setReaders
(String[] unames_) Deprecated.Sets the users who have read-only permissionsMethods inherited from class com.appiancorp.suiteapi.common.RoleMap
addActorsToRole, addActorsToRole, clear, containsActors, containsKey, containsValue, entrySet, equals, get, getActorsInRole, getAggregateSecurity, getAllGroupIds, getAllUsernames, getRole, getRoleNames, getRoles, getSecurity, hashCode, init, isEmpty, keySet, mergeWith, put, putAll, remove, removeActorsFromRole, removeActorsFromRole, removeAllRoles, setActorsInRole, setActorsInRole, setAggregateSecurity, setRole, setRoles, setRoles, setSecurity, size, toString, toXML, toXML, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
READER
Deprecated.- See Also:
-
AUTHOR
Deprecated.- See Also:
-
ADMINISTRATOR
Deprecated.- See Also:
-
-
Constructor Details
-
CollaborationRoleMap
public CollaborationRoleMap()Deprecated.
-
-
Method Details
-
getAdministrators
Deprecated.Retrieves the users who have administrative permissions- Returns:
- a list containing the unique IDs of the users
-
getAdministratorGroups
Deprecated.Retrieves the groups who have administrative permissions- Returns:
- a list containing the unique IDs of the groups
-
setAdministrators
Deprecated.Sets the users who have administrative permissions- Parameters:
unames_
- a list containing the unique IDs of the users
-
setAdministratorGroups
Deprecated.Sets the groups who have administrative permissions- Parameters:
grids_
- a list containing the unique IDs of the groups
-
addAdministrators
Deprecated.Appends to the users who have administrative permissions- Parameters:
unames_
- a list containing the unique IDs of the users to be added
-
addAdministratorGroups
Deprecated.Appends to the groups who have administrative permissions- Parameters:
grids_
- a list containing the unique IDs of the groups to be added
-
removeAdministrators
Deprecated.Deletes from the users who have administrative permissions- Parameters:
unames_
- a list containing the unique IDs of the users to be deleted
-
removeAdministratorGroups
Deprecated.Deletes from the groups who have administrative permissions- Parameters:
grids_
- a list containing the unique IDs of the groups to be deleted
-
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
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
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
Deprecated.Retrieves the groups who have read-only permissions- Returns:
- a list containing the unique IDs the groups who have read-only permissions
-
setAuthors
Deprecated.Sets the users who have authoring (read/write) permissions- Parameters:
unames_
- a list containing the unique IDs of the users
-
setAuthorGroups
Deprecated.Sets the groups who have authoring (read/write) permissions- Parameters:
grids_
- a list containing the unique IDs of the groups
-
setReaders
Deprecated.Sets the users who have read-only permissions- Parameters:
unames_
- a list containing the unique IDs of the users
-
setReaderGroups
Deprecated.Sets the groups who have authoring read-only permissions- Parameters:
grids_
- a list containing the unique IDs of the groups
-
addAuthors
Deprecated.Appends to the users who have authoring (read/write) permissions- Parameters:
unames_
- a list containing the unique IDs of the users
-
addAuthorGroups
Deprecated.Appends to the groups who have authoring (read/write) permissions- Parameters:
grids_
- a list containing the unique IDs of the groups
-
addReaders
Deprecated.Appends to the users who have read-only permissions- Parameters:
unames_
- a list containing the unique IDs of the users
-
addReaderGroups
Deprecated.Appends to the groups who have read-only permissions- Parameters:
grids_
- a list containing the unique IDs of the groups
-
removeAuthors
Deprecated.Delete from the users who have authoring (read/write) permissions- Parameters:
unames_
- a list containing the unique IDs of the users
-
removeAuthorGroups
Deprecated.Delete from the groups who have authoring (read/write) permissions- Parameters:
grids_
- a list containing the unique IDs of the groups
-
removeReaders
Deprecated.Delete from the users who have read-only permissions- Parameters:
unames_
- a list containing the unique IDs of the users
-
removeReaderGroups
Deprecated.Delete from the groups who have read-only permissions- Parameters:
grids_
- a list containing the unique IDs of the groups
-
ContentRoleMap
instead.