@Deprecated public class ThreadRoleMap extends RoleMap
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OWNERS
Deprecated.
|
static java.lang.String |
PARTICIPANTS
Deprecated.
|
static java.lang.String |
THREAD_ADMINS
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 |
---|
ThreadRoleMap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addForumAdministratorGroups(java.lang.Long[] groupIds_)
Deprecated.
Appends to the groups who have forum administrative permissions
|
void |
addForumAdministrators(java.lang.String[] usernames_)
Deprecated.
Appends to the users who have administrative permissions
|
void |
addOwnerGroups(java.lang.Long[] groupIds_)
Deprecated.
|
void |
addOwners(java.lang.String[] usernames_)
Deprecated.
|
void |
addParticipantGroups(java.lang.Long[] groupIds_)
Deprecated.
Appends to the groups who have Participating (read/write) permissions
|
void |
addParticipants(java.lang.String[] usernames_)
Deprecated.
Appends to the users who have participating (read/write) permissions
|
java.lang.Long[] |
getForumAdministratorGroups()
Deprecated.
Retrieves the groups who have forum administrative permissions
|
java.lang.String[] |
getForumAdministrators()
Deprecated.
Retrieves the users who have forum administrative permissions
|
java.lang.Long[] |
getOwnerGroups()
Deprecated.
|
java.lang.String[] |
getOwners()
Deprecated.
|
java.lang.Long[] |
getParticipantGroups()
Deprecated.
Retrieves the groups who have read/write permissions
|
java.lang.String[] |
getParticipants()
Deprecated.
Retrieves the users who have read/write permissions
|
void |
removeAdministrators(java.lang.String[] usernames_)
Deprecated.
Deletes from the users who have administrative permissions
|
void |
removeForumAdministratorGroups(java.lang.Long[] groupIds_)
Deprecated.
Deletes from the groups who have forum administrative permissions
|
void |
removeOwnerGroups(java.lang.Long[] groupIds_)
Deprecated.
|
void |
removeOwners(java.lang.String[] usernames_)
Deprecated.
|
void |
removeParticipantGroups(java.lang.Long[] groupIds_)
Deprecated.
Delete from the groups who have read/write permissions
|
void |
removeParticipants(java.lang.String[] usernames_)
Deprecated.
Delete from the users who have read/write permissions
|
void |
setForumAdministratorGroups(java.lang.Long[] groupIds_)
Deprecated.
Sets the groups who have forum administrative permissions
|
void |
setForumAdministrators(java.lang.String[] usernames_)
Deprecated.
Sets the users who have forum administrative permissions
|
void |
setOwnerGroups(java.lang.Long[] groupIds_)
Deprecated.
|
void |
setOwners(java.lang.String[] usernames_)
Deprecated.
|
void |
setParticipantGroups(java.lang.Long[] groupIds_)
Deprecated.
Sets the groups who have PARTICIPANTSing (read/write) permissions
|
void |
setParticipants(java.lang.String[] usernames_)
Deprecated.
Sets the users who have read/write 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 PARTICIPANTS
public static final java.lang.String THREAD_ADMINS
public static final java.lang.String OWNERS
public java.lang.String[] getForumAdministrators()
public java.lang.Long[] getForumAdministratorGroups()
public void setForumAdministrators(java.lang.String[] usernames_)
usernames_
- the user names to setpublic void setForumAdministratorGroups(java.lang.Long[] groupIds_)
groupIds_
- a list containing the unique IDs of the groupspublic void addForumAdministrators(java.lang.String[] usernames_)
usernames_
- public void addForumAdministratorGroups(java.lang.Long[] groupIds_)
groupIds_
- a list containing the unique IDs of the groups to be addedpublic void removeAdministrators(java.lang.String[] usernames_)
usernames_
- the user names to removepublic void removeForumAdministratorGroups(java.lang.Long[] groupIds_)
groupIds_
- a list containing the unique IDs of the groups to be deletedpublic java.lang.String[] getParticipants()
public java.lang.Long[] getParticipantGroups()
public void setParticipants(java.lang.String[] usernames_)
usernames_
- a list containing the unique IDs of the userspublic void setParticipantGroups(java.lang.Long[] groupIds_)
groupIds_
- a list containing the unique IDs of the groupspublic void addParticipants(java.lang.String[] usernames_)
usernames_
- a list containing the unique IDs of the userspublic void addParticipantGroups(java.lang.Long[] groupIds_)
groupIds_
- a list containing the unique IDs of the groupspublic void removeParticipants(java.lang.String[] usernames_)
usernames_
- a list containing the unique IDs of the userspublic void removeParticipantGroups(java.lang.Long[] groupIds_)
groupIds_
- a list containing the unique IDs of the groupspublic java.lang.String[] getOwners()
public java.lang.Long[] getOwnerGroups()
public void setOwners(java.lang.String[] usernames_)
public void setOwnerGroups(java.lang.Long[] groupIds_)
public void addOwners(java.lang.String[] usernames_)
public void addOwnerGroups(java.lang.Long[] groupIds_)
public void removeOwners(java.lang.String[] usernames_)
public void removeOwnerGroups(java.lang.Long[] groupIds_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.