Package com.appiancorp.suiteapi.portal
Class PageRoleMap
java.lang.Object
com.appiancorp.suiteapi.common.RoleMap
com.appiancorp.suiteapi.common.PublicRoleMap
com.appiancorp.suiteapi.common.AEVRoleMap
com.appiancorp.suiteapi.portal.PortalRoleMap
com.appiancorp.suiteapi.portal.PageRoleMap
- All Implemented Interfaces:
XMLable
,Serializable
,Map
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
Holds information about users and groups fulfilling the administrator,
editor, viewer, and approver roles for pages.
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.appiancorp.suiteapi.common.AEVRoleMap
EDITOR, VIEWER
Fields inherited from class com.appiancorp.suiteapi.common.PublicRoleMap
ADMINISTRATOR, TYPE_GROUP, TYPE_USER
Fields inherited from class com.appiancorp.suiteapi.common.RoleMap
AGGREGATE_SECURITY_KEY, SECURITY_KEY, TYPE_AGGREGATE_GROUP, TYPE_AGGREGATE_USER, TYPE_GROUP_UUIDS, TYPE_USER_UUIDS
Fields inherited from interface com.appiancorp.suiteapi.common.XMLable
DEFAULT_BUFFER_SIZE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addApproverGroups
(Long[] id_) Deprecated.void
addApprovers
(String[] names_) Deprecated.Long[]
Deprecated.String[]
Deprecated.void
removeApproverGroups
(Long[] id_) Deprecated.void
removeApprovers
(String[] names_) Deprecated.void
setApproverGroups
(Long[] id_) Deprecated.void
setApprovers
(String[] names_) Deprecated.Methods inherited from class com.appiancorp.suiteapi.common.AEVRoleMap
addEditorGroups, addEditors, addViewerGroups, addViewers, getEditorGroups, getEditors, getViewerGroups, getViewers, removeEditorGroups, removeEditors, removeViewerGroups, removeViewers, setEditorGroups, setEditors, setViewerGroups, setViewers
Methods inherited from class com.appiancorp.suiteapi.common.PublicRoleMap
addAdministratorGroups, addAdministrators, getAdministratorGroups, getAdministrators, removeAdministratorGroups, removeAdministrators, setAdministratorGroups, setAdministrators
Methods 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
-
APPROVER
Deprecated.- See Also:
-
-
Constructor Details
-
PageRoleMap
public PageRoleMap()Deprecated. -
PageRoleMap
Deprecated.
-
-
Method Details
-
getApprovers
Deprecated. -
getApproverGroups
Deprecated. -
addApprovers
Deprecated. -
addApproverGroups
Deprecated. -
removeApprovers
Deprecated. -
removeApproverGroups
Deprecated. -
setApprovers
Deprecated. -
setApproverGroups
Deprecated.
-