Package org.eclipse.emf.cdo.security
Schnittstelle Permission
- Alle bekannten Unterschnittstellen:
ClassPermission
,FilterPermission
,ObjectPermission
,PackagePermission
,ResourcePermission
- Alle bekannten Implementierungsklassen:
ClassPermissionImpl
,FilterPermissionImpl
,ObjectPermissionImpl
,PackagePermissionImpl
,PermissionImpl
,ResourcePermissionImpl
A representation of the model object 'Permission'.
The following features are supported:
- Siehe auch:
- Generated
- Extends
- CDOObject
- Model
- abstract="true"
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Access' attribute.getRole()
Returns the value of the 'Role' container reference.boolean
isApplicable
(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext) void
Sets the value of the 'Access
' attribute.void
Sets the value of the 'Role
' container reference.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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methodendetails
-
getRole
Role getRole()Returns the value of the 'Role' container reference. It is bidirectional and its opposite is 'Permissions
'.If the meaning of the 'Role' container reference isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Role' container reference.
- Siehe auch:
- Generated
- Model
- opposite="permissions" required="true" transient="false"
-
setRole
Sets the value of the 'Role
' container reference.- Parameter:
value
- the new value of the 'Role' container reference.- Siehe auch:
- Generated
-
getAccess
Access getAccess()Returns the value of the 'Access' attribute. The default value is"WRITE"
. The literals are from the enumerationAccess
.If the meaning of the 'Access' attribute isn't clear, there really should be more of a description here...
- Gibt zurück:
- the value of the 'Access' attribute.
- Siehe auch:
- Generated
- Model
- default="WRITE" required="true"
-
setAccess
Sets the value of the 'Access
' attribute.- Parameter:
value
- the new value of the 'Access' attribute.- Siehe auch:
- Generated
-
isApplicable
boolean isApplicable(CDORevision revision, CDORevisionProvider revisionProvider, CDOBranchPoint securityContext)
-