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

Packages that use ACOrgUnit
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.client.ui.dialogs.admin   
org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin.acimport   
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.accesscontrol   
org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl   
org.eclipse.emf.emfstore.internal.server.model.accesscontrol.util   
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model that return ACOrgUnit
 ACOrgUnit AdminBroker.getOrgUnit(ACOrgUnitId orgUnitId)
          Delegates call to method in AdminEmfStore.
 

Methods in org.eclipse.emf.emfstore.internal.client.model that return types with arguments of type ACOrgUnit
 List<ACOrgUnit> AdminBroker.getMembers(ACOrgUnitId groupId)
          Delegates call to method in AdminEmfStore.
 List<ACOrgUnit> AdminBroker.getOrgUnits()
          Delegates call to method in AdminEmfStore.
 List<ACOrgUnit> AdminBroker.getParticipants(ProjectId projectId)
          Delegates call to method in AdminEmfStore.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc that return ACOrgUnit
 ACOrgUnit XmlRpcAdminConnectionManager.getOrgUnit(SessionId sessionId, ACOrgUnitId orgUnitId)
          Returns an orgUnit with the specified orgUnitId.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc that return types with arguments of type ACOrgUnit
 List<ACOrgUnit> XmlRpcAdminConnectionManager.getMembers(SessionId sessionId, ACOrgUnitId groupId)
          Returns all members from a group.
 List<ACOrgUnit> XmlRpcAdminConnectionManager.getOrgUnits(SessionId sessionId)
          Returns all orgUnits on the server.
 List<ACOrgUnit> XmlRpcAdminConnectionManager.getParticipants(SessionId sessionId, ProjectId projectId)
          Returns all orgUnits which are attached to the given project.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model.impl that return ACOrgUnit
 ACOrgUnit AdminBrokerImpl.getOrgUnit(ACOrgUnitId orgUnitId)
          Delegates call to method in AdminEmfStore.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl that return types with arguments of type ACOrgUnit
 List<ACOrgUnit> AdminBrokerImpl.getMembers(ACOrgUnitId groupId)
          Delegates call to method in AdminEmfStore.
 List<ACOrgUnit> AdminBrokerImpl.getOrgUnits()
          Delegates call to method in AdminEmfStore.
 List<ACOrgUnit> AdminBrokerImpl.getParticipants(ProjectId projectId)
          Delegates call to method in AdminEmfStore.
 

Uses of ACOrgUnit in org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin with parameters of type ACOrgUnit
 void ProjectComposite.changeRole(ACOrgUnit orgUnit, int role)
          This changes the role of an OrgUnit for current project.
 int ProjectComposite.getCurrentRoleIndex(ACOrgUnit orgUnit)
          This returns an integer representing the actual role of an OrgUnit.
 

Uses of ACOrgUnit in org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin.acimport
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin.acimport that return ACOrgUnit
 ACOrgUnit ImportItemWrapper.getOrgUnit()
           
 

Constructors in org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin.acimport with parameters of type ACOrgUnit
ImportItemWrapper(Object sourceObj, ACOrgUnit orgUnit)
           
ImportItemWrapper(Object sourceObj, ACOrgUnit orgUnit, ImportItemWrapper parentOrgUnit)
           
 

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

Methods in org.eclipse.emf.emfstore.internal.server that return ACOrgUnit
 ACOrgUnit AdminEmfStore.getOrgUnit(SessionId sessionId, ACOrgUnitId orgUnitId)
          Returns an orgUnit with the specified orgUnitId.
 

Methods in org.eclipse.emf.emfstore.internal.server that return types with arguments of type ACOrgUnit
 List<ACOrgUnit> AdminEmfStore.getMembers(SessionId sessionId, ACOrgUnitId groupId)
          Returns all members from a group.
 List<ACOrgUnit> AdminEmfStore.getOrgUnits(SessionId sessionId)
          Returns all orgUnits on the server.
 List<ACOrgUnit> AdminEmfStore.getParticipants(SessionId sessionId, ProjectId projectId)
          Returns all orgUnits which are attached to the given project.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that return ACOrgUnit
 ACOrgUnit XmlRpcAdminEmfStoreImpl.getOrgUnit(SessionId sessionId, ACOrgUnitId orgUnitId)
          Returns an orgUnit with the specified orgUnitId.
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that return types with arguments of type ACOrgUnit
 List<ACOrgUnit> XmlRpcAdminEmfStoreImpl.getMembers(SessionId sessionId, ACOrgUnitId groupId)
          Returns all members from a group.
 List<ACOrgUnit> XmlRpcAdminEmfStoreImpl.getOrgUnits(SessionId sessionId)
          Returns all orgUnits on the server.
 List<ACOrgUnit> XmlRpcAdminEmfStoreImpl.getParticipants(SessionId sessionId, ProjectId projectId)
          Returns all orgUnits which are attached to the given project.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.core that return ACOrgUnit
 ACOrgUnit AdminEmfStoreImpl.getOrgUnit(SessionId sessionId, ACOrgUnitId orgUnitId)
          Returns an orgUnit with the specified orgUnitId.
 

Methods in org.eclipse.emf.emfstore.internal.server.core that return types with arguments of type ACOrgUnit
 List<ACOrgUnit> AdminEmfStoreImpl.getMembers(SessionId sessionId, ACOrgUnitId groupId)
          Returns all members from a group.
 List<ACOrgUnit> AdminEmfStoreImpl.getOrgUnits(SessionId sessionId)
          Returns all orgUnits on the server.
 List<ACOrgUnit> AdminEmfStoreImpl.getParticipants(SessionId sessionId, ProjectId projectId)
          Returns all orgUnits which are attached to the given project.
 

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

Subinterfaces of ACOrgUnit in org.eclipse.emf.emfstore.internal.server.model.accesscontrol
 interface ACGroup
          A representation of the model object ' AC Group'.
 interface ACUser
          A representation of the model object ' AC User'.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.accesscontrol that return ACOrgUnit
 ACOrgUnit AccesscontrolFactory.createACOrgUnit()
          Returns a new object of class 'AC Org Unit'.
 

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

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

Classes in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl that implement ACOrgUnit
 class ACGroupImpl
          An implementation of the model object ' AC Group'.
 class ACOrgUnitImpl
          An implementation of the model object ' AC Org Unit'.
 class ACUserImpl
          An implementation of the model object ' AC User'.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl that return types with arguments of type ACOrgUnit
 org.eclipse.emf.common.util.EList<ACOrgUnit> ACGroupImpl.getMembers()
          Get the group members.
 

Uses of ACOrgUnit 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 ACOrgUnit
 T AccesscontrolSwitch.caseACOrgUnit(ACOrgUnit object)
          Returns the result of interpreting the object as an instance of 'AC Org Unit'.
 



Copyright © 2015. All Rights Reserved.