public class ProcessApplicationRoleMap extends RoleMap
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EDITOR |
static java.lang.String |
VIEWER |
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 |
---|
ProcessApplicationRoleMap() |
Modifier and Type | Method and Description |
---|---|
void |
addEditorGroups(java.lang.Long[] grids_)
Appends to the groups who have editor permissions
|
void |
addEditors(java.lang.String[] unames_)
Appends to the users who have editor permissions
|
void |
addViewerGroups(java.lang.Long[] grids_)
Appends to the groups who have viewer permissions
|
void |
addViewers(java.lang.String[] unames_)
Appends to the users who have viewer permissions
|
java.lang.Long[] |
getEditorGroups()
Retrieves the groups who have editor permissions
|
java.lang.String[] |
getEditors()
Retrieves the users who have editor permissions
|
java.lang.Long[] |
getViewerGroups()
Retrieves the groups who have viewer permissions
|
java.lang.String[] |
getViewers()
Retrieves the users who have viewer permissions
|
void |
removeEditorGroups(java.lang.Long[] grids_)
Deletes from the groups who have editor permissions
|
void |
removeEditors(java.lang.String[] unames_)
Deletes from the users who have editor permissions
|
void |
removeViewerGroups(java.lang.Long[] grids_)
Deletes from the groups who have viewer permissions
|
void |
removeViewers(java.lang.String[] unames_)
Deletes from the users who have viewer permissions
|
void |
setEditorGroups(java.lang.Long[] grids_)
Sets the groups who have editor permissions
|
void |
setEditors(java.lang.String[] unames_)
Sets the users who have editor permissions
|
void |
setViewerGroups(java.lang.Long[] grids_)
Sets the groups who have viewer permissions
|
void |
setViewers(java.lang.String[] unames_)
Sets the users who have viewer 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 EDITOR
public static final java.lang.String VIEWER
public java.lang.String[] getEditors()
Array
containing the unique IDs (usernames) of the
userspublic java.lang.Long[] getEditorGroups()
Array
containing the unique IDs of the groupspublic void setEditors(java.lang.String[] unames_)
unames_
- Array
containing the unique IDs (usernames) of
the userspublic void setEditorGroups(java.lang.Long[] grids_)
grids_
- Array
containing the unique IDs of the groupspublic void addEditors(java.lang.String[] unames_)
unames_
- Array
containing the unique IDs (usernames) of
the users to be addedpublic void addEditorGroups(java.lang.Long[] grids_)
grids_
- Array
containing the unique IDs of the groups
to be addedpublic void removeEditors(java.lang.String[] unames_)
unames_
- Array
containing the unique IDs (usernames)
of the users to be deletedpublic void removeEditorGroups(java.lang.Long[] grids_)
grids_
- Array
containing the unique IDs of the groups
to be deletedpublic java.lang.String[] getViewers()
Array
containing the unique IDs (usernames) of the
userspublic java.lang.Long[] getViewerGroups()
Array
containing the unique IDs of the groupspublic void setViewers(java.lang.String[] unames_)
unames_
- Array
containing the unique IDs (usernames) of
the userspublic void setViewerGroups(java.lang.Long[] grids_)
grids_
- Array
containing the unique IDs of the groupspublic void addViewers(java.lang.String[] unames_)
unames_
- Array
containing the unique IDs (usernames) of
the users to be addedpublic void addViewerGroups(java.lang.Long[] grids_)
grids_
- Array
containing the unique IDs of the groups
to be addedpublic void removeViewers(java.lang.String[] unames_)
unames_
- Array
containing the unique IDs (usernames)
of the users to be deletedpublic void removeViewerGroups(java.lang.Long[] grids_)
grids_
- Array
containing the unique IDs of the groups
to be deletedCopyright © 2003-2024 Appian Corporation. All Rights Reserved.