|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServerSpace
A representation of the model object ' Server Space'.
ModelPackage.getServerSpace()| Method Summary | |
|---|---|
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. |
| 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.emfstore.internal.server.model.dao.ACUserDAO |
|---|
add, remove |
| Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.dao.ACGroupDAO |
|---|
add, remove |
| Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.dao.ProjectDAO |
|---|
add, remove |
| Method Detail |
|---|
org.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 resource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||