public class ProcessRoleMap extends RoleMap
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADMIN_OWNER |
static java.lang.String[] |
ALL_ROLES |
static int |
COLUMN_ADMIN_OWNER |
static int |
COLUMN_EDITOR |
static int |
COLUMN_EXPLICIT_NONMEMBER |
static int |
COLUMN_INITIATOR |
static int |
COLUMN_MANAGER |
static int |
COLUMN_VIEWER |
static java.lang.String |
EDITOR |
static java.lang.String |
EXPLICIT_NONMEMBER |
static java.lang.String |
INITIATOR |
static java.lang.String |
MANAGER |
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 |
---|
ProcessRoleMap() |
ProcessRoleMap(RoleMap roleMap) |
Modifier and Type | Method and Description |
---|---|
void |
addAdminOwnerGroups(java.lang.Long[] grids_)
Adds administrative permission for the groups
|
void |
addAdminOwners(java.lang.String[] unames_)
Adds administrative permission for the users
|
void |
addAnalystGroups(java.lang.Long[] grids_)
Deprecated.
|
void |
addAnalysts(java.lang.String[] unames_)
Deprecated.
|
void |
addEditorGroups(java.lang.Long[] grids_)
Adds editor permission to the groups
|
void |
addEditors(java.lang.String[] unames_)
Adds editor permission to the users
|
void |
addExplicitNonViewerGroups(java.lang.Long[] grids_)
Adds explicitly denied permission to the groups
|
void |
addExplicitNonViewers(java.lang.String[] unames_)
Adds explicitly denied permission to the users
|
void |
addInitiatorGroups(java.lang.Long[] grids_)
Adds analyst permission to the groups
|
void |
addInitiators(java.lang.String[] unames_)
Adds analyst permission to the users
|
void |
addManagerGroups(java.lang.Long[] grids_)
Adds power user permissions to the groups
|
void |
addManagers(java.lang.String[] unames_)
Adds power user permissions to the users
|
void |
addPowerUserGroups(java.lang.Long[] grids_)
Deprecated.
|
void |
addPowerUsers(java.lang.String[] unames_)
Deprecated.
|
void |
addViewerGroups(java.lang.Long[] grids_)
Adds viewer permission to the groups
|
void |
addViewers(java.lang.String[] unames_)
Adds viewer permission to the users
|
java.lang.Long[] |
getAdminOwnerGroups()
Retrieves the groups who have administrative permissions
|
java.lang.String[] |
getAdminOwners()
Retrieves the users who have administrative permissions
|
java.lang.Long[] |
getAnalystGroups()
Deprecated.
|
java.lang.String[] |
getAnalysts()
Deprecated.
|
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[] |
getExplicitNonViewerGroups()
Retrieves the groups who have been explicitly denied permissions
|
java.lang.String[] |
getExplicitNonViewers()
Retrieves the users who have been explicitly denied permissions
|
java.lang.Long[] |
getInitiatorGroups()
Retrieves the groups who have analyst permissions
|
java.lang.String[] |
getInitiators()
Retrieves the users who have analyst permissions
|
java.lang.Long[] |
getManagerGroups()
Retrieves the groups who have power user permissions
|
java.lang.String[] |
getManagers()
Retrieves the users who have power user permissions
|
java.lang.Long[] |
getPowerUserGroups()
Deprecated.
|
java.lang.String[] |
getPowerUsers()
Deprecated.
|
static java.lang.String |
getRoleForColumn(int n)
Returns the role type (string) for a role integer id
|
java.lang.Long[] |
getViewerGroups()
Retrieves the groups who have viewer permissions
|
java.lang.String[] |
getViewers()
Retrieves the users who have viewer permissions
|
void |
removeAdminOwnerGroups(java.lang.Long[] grids_)
Removes the administrative permission of the groups
|
void |
removeAdminOwners(java.lang.String[] unames_)
Removes the administrative permission of the users
|
void |
removeAnalystGroups(java.lang.Long[] grids_)
Deprecated.
|
void |
removeAnalysts(java.lang.String[] unames_)
Deprecated.
|
void |
removeEditorGroups(java.lang.Long[] grids_)
Removes editor permission of the groups
|
void |
removeEditors(java.lang.String[] unames_)
Removes editor permission of the users
|
void |
removeExplicitNonViewerGroups(java.lang.Long[] grids_)
Deletes explicitly denied permissions from the groups
|
void |
removeExplicitNonViewers(java.lang.String[] unames_)
Deletes explicitly denied permissions from the users
|
void |
removeInitiatorGroups(java.lang.Long[] grids_)
Deletes analyst permissions from the groups
|
void |
removeInitiators(java.lang.String[] unames_)
Deletes analyst permissions from the users
|
void |
removeManagerGroups(java.lang.Long[] grids_)
Deletes power user permissions from the groups
|
void |
removeManagers(java.lang.String[] unames_)
Deletes power user permissions from the users
|
void |
removePowerUserGroups(java.lang.Long[] grids_)
Deprecated.
|
void |
removePowerUsers(java.lang.String[] unames_)
Deprecated.
|
void |
removeViewerGroups(java.lang.Long[] grids_)
Deletes the viewer permission of the groups
|
void |
removeViewers(java.lang.String[] unames_)
Deletes the viewer permission of the users
|
void |
setAdminOwnerGroups(java.lang.Long[] grids_)
Sets the groups who have administrative permissions
|
void |
setAdminOwners(java.lang.String[] unames_)
Sets the users who have administrative permissions
|
void |
setAnalystGroups(java.lang.Long[] grids_)
Deprecated.
|
void |
setAnalysts(java.lang.String[] unames_)
Deprecated.
|
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 |
setExplicitNonViewerGroups(java.lang.Long[] grids_)
Sets the groups who have been explicitly denied permissions
|
void |
setExplicitNonViewers(java.lang.String[] unames_)
Sets the users who have been explicitly denied permissions
|
void |
setInitiatorGroups(java.lang.Long[] grids_)
Sets the groups who have analyst permissions
|
void |
setInitiators(java.lang.String[] unames_)
Sets the users who have analyst permissions
|
void |
setManagerGroups(java.lang.Long[] grids_)
Sets the groups who have power user permissions
|
void |
setManagers(java.lang.String[] unames_)
Sets the users who have power user permissions
|
void |
setPowerUserGroups(java.lang.Long[] grids_)
Deprecated.
|
void |
setPowerUsers(java.lang.String[] unames_)
Deprecated.
|
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 ADMIN_OWNER
public static final java.lang.String EDITOR
public static final java.lang.String VIEWER
public static final java.lang.String INITIATOR
public static final java.lang.String MANAGER
public static final java.lang.String EXPLICIT_NONMEMBER
public static final java.lang.String[] ALL_ROLES
public static final int COLUMN_ADMIN_OWNER
public static final int COLUMN_EDITOR
public static final int COLUMN_MANAGER
public static final int COLUMN_VIEWER
public static final int COLUMN_INITIATOR
public static final int COLUMN_EXPLICIT_NONMEMBER
public ProcessRoleMap()
public ProcessRoleMap(RoleMap roleMap)
public static java.lang.String getRoleForColumn(int n)
n
- integer id of the rolepublic java.lang.String[] getAdminOwners()
public java.lang.Long[] getAdminOwnerGroups()
public void setAdminOwners(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the userspublic void setAdminOwnerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groupspublic void addAdminOwners(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be addedpublic void addAdminOwnerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be addedpublic void removeAdminOwners(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be deletedpublic void removeAdminOwnerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be deletedpublic java.lang.String[] getEditors()
public java.lang.Long[] getEditorGroups()
public void setEditors(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the userspublic void setEditorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groupspublic void addEditors(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be addedpublic void addEditorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be addedpublic void removeEditors(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be deletedpublic void removeEditorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be deletedpublic java.lang.String[] getViewers()
public java.lang.Long[] getViewerGroups()
public void setViewers(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the userspublic void setViewerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groupspublic void addViewers(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be addedpublic void addViewerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be addedpublic void removeViewers(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be deletedpublic void removeViewerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be deleted@Deprecated public java.lang.String[] getAnalysts()
public java.lang.String[] getInitiators()
@Deprecated public java.lang.Long[] getAnalystGroups()
public java.lang.Long[] getInitiatorGroups()
@Deprecated public void setAnalysts(java.lang.String[] unames_)
public void setInitiators(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users@Deprecated public void setAnalystGroups(java.lang.Long[] grids_)
public void setInitiatorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups@Deprecated public void addAnalysts(java.lang.String[] unames_)
public void addInitiators(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be added@Deprecated public void addAnalystGroups(java.lang.Long[] grids_)
public void addInitiatorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be added@Deprecated public void removeAnalysts(java.lang.String[] unames_)
public void removeInitiators(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be deleted@Deprecated public void removeAnalystGroups(java.lang.Long[] grids_)
public void removeInitiatorGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be deleted@Deprecated public java.lang.String[] getPowerUsers()
public java.lang.String[] getManagers()
@Deprecated public java.lang.Long[] getPowerUserGroups()
public java.lang.Long[] getManagerGroups()
@Deprecated public void setPowerUsers(java.lang.String[] unames_)
public void setManagers(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users@Deprecated public void setPowerUserGroups(java.lang.Long[] grids_)
public void setManagerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups@Deprecated public void addPowerUsers(java.lang.String[] unames_)
public void addManagers(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be added@Deprecated public void addPowerUserGroups(java.lang.Long[] grids_)
public void addManagerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be added@Deprecated public void removePowerUsers(java.lang.String[] unames_)
public void removeManagers(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be deleted@Deprecated public void removePowerUserGroups(java.lang.Long[] grids_)
public void removeManagerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be deletedpublic java.lang.String[] getExplicitNonViewers()
public java.lang.Long[] getExplicitNonViewerGroups()
public void setExplicitNonViewers(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the userspublic void setExplicitNonViewerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groupspublic void addExplicitNonViewers(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be addedpublic void addExplicitNonViewerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be addedpublic void removeExplicitNonViewers(java.lang.String[] unames_)
unames_
- a list containing the unique IDs of the users to be deletedpublic void removeExplicitNonViewerGroups(java.lang.Long[] grids_)
grids_
- a list containing the unique IDs of the groups to be deletedCopyright © 2003-2024 Appian Corporation. All Rights Reserved.