Uses of Interface
org.eclipse.emf.emfstore.internal.server.model.accesscontrol.ACGroup

Packages that use ACGroup
org.eclipse.emf.emfstore.internal.client.model   
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc   
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.server   
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc   
org.eclipse.emf.emfstore.internal.server.core   
org.eclipse.emf.emfstore.internal.server.model   
org.eclipse.emf.emfstore.internal.server.model.accesscontrol   
org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl   
org.eclipse.emf.emfstore.internal.server.model.accesscontrol.util   
org.eclipse.emf.emfstore.internal.server.model.dao   
org.eclipse.emf.emfstore.internal.server.model.impl   
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.client.model
 

Methods in org.eclipse.emf.emfstore.internal.client.model that return types with arguments of type ACGroup
 List<ACGroup> AdminBroker.getGroups()
          Delegates call to method in AdminEmfStore.
 List<ACGroup> AdminBroker.getGroups(ACOrgUnitId user)
          Delegates call to method in AdminEmfStore.
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc that return types with arguments of type ACGroup
 List<ACGroup> XmlRpcAdminConnectionManager.getGroups(SessionId sessionId)
          Returns all groups on the server.
 List<ACGroup> XmlRpcAdminConnectionManager.getGroups(SessionId sessionId, ACOrgUnitId user)
          Returns a list of all groups in which the specified user is member of.
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.client.model.impl
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl that return types with arguments of type ACGroup
 List<ACGroup> AdminBrokerImpl.getGroups()
          Delegates call to method in AdminEmfStore.
 List<ACGroup> AdminBrokerImpl.getGroups(ACOrgUnitId user)
          Delegates call to method in AdminEmfStore.
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.server
 

Methods in org.eclipse.emf.emfstore.internal.server that return types with arguments of type ACGroup
 List<ACGroup> AdminEmfStore.getGroups(SessionId sessionId)
          Returns all groups on the server.
 List<ACGroup> AdminEmfStore.getGroups(SessionId sessionId, ACOrgUnitId user)
          Returns a list of all groups in which the specified user is member of.
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that return types with arguments of type ACGroup
 List<ACGroup> XmlRpcAdminEmfStoreImpl.getGroups(SessionId sessionId)
          Returns all groups on the server.
 List<ACGroup> XmlRpcAdminEmfStoreImpl.getGroups(SessionId sessionId, ACOrgUnitId user)
          Returns a list of all groups in which the specified user is member of.
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.server.core
 

Methods in org.eclipse.emf.emfstore.internal.server.core that return types with arguments of type ACGroup
 List<ACGroup> AdminEmfStoreImpl.getGroups(SessionId sessionId)
          Returns all groups on the server.
 List<ACGroup> AdminEmfStoreImpl.getGroups(SessionId sessionId, ACOrgUnitId orgUnitId)
          Returns a list of all groups in which the specified user is member of.
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.server.model
 

Methods in org.eclipse.emf.emfstore.internal.server.model that return types with arguments of type ACGroup
 org.eclipse.emf.common.util.EList<ACGroup> ServerSpace.getGroups()
          Returns the value of the 'Groups' containment reference list.
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.server.model.accesscontrol
 

Methods in org.eclipse.emf.emfstore.internal.server.model.accesscontrol that return ACGroup
 ACGroup AccesscontrolFactory.createACGroup()
          Returns a new object of class 'AC Group'.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.accesscontrol that return types with arguments of type ACGroup
 org.eclipse.emf.common.util.EList<ACGroup> ACUser.getEffectiveGroups()
          Returns the value of the 'Effective Groups' containment reference list.
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl
 

Classes in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl that implement ACGroup
 class ACGroupImpl
          An implementation of the model object ' AC Group'.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl that return ACGroup
 ACGroup AccesscontrolFactoryImpl.createACGroup()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl that return types with arguments of type ACGroup
 org.eclipse.emf.common.util.EList<ACGroup> ACUserImpl.getEffectiveGroups()
           
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.util
 

Methods in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.util with parameters of type ACGroup
 T AccesscontrolSwitch.caseACGroup(ACGroup object)
          Returns the result of interpreting the object as an instance of 'AC Group'.
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.server.model.dao
 

Methods in org.eclipse.emf.emfstore.internal.server.model.dao that return types with arguments of type ACGroup
 org.eclipse.emf.common.util.EList<ACGroup> ACGroupDAO.getGroups()
          Returns all groups.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.dao with parameters of type ACGroup
 void ACGroupDAO.add(ACGroup group)
          Add a group.
 void ACGroupDAO.remove(ACGroup group)
          Removes a group.
 

Uses of ACGroup in org.eclipse.emf.emfstore.internal.server.model.impl
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl that return types with arguments of type ACGroup
 org.eclipse.emf.common.util.EList<ACGroup> ServerSpaceImpl.getGroups()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl with parameters of type ACGroup
 void ServerSpaceImpl.add(ACGroup group)
          Add a group.
 void ServerSpaceImpl.remove(ACGroup group)
          Removes a group.
 



Copyright © 2015. All Rights Reserved.