|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Right
Interface for describing a right.
| Field Summary | |
|---|---|
static long |
ADMIN
The oid for right admin. |
static long |
CONF
The oid for right conf. |
static long |
CREATE
The oid for right create. |
static long |
DELETE
The oid for right delete. |
static long |
DEPT_EDIT
The oid for right dept_edit. |
static long |
EDIT
The oid for right edit. |
static long |
EDIT_ACL
The oid for right edit_acl. |
static long |
EXECUTE
The oid for right execute. |
static long |
NAMED_USER
The oid for right named_user. |
static long |
PROC_INST
The oid for right proc_inst. |
static long |
SEARCHABLE
The oid for right searchable. |
static long |
SET_AGENT
The oid for right set_agent. |
static long |
SHARE
The oid for right share. |
static long |
STAT
The oid for right stat. |
static long |
USER_STAT
The oid for right user_stat. |
static long |
VIEW
The oid for right view. |
static long |
VIEW_PROCINST
The oid for right view_procinst. |
| Method Summary | |
|---|---|
Application |
getApplication()
Returns the application of the process. |
String |
getDescription()
Get the description. |
String |
getId()
Return the id of the right. |
String |
getName()
Returns the name of the right |
void |
setApplication(Application application)
|
void |
setDescription(String description)
|
void |
setId(String id)
|
void |
setName(String name)
|
| Methods inherited from interface com.groiss.store.Persistent |
|---|
dbFields, getOid, getStore, getTableName, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore |
| Field Detail |
|---|
static final long VIEW
static final long EDIT
static final long CREATE
static final long EXECUTE
static final long CONF
static final long EDIT_ACL
static final long ADMIN
static final long PROC_INST
static final long VIEW_PROCINST
static final long STAT
static final long USER_STAT
static final long DEPT_EDIT
static final long SET_AGENT
static final long NAMED_USER
static final long SEARCHABLE
static final long DELETE
static final long SHARE
| Method Detail |
|---|
String getId()
void setId(String id)
String getName()
void setName(String name)
Application getApplication()
void setApplication(Application application)
String getDescription()
void setDescription(String description)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||