org.eclipse.emf.cdo.security
Interface Directory

All Superinterfaces:
CDOObject, CDOWithID, EObject, ModelElement, 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 Summary
 EList<SecurityItem> getItems()
          Returns the value of the 'Items' containment reference list.
 String getName()
          Returns the value of the 'Name' attribute
 void setName(String value)
          Sets the value of the 'Name' attribute
 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityElement
getRealm
 
Methods inherited from interface org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotations
 
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemContainer
addGroup, addRole, addUser, addUser, removeGroup, removeRole, removeUser
 
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemProvider
getGroup, getRole, getUser
 

Method Detail

getItems

EList<SecurityItem> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of type SecurityItem.

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"

getName

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

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.