|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Role
This interface describes a role.
Field Summary | |
---|---|
static long |
ALL
The all role. |
static long |
DEPT
The dept role. |
static short |
GLOBAL
global roles are valid independent from the department hierarchy. |
static short |
HIERARCHIC
hierarchic roles are valid for the assigned deptratment and all sub-departments. |
static long |
HOME
The home role. |
static short |
LOCAL
local roles are valid in the context of a department. |
static long |
SYS
The sys role. |
Method Summary | |
---|---|
Application |
getApplication()
Returns the application of the process. |
java.lang.String |
getDescription()
Get the description. |
java.lang.String |
getName()
Returns the name of the role |
Role |
getReference()
|
short |
getType()
|
void |
setApplication(Application application)
|
void |
setDescription(java.lang.String description)
|
void |
setId(java.lang.String id)
|
void |
setName(java.lang.String name)
|
void |
setReference(Role role)
|
void |
setType(short type)
|
Methods inherited from interface com.groiss.org.Agent |
---|
getId, getOid, isActive, setActive |
Methods inherited from interface com.groiss.store.Persistent |
---|
dbFields, getStore, getTableName, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore |
Field Detail |
---|
static final long ALL
static final long HOME
static final long SYS
static final long DEPT
static final short LOCAL
static final short GLOBAL
static final short HIERARCHIC
Method Detail |
---|
void setId(java.lang.String id)
java.lang.String getName()
void setName(java.lang.String name)
Application getApplication()
void setApplication(Application application)
short getType()
void setType(short type)
java.lang.String getDescription()
void setDescription(java.lang.String description)
Role getReference()
void setReference(Role role)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |