Package com.groiss.org
Class OrgData.Roles
java.lang.Object
com.groiss.org.OrgData.Roles
- Enclosing interface:
- OrgData
Predefined roles.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Role
The all role.static final Role
The dept role.static final Role
The home role.static final Role
The virtual owner role.static final Role
The virtual role for process agents.static final Role
The sys role.static final Role
The user administraton role. -
Method Summary
-
Field Details
-
ALL
The all role. -
HOME
The home role. -
SYS
The sys role. -
DEPT
The dept role. -
PROCESS_AGENT
The virtual role for process agents. -
OWNER
The virtual owner role. -
USERADMIN
The user administraton role.
-