public interface Role extends SecurityItem
SecurityPackage.getRole()
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADMINISTRATION |
static java.lang.String |
ALL_OBJECTS_READER |
static java.lang.String |
ALL_OBJECTS_WRITER |
static java.lang.String |
RESOURCE_TREE_READER |
static java.lang.String |
RESOURCE_TREE_WRITER |
Modifier and Type | Method and Description |
---|---|
EList<Assignee> |
getAssignees()
Returns the value of the 'Assignees' reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
EList<Permission> |
getPermissions()
Returns the value of the 'Permissions' containment reference list.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
getRealm
getAnnotation, getAnnotations
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final java.lang.String ADMINISTRATION
static final java.lang.String RESOURCE_TREE_WRITER
static final java.lang.String RESOURCE_TREE_READER
static final java.lang.String ALL_OBJECTS_WRITER
static final java.lang.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()
java.lang.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(java.lang.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) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html