
public interface Role extends SecurityItem
SecurityPackage.getRole()The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMINISTRATION |
static String |
ALL_OBJECTS_READER |
static String |
ALL_OBJECTS_WRITER |
static String |
RESOURCE_TREE_READER |
static String |
RESOURCE_TREE_WRITER |
| Modifier and Type | Method and Description |
|---|---|
EList<Assignee> |
getAssignees()
Returns the value of the 'Assignees' reference list.
|
String |
getId()
Returns the value of the 'Id' attribute
|
EList<Permission> |
getPermissions()
Returns the value of the 'Permissions' containment reference list.
|
void |
setId(String value)
Sets the value of the '
Id' attribute |
getRealmgetAnnotation, getAnnotationscdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String ADMINISTRATION
static final String RESOURCE_TREE_WRITER
static final String RESOURCE_TREE_READER
static final String ALL_OBJECTS_WRITER
static final String ALL_OBJECTS_READER
EList<Assignee> getAssignees()
Assignee.
It is bidirectional and its opposite is 'Roles'.
If the meaning of the 'Assignees' reference list isn't clear, there really should be more of a description here...
SecurityPackage.getRole_Assignees(),
Assignee.getRoles()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
SecurityPackage.getRole_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()EList<Permission> getPermissions()
Permission.
It is bidirectional and its opposite is 'Role'.
If the meaning of the 'Permissions' containment reference list isn't clear, there really should be more of a description here...
SecurityPackage.getRole_Permissions(),
Permission.getRole()Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.