Uses of Interface
org.eclipse.emf.emfstore.server.model.ESGroup

Packages that use ESGroup
org.eclipse.emf.emfstore.internal.server.accesscontrol   
org.eclipse.emf.emfstore.internal.server.impl.api   
org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
org.eclipse.emf.emfstore.server.auth   
org.eclipse.emf.emfstore.server.model   
 

Uses of ESGroup in org.eclipse.emf.emfstore.internal.server.accesscontrol
 

Methods in org.eclipse.emf.emfstore.internal.server.accesscontrol that return types with arguments of type ESGroup
 List<ESGroup> DefaultESOrgUnitResolverService.getGroups(ESOrgUnit esOrgUnit)
          Returns the group membership of the organizational unit.
 List<ESGroup> DefaultESOrgUnitResolverService.getGroups(ESOrgUnitId orgUnitId)
          Returns the group member of the organizational unit the given ESOrgUnitId belongs to.
 

Uses of ESGroup in org.eclipse.emf.emfstore.internal.server.impl.api
 

Methods in org.eclipse.emf.emfstore.internal.server.impl.api that return types with arguments of type ESGroup
 Set<ESGroup> ESOrgUnitProviderImpl.getGroups()
          Returns a set of all known groups.
 

Methods in org.eclipse.emf.emfstore.internal.server.impl.api with parameters of type ESGroup
 void ESOrgUnitProviderImpl.addGroup(ESGroup group)
          Adds the given group.
 void ESOrgUnitProviderImpl.removeGroup(ESGroup group)
          Removes the given group.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl that return ESGroup
 ESGroup ACGroupImpl.toAPI()
          Returns the API interface of this class.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api that implement ESGroup
 class ESGroupImpl
          The API implementation class for an ESGroup.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl.api that return types with arguments of type ESGroup
 Set<ESGroup> ESOrgUnitRepositoryImpl.getGroups()
          Returns a set of all available ESGroups.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl.api with parameters of type ESGroup
 void ESOrgUnitRepositoryImpl.addGroup(ESGroup group)
          Adds the given group.
 void ESOrgUnitRepositoryImpl.removeGroup(ESGroup group)
          Removes the given group.
 

Uses of ESGroup in org.eclipse.emf.emfstore.server.auth
 

Methods in org.eclipse.emf.emfstore.server.auth that return types with arguments of type ESGroup
 List<ESGroup> ESOrgUnitResolver.getGroups(ESOrgUnit orgUnit)
          Returns the group membership of the organizational unit.
 List<ESGroup> ESOrgUnitResolver.getGroups(ESOrgUnitId orgUnitId)
          Returns the group member of the organizational unit the given ESOrgUnitId belongs to.
 

Uses of ESGroup in org.eclipse.emf.emfstore.server.model
 

Methods in org.eclipse.emf.emfstore.server.model that return types with arguments of type ESGroup
 Set<ESGroup> ESOrgUnitRepository.getGroups()
          Returns a set of all available ESGroups.
 Set<ESGroup> ESOrgUnitProvider.getGroups()
          Returns a set of all known groups.
 

Methods in org.eclipse.emf.emfstore.server.model with parameters of type ESGroup
 void ESOrgUnitRepository.addGroup(ESGroup group)
          Adds the given group.
 void ESOrgUnitProvider.addGroup(ESGroup group)
          Adds the given group.
 void ESOrgUnitRepository.removeGroup(ESGroup group)
          Removes the given group.
 void ESOrgUnitProvider.removeGroup(ESGroup group)
          Removes the given group.
 



Copyright © 2016. All Rights Reserved.