Package org.eclipse.emf.cdo.security
Interface SecurityElement
- 
- All Superinterfaces:
- CDOObject,- CDOWithID,- org.eclipse.emf.ecore.EObject,- ModelElement,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- AssigneeImpl,- DirectoryImpl,- GroupImpl,- RealmImpl,- RoleImpl,- SecurityElementImpl,- SecurityItemImpl,- UserImpl
 
 public interface SecurityElement extends ModelElement A representation of the model object 'Element'.- See Also:
- SecurityPackage.getSecurityElement()
- 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.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RealmgetRealm()- 
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
 
- 
 
- 
- 
- 
Method Detail- 
getRealmRealm getRealm() - Generated
- Model
- kind="operation" required="true"
 
 
- 
 
-