Package com.groiss.org
Interface Right
- All Superinterfaces:
KeyValuePair<String,
,String> Persistent
,Serializable
Interface for describing a right.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
The oid for right abort.static final long
static final long
The oid for right admin.static final long
The oid for the right for managing reference folders of departmentsstatic final long
The oid for right edit_conf.static final long
The oid for right create.static final long
The oid for right delete.static final long
The oid for right edit.static final long
The oid for right edit_acl.static final long
Edit a process instance plan.static final long
The oid for right execute.static final long
The oid for the right findstatic final long
The oid for the right to grant substitutionsstatic final long
The oid for right named_user.static final long
The oid for right proc_inst.static final long
The oid for right searchable.static final long
The oid for right set_agent.static final long
The oid for right share.static final long
static final long
The oid for right stat.static final long
The oid for right view.static final long
The oid for right view_conf.static final long
static final long
The oid for right view_procinst.Fields inherited from interface com.groiss.store.Persistent
emptyKeys
-
Method Summary
Modifier and TypeMethodDescriptionReturns the application of the right.Get the description.getId()
Return the id of the right.getName()
Returns the name of the rightvoid
setApplication
(Application application) void
setDescription
(String description) void
void
Methods inherited from interface com.groiss.store.Persistent
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, toListString
-
Field Details
-
VIEW
static final long VIEWThe oid for right view.- See Also:
-
EDIT
static final long EDITThe oid for right edit.- See Also:
-
CREATE
static final long CREATEThe oid for right create.- See Also:
-
EXECUTE
static final long EXECUTEThe oid for right execute.- See Also:
-
CONF
static final long CONFThe oid for right edit_conf.- See Also:
-
VIEW_CONF
static final long VIEW_CONFThe oid for right view_conf.- See Also:
-
EDIT_ACL
static final long EDIT_ACLThe oid for right edit_acl.- See Also:
-
ADMIN
static final long ADMINThe oid for right admin.- See Also:
-
PROC_INST
static final long PROC_INSTThe oid for right proc_inst.- See Also:
-
ABORT_PROCINST
static final long ABORT_PROCINSTThe oid for right abort.- See Also:
-
VIEW_PROCINST
static final long VIEW_PROCINSTThe oid for right view_procinst.- See Also:
-
STAT
static final long STATThe oid for right stat.- See Also:
-
SET_AGENT
static final long SET_AGENTThe oid for right set_agent.- See Also:
-
NAMED_USER
static final long NAMED_USERThe oid for right named_user.- See Also:
-
SEARCHABLE
static final long SEARCHABLEThe oid for right searchable.- See Also:
-
DELETE
static final long DELETEThe oid for right delete.- See Also:
-
SHARE
static final long SHAREThe oid for right share.- See Also:
-
SHARE_FILTER
static final long SHARE_FILTER- See Also:
-
GRANT_SUBST
static final long GRANT_SUBSTThe oid for the right to grant substitutions- See Also:
-
ABORT_STEP
static final long ABORT_STEP- See Also:
-
VIEW_HISTORY
static final long VIEW_HISTORY- See Also:
-
FIND
static final long FINDThe oid for the right find- See Also:
-
ADMIN_DEPT_REFFOLDER
static final long ADMIN_DEPT_REFFOLDERThe oid for the right for managing reference folders of departments- See Also:
-
EDIT_PLAN
static final long EDIT_PLANEdit a process instance plan.- See Also:
-
-
Method Details
-
getId
String getId()Return the id of the right.- Returns:
- the id
-
setId
-
getName
String getName()Returns the name of the right- Returns:
- the name, a string object
-
setName
-
getApplication
Application getApplication()Returns the application of the right.- Returns:
- the application
-
setApplication
-
getDescription
String getDescription()Get the description.- Returns:
- the description
-
setDescription
-