Package org.eclipse.emf.cdo.security
Interface Assignee
- 
- All Superinterfaces:
- CDOObject,- CDOWithID,- org.eclipse.emf.ecore.EObject,- ModelElement,- org.eclipse.emf.common.notify.Notifier,- SecurityElement,- SecurityItem
 - All Known Implementing Classes:
- AssigneeImpl,- GroupImpl,- UserImpl
 
 public interface Assignee extends SecurityItem A representation of the model object 'Assignee'.- See Also:
- SecurityPackage.getAssignee()
- Generated
- Model
- abstract="true"
- 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: 
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Returns the value of the 'Id' attribute.org.eclipse.emf.common.util.EList<Role>getRoles()Returns the value of the 'Roles' 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
 
- 
 
- 
- 
- 
Method Detail- 
getRolesorg.eclipse.emf.common.util.EList<Role> getRoles() Returns the value of the 'Roles' reference list. The list contents are of typeRole. It is bidirectional and its opposite is 'Assignees'.If the meaning of the 'Roles' reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Roles' reference list.
- See Also:
- SecurityPackage.getAssignee_Roles(),- Role.getAssignees()
- Generated
- Model
- opposite="assignees"
 
 - 
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.getAssignee_Id()
- Generated
- Model
 
 
- 
 
-