public interface ServerSpace extends org.eclipse.emf.ecore.EObject, ACDAOFacade
ModelPackage.getServerSpace()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ACGroup> |
getGroups()
Returns the value of the 'Groups' containment reference
list.
|
org.eclipse.emf.common.util.EList<SessionId> |
getOpenSessions()
Returns the value of the 'Open Sessions' containment
reference list.
|
org.eclipse.emf.common.util.EList<ProjectHistory> |
getProjects()
Returns the value of the 'Projects' reference list.
|
org.eclipse.emf.common.util.EList<ACUser> |
getUsers()
Returns the value of the 'Users' containment reference
list.
|
void |
save()
Make the current ServerSpace state persistent.
|
void |
setResource(org.eclipse.emf.ecore.resource.Resource resource)
Set the resource the ServerSpace is contained in.
|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveradd, removeadd, removeadd, removeorg.eclipse.emf.common.util.EList<ACGroup> getGroups()
ACGroup.
If the meaning of the 'Groups' containment reference list isn't clear, there really should be more of a description here...
getGroups in interface ACGroupDAOModelPackage.getServerSpace_Groups()org.eclipse.emf.common.util.EList<ProjectHistory> getProjects()
ProjectHistory.
If the meaning of the 'Projects' containment reference list isn't clear, there really should be more of a description here...
getProjects in interface ProjectDAOModelPackage.getServerSpace_Projects()org.eclipse.emf.common.util.EList<SessionId> getOpenSessions()
SessionId.
If the meaning of the 'Open Sessions' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getServerSpace_OpenSessions()org.eclipse.emf.common.util.EList<ACUser> getUsers()
ACUser.
If the meaning of the 'Users' containment reference isn't clear, there really should be more of a description here...
getUsers in interface ACUserDAOModelPackage.getServerSpace_Users()void save() throws IOException
save in interface DAOIOException - if save failsvoid setResource(org.eclipse.emf.ecore.resource.Resource resource)
resource - the resourceCopyright © 2017. All rights reserved.