Package org.eclipse.emf.cdo.security
Interface Directory
- 
- All Superinterfaces:
- CDOObject,- CDOWithID,- org.eclipse.emf.ecore.EObject,- ModelElement,- org.eclipse.emf.common.notify.Notifier,- SecurityElement,- SecurityItem,- SecurityItemContainer,- SecurityItemProvider
 - All Known Implementing Classes:
- DirectoryImpl
 
 public interface Directory extends SecurityItem, SecurityItemContainer A representation of the model object 'Container'.- See Also:
- SecurityPackage.getDirectory()
- Generated
- Extends
- SecurityItemContainer
- 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: 
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<SecurityItem>getItems()Returns the value of the 'Items' containment reference list.java.lang.StringgetName()Returns the value of the 'Name' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' 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
 - 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemContaineraddGroup, addRole, addUser, addUser, addUser, removeGroup, removeRole, removeUser, setPassword
 - 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemProvidergetGroup, getRole, getUser
 
- 
 
- 
- 
- 
Field Detail- 
ROLESstatic final java.lang.String ROLES - Since:
- 4.3
- See Also:
- Constant Field Values
 
 - 
GROUPSstatic final java.lang.String GROUPS - Since:
- 4.3
- See Also:
- Constant Field Values
 
 - 
USERSstatic final java.lang.String USERS - Since:
- 4.3
- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getItemsorg.eclipse.emf.common.util.EList<SecurityItem> getItems() Returns the value of the 'Items' containment reference list. The list contents are of typeSecurityItem.If the meaning of the 'Items' containment reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Items' containment reference list.
- See Also:
- SecurityPackage.getDirectory_Items()
- Generated
- Model
- containment="true"
 
 - 
getNamejava.lang.String getName() Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- SecurityPackage.getDirectory_Name()
- Generated
- Model
 
 
- 
 
-