Package org.eclipse.emf.cdo.security
Interface Role
- 
- All Superinterfaces:
- CDOObject,- CDOWithID,- org.eclipse.emf.ecore.EObject,- ModelElement,- org.eclipse.emf.common.notify.Notifier,- SecurityElement,- SecurityItem
 - All Known Implementing Classes:
- RoleImpl
 
 public interface Role extends SecurityItem A representation of the model object 'Role'.- See Also:
- SecurityPackage.getRole()
- 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: 
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringADMINISTRATIONstatic java.lang.StringALL_OBJECTS_READERstatic java.lang.StringALL_OBJECTS_WRITERstatic java.lang.StringNORMAL_OBJECTS_READERstatic java.lang.StringNORMAL_OBJECTS_WRITERstatic java.lang.StringRESOURCE_TREE_READERstatic java.lang.StringRESOURCE_TREE_WRITER
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Assignee>getAssignees()Returns the value of the 'Assignees' reference list.java.lang.StringgetId()Returns the value of the 'Id' attribute.org.eclipse.emf.common.util.EList<Permission>getPermissions()Returns the value of the 'Permissions' containment reference list.voidsetId(java.lang.String value)Sets the value of the 'Id' attribute.- 
Methods inherited from interface org.eclipse.emf.cdo.CDOObjectcdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.cdo.etypes.ModelElementgetAnnotation, getAnnotations
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityElementgetRealm
 
- 
 
- 
- 
- 
Field Detail- 
RESOURCE_TREE_WRITERstatic final java.lang.String RESOURCE_TREE_WRITER - Since:
- 4.3
- See Also:
- Constant Field Values
 
 - 
RESOURCE_TREE_READERstatic final java.lang.String RESOURCE_TREE_READER - Since:
- 4.3
- See Also:
- Constant Field Values
 
 - 
ALL_OBJECTS_WRITERstatic final java.lang.String ALL_OBJECTS_WRITER - Since:
- 4.3
- See Also:
- Constant Field Values
 
 - 
ALL_OBJECTS_READERstatic final java.lang.String ALL_OBJECTS_READER - Since:
- 4.3
- See Also:
- Constant Field Values
 
 - 
NORMAL_OBJECTS_WRITERstatic final java.lang.String NORMAL_OBJECTS_WRITER - Since:
- 4.5
- See Also:
- Constant Field Values
 
 - 
NORMAL_OBJECTS_READERstatic final java.lang.String NORMAL_OBJECTS_READER - Since:
- 4.5
- See Also:
- Constant Field Values
 
 - 
ADMINISTRATIONstatic final java.lang.String ADMINISTRATION - Since:
- 4.3
- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getAssigneesorg.eclipse.emf.common.util.EList<Assignee> 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... - Returns:
- the value of the 'Assignees' reference list.
- See Also:
- SecurityPackage.getRole_Assignees(),- Assignee.getRoles()
- Generated
- Model
- opposite="roles"
 
 - 
getIdjava.lang.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... - Returns:
- the value of the 'Id' attribute.
- See Also:
- setId(String),- SecurityPackage.getRole_Id()
- Generated
- Model
 
 - 
setIdvoid setId(java.lang.String value) Sets the value of the 'Id' attribute.- Parameters:
- value- the new value of the 'Id' attribute.
- See Also:
- getId()
- Generated
 
 - 
getPermissionsorg.eclipse.emf.common.util.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... - Returns:
- the value of the 'Permissions' containment reference list.
- See Also:
- SecurityPackage.getRole_Permissions(),- Permission.getRole()
- Generated
- Model
- opposite="role" containment="true"
 
 
- 
 
-