Uses of Interface
org.eclipse.emf.emfstore.common.model.ESModelElementId

Packages that use ESModelElementId
org.eclipse.emf.emfstore.common.model   
org.eclipse.emf.emfstore.internal.client.model.impl.api   
org.eclipse.emf.emfstore.internal.common.model.impl   
org.eclipse.emf.emfstore.internal.ecore   
org.eclipse.emf.emfstore.internal.server.model.impl.api.query   
org.eclipse.emf.emfstore.internal.server.model.versioning.util   
org.eclipse.emf.emfstore.server.model.query   
 

Uses of ESModelElementId in org.eclipse.emf.emfstore.common.model
 

Methods in org.eclipse.emf.emfstore.common.model that return ESModelElementId
static ESModelElementId ESModelElementIdFactory.create()
          Creates a new ESModelElementId.
static ESModelElementId ESModelElementIdFactory.fromString(String id)
          Creates a new ESModelElementId from a given ID.
 ESModelElementId ESSingletonIdResolver.getSingletonModelElementId(org.eclipse.emf.ecore.EObject singleton)
          Returns the ID for the given singleton EObject.
 

Methods in org.eclipse.emf.emfstore.common.model with parameters of type ESModelElementId
 org.eclipse.emf.ecore.EObject ESSingletonIdResolver.getSingleton(ESModelElementId singletonId)
          Returns the singleton which belongs to the given ESModelElementId.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model.impl.api with parameters of type ESModelElementId
 boolean ESLocalProjectImpl.contains(ESModelElementId modelElementId)
          Checks whether the EObject with the given ESModelElementId is contained in the collection.
 org.eclipse.emf.ecore.EObject ESLocalProjectImpl.getModelElement(ESModelElementId modelElementId)
          Returns the model element with the given ESModelElementId.
 

Uses of ESModelElementId in org.eclipse.emf.emfstore.internal.common.model.impl
 

Classes in org.eclipse.emf.emfstore.internal.common.model.impl that implement ESModelElementId
 class ESModelElementIdImpl
          Mapping between ESModelElementId and ModelElementId.
 

Methods in org.eclipse.emf.emfstore.internal.common.model.impl with parameters of type ESModelElementId
 org.eclipse.emf.ecore.EObject ESModelElementIdToEObjectMappingImpl.get(ESModelElementId modelElementId)
          Get the EObject for the given ESModelElementId, if any.
 

Uses of ESModelElementId in org.eclipse.emf.emfstore.internal.ecore
 

Methods in org.eclipse.emf.emfstore.internal.ecore that return ESModelElementId
 ESModelElementId EDatatypeIdResolver.getSingletonModelElementId(org.eclipse.emf.ecore.EObject singleton)
          Returns the ID for the given singleton EObject.
 ESModelElementId ETypeIdResolver.getSingletonModelElementId(org.eclipse.emf.ecore.EObject singleton)
          Returns the ID for the given singleton EObject.
 

Methods in org.eclipse.emf.emfstore.internal.ecore with parameters of type ESModelElementId
 org.eclipse.emf.ecore.EObject EDatatypeIdResolver.getSingleton(ESModelElementId singletonId)
          Returns the singleton which belongs to the given ESModelElementId.
 org.eclipse.emf.ecore.EObject ETypeIdResolver.getSingleton(ESModelElementId singletonId)
          Returns the singleton which belongs to the given ESModelElementId.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model.impl.api.query that return types with arguments of type ESModelElementId
 List<ESModelElementId> ESModelElementQueryImpl.getModelElementIds()
          Returns all model element IDs this query is filtering for.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl.api.query with parameters of type ESModelElementId
 void ESModelElementQueryImpl.addModelElementId(ESModelElementId id)
          Adds the ID of a model element that the query should filter for.
 void ESModelElementQueryImpl.removeModelElementId(ESModelElementId id)
          Removes the ID of a model element from this query.
 

Uses of ESModelElementId in org.eclipse.emf.emfstore.internal.server.model.versioning.util
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.util with parameters of type ESModelElementId
 ESModelElementQuery HistoryQueryFactoryImpl.modelElementQuery(ESPrimaryVersionSpec source, ESModelElementId id, int upper, int lower, boolean allVersions, boolean includeCp)
          Factory method for creating a ESModelElementQuery.
 

Method parameters in org.eclipse.emf.emfstore.internal.server.model.versioning.util with type arguments of type ESModelElementId
 ESModelElementQuery HistoryQueryFactoryImpl.modelElementQuery(ESPrimaryVersionSpec source, List<ESModelElementId> modelElements, int upper, int lower, boolean allVersions, boolean includeChangePackages)
          Factory method for creating a ESModelElementQuery.
 

Uses of ESModelElementId in org.eclipse.emf.emfstore.server.model.query
 

Methods in org.eclipse.emf.emfstore.server.model.query that return types with arguments of type ESModelElementId
 List<ESModelElementId> ESModelElementQuery.getModelElementIds()
          Returns all model element IDs this query is filtering for.
 

Methods in org.eclipse.emf.emfstore.server.model.query with parameters of type ESModelElementId
 void ESModelElementQuery.addModelElementId(ESModelElementId id)
          Adds the ID of a model element that the query should filter for.
 ESModelElementQuery ESHistoryQueryFactory.modelElementQuery(ESPrimaryVersionSpec source, ESModelElementId id, int upper, int lower, boolean allVersions, boolean includeChangePackages)
          Factory method for creating a ESModelElementQuery.
 void ESModelElementQuery.removeModelElementId(ESModelElementId id)
          Removes the ID of a model element from this query.
 

Method parameters in org.eclipse.emf.emfstore.server.model.query with type arguments of type ESModelElementId
 ESModelElementQuery ESHistoryQueryFactory.modelElementQuery(ESPrimaryVersionSpec source, List<ESModelElementId> modelElements, int upper, int lower, boolean allVersions, boolean includeChangePackages)
          Factory method for creating a ESModelElementQuery.
 



Copyright © 2015. All Rights Reserved.