| java.lang.Object info.jtrac.domain.Role
Role | public class Role implements Serializable(Code) | | In addition to definition of custom fields, the Metadata
for a Space may contain a bunch of Role defintions as well.
Roles do the following
- define the State Transitions possible (i.e. from status --> to status)
- for each State (from status) define the access permissions that this Role has per Field
|
Role | public Role(Element e)(Code) | | |
addAsChildOf | public void addAsChildOf(Element parent)(Code) | | |
getAsElement | public Element getAsElement()(Code) | | |
hasTransitionsFromState | public boolean hasTransitionsFromState(int stateKey)(Code) | | |
removeState | public void removeState(int stateId)(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
|
|