ContentRoleMap
instead.@Deprecated public class CollaborationRoleMap extends RoleMap
This class represents the access permissions for an element in the collaboration center.
Copyright: Copyright (c) 2002, 2003
Company: Appian Corporation
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADMINISTRATOR
Deprecated.
|
static java.lang.String |
AUTHOR
Deprecated.
|
static java.lang.String |
READER
Deprecated.
|
AGGREGATE_SECURITY_KEY, SECURITY_KEY, TYPE_AGGREGATE_GROUP, TYPE_AGGREGATE_USER, TYPE_GROUP, TYPE_GROUP_UUIDS, TYPE_USER, TYPE_USER_UUIDS
DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
CollaborationRoleMap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addAdministratorGroups(java.lang.Long[] grids_)
Deprecated.
Appends to the groups who have administrative permissions
|
void |
addAdministrators(java.lang.String[] unames_)
Deprecated.
Appends to the users who have administrative permissions
|
void |
addAuthorGroups(java.lang.Long[] grids_)
Deprecated.
Appends to the groups who have authoring (read/write) permissions
|
void |
addAuthors(java.lang.String[] unames_)
Deprecated.
Appends to the users who have authoring (read/write) permissions
|
void |
addReaderGroups(java.lang.Long[] grids_)
Deprecated.
Appends to the groups who have read-only permissions
|
void |
addReaders(java.lang.String[] unames_)
Deprecated.
Appends to the users who have read-only permissions
|
java.lang.Long[] |
getAdministratorGroups()
Deprecated.
Retrieves the groups who have administrative permissions
|
java.lang.String[] |
getAdministrators()
Deprecated.
Retrieves the users who have administrative permissions
|
java.lang.Long[] |
getAuthorGroups()
Deprecated.
Retrieves the groups who have authoring (read/write) permissions
|
java.lang.String[] |
getAuthors()
Deprecated.
Retrieves the users who have authoring (read/write) permissions
|
java.lang.Long[] |
getReaderGroups()
Deprecated.
Retrieves the groups who have read-only permissions
|
java.lang.String[] |
getReaders()
Deprecated.
Retrieves the users who have read-only permissions
|
void |
removeAdministratorGroups(java.lang.Long[] grids_)
Deprecated.
Deletes from the groups who have administrative permissions
|
void |
removeAdministrators(java.lang.String[] unames_)
Deprecated.
Deletes from the users who have administrative permissions
|
void |
removeAuthorGroups(java.lang.Long[] grids_)
Deprecated.
Delete from the groups who have authoring (read/write) permissions
|
void |
removeAuthors(java.lang.String[] unames_)
Deprecated.
Delete from the users who have authoring (read/write) permissions
|
void |
removeReaderGroups(java.lang.Long[] grids_)
Deprecated.
Delete from the groups who have read-only permissions
|
void |
removeReaders(java.lang.String[] unames_)
Deprecated.
Delete from the users who have read-only permissions
|
void |
setAdministratorGroups(java.lang.Long[] grids_)
Deprecated.
Sets the groups who have administrative permissions
|
void |
setAdministrators(java.lang.String[] unames_)
Deprecated.
Sets the users who have administrative permissions
|
void |
setAuthorGroups(java.lang.Long[] grids_)
Deprecated.
Sets the groups who have authoring (read/write) permissions
|
void |
setAuthors(java.lang.String[] unames_)
Deprecated.
Sets the users who have authoring (read/write) permissions
|
void |
setReaderGroups(java.lang.Long[] grids_)
Deprecated.
Sets the groups who have authoring read-only permissions
|
void |
setReaders(java.lang.String[] unames_)
Deprecated.
Sets the users who have read-only permissions
|
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final java.lang.String READER
public static final java.lang.String AUTHOR
public static final java.lang.String ADMINISTRATOR
public java.lang.String[] getAdministrators()
public java.lang.Long[] getAdministratorGroups()
public void setAdministrators(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the userspublic void setAdministratorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groupspublic void addAdministrators(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be addedpublic void addAdministratorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be addedpublic void removeAdministrators(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be deletedpublic void removeAdministratorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be deletedpublic java.lang.String[] getAuthors()
public java.lang.Long[] getAuthorGroups()
public java.lang.String[] getReaders()
public java.lang.Long[] getReaderGroups()
public void setAuthors(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the userspublic void setAuthorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groupspublic void setReaders(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the userspublic void setReaderGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groupspublic void addAuthors(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the userspublic void addAuthorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groupspublic void addReaders(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the userspublic void addReaderGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groupspublic void removeAuthors(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the userspublic void removeAuthorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groupspublic void removeReaders(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the userspublic void removeReaderGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groupsCopyright © 2003-2024 Appian Corporation. All Rights Reserved.