Package org.eclipse.emf.cdo.security
Schnittstelle Role
- Alle Superschnittstellen:
CDOObject
,CDOWithID
,EObject
,ModelElement
,Notifier
,SecurityElement
,SecurityItem
- Alle bekannten Implementierungsklassen:
RoleImpl
A representation of the model object 'Role'.
- Siehe auch:
- Generated
- Model
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
The following features are supported:
-
Feldübersicht
Felder -
Methodenübersicht
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotations
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.security.SecurityElement
getRealm
-
Felddetails
-
RESOURCE_TREE_WRITER
- Seit:
- 4.3
- Siehe auch:
-
RESOURCE_TREE_READER
- Seit:
- 4.3
- Siehe auch:
-
ALL_OBJECTS_WRITER
- Seit:
- 4.3
- Siehe auch:
-
ALL_OBJECTS_READER
- Seit:
- 4.3
- Siehe auch:
-
NORMAL_OBJECTS_WRITER
- Seit:
- 4.5
- Siehe auch:
-
NORMAL_OBJECTS_READER
- Seit:
- 4.5
- Siehe auch:
-
ADMINISTRATION
- Seit:
- 4.3
- Siehe auch:
-
-
Methodendetails
-
getAssignees
Returns the value of the 'Assignees' reference list. The list contents are of typeAssignee
. 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...
- Gibt zurück:
- the value of the 'Assignees' reference list.
- Siehe auch:
- Generated
- Model
- opposite="roles"
-
getId
String getId()Returns the value of the 'Id' attribute.If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Id' attribute.
- Siehe auch:
- Generated
- Model
-
setId
Sets the value of the 'Id
' attribute.- Parameter:
value
- the new value of the 'Id' attribute.- Siehe auch:
- Generated
-
getPermissions
EList<Permission> getPermissions()Returns the value of the 'Permissions' containment reference list. The list contents are of typePermission
. 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...
- Gibt zurück:
- the value of the 'Permissions' containment reference list.
- Siehe auch:
- Generated
- Model
- opposite="role" containment="true"
-