Package com.groiss.org
Class OrgData.Rights
java.lang.Object
com.groiss.org.OrgData.Rights
- Enclosing interface:
- OrgData
Predefined rights.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Right
The right to abort processes.static final Right
The right to abort steps in parallel branches.static final Right
The right to access the administration.static final Right
The right to administrate reference folders belonging to an organizational unitstatic final Right
The right to edit the configuration.static final Right
The right to create objects.static final Right
The right to delete objects.static final Right
The right to edit objects.static final Right
The right to edit permissions.static final Right
The right to edit calendar appointments.static final Right
The right to edit process instance plans.static final Right
The execute right.static final Right
The right to find a reference folder - used as an alternative view right in context of reference foldersstatic final Right
The right to grant permissions for a reference folder to a local or hierarchic role - must be defined for the organization unit of that rolestatic final Right
The right to grant permissions for a reference folder to a global rolestatic final Right
The right to grant permissions for a reference folder to users - must be defined for the home organizational unit of the wanted userstatic final Right
The right to assign a user as a substitute of another user - must be defined for the home organizational unit of the wanted substitutestatic final Right
The right to insert calendar appointments.static final Right
Users with this right are named users in terms of licence check.static final Right
The right to edit process instances.static final Right
The right to search objects.static final Right
The right to change agents.static final Right
The right to share objects.static final Right
The right to share filter.static final Right
The right to create reports.static final Right
The right to view objects.static final Right
The right to view calendar appointments.static final Right
The right to view the configuration.static final Right
The right to view the process history.static final Right
The right to view process instances. -
Method Summary
-
Field Details
-
CREATE
The right to create objects. -
EDIT
The right to edit objects. -
DELETE
The right to delete objects. -
VIEW
The right to view objects. -
EXECUTE
The execute right. -
EDIT_ACL
The right to edit permissions. -
VIEW_HISTORY
The right to view the process history. -
VIEW_PROCINST
The right to view process instances. -
SET_AGENT
The right to change agents. -
ABORT_PROCINST
The right to abort processes. -
PROC_INST
The right to edit process instances. -
ABORT_STEP
The right to abort steps in parallel branches. -
EDIT_PLAN
The right to edit process instance plans. -
STAT
The right to create reports. -
ADMIN
The right to access the administration. -
CONF
The right to edit the configuration. -
VIEW_CONF
The right to view the configuration. -
NAMED_USER
Users with this right are named users in terms of licence check. -
SEARCHABLE
The right to search objects. -
VIEW_CAL
The right to view calendar appointments. -
INSERT_CAL
The right to insert calendar appointments. -
EDIT_CAL
The right to edit calendar appointments. -
SHARE
The right to share objects. -
FIND
The right to find a reference folder - used as an alternative view right in context of reference folders -
GRANT_SUBST
The right to assign a user as a substitute of another user - must be defined for the home organizational unit of the wanted substitute -
GRANT_SHARE_USER
The right to grant permissions for a reference folder to users - must be defined for the home organizational unit of the wanted user -
GRANT_SHARE_DEPT
The right to grant permissions for a reference folder to a local or hierarchic role - must be defined for the organization unit of that role -
GRANT_SHARE_SYSTEM
The right to grant permissions for a reference folder to a global role -
ADMIN_DEPT_REFFOLDER
The right to administrate reference folders belonging to an organizational unit -
SHARE_FILTER
The right to share filter.
-