Uses of Interface
org.eclipse.emf.emfstore.internal.common.api.InternalAPIDelegator

Packages that use InternalAPIDelegator
org.eclipse.emf.emfstore.internal.client.model.impl.api   
org.eclipse.emf.emfstore.internal.common   
org.eclipse.emf.emfstore.internal.common.api   
org.eclipse.emf.emfstore.internal.common.model.impl   
org.eclipse.emf.emfstore.internal.common.model.impl.util   
org.eclipse.emf.emfstore.internal.fuzzy.emf.api   
org.eclipse.emf.emfstore.internal.server.impl.api   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
org.eclipse.emf.emfstore.internal.server.model.impl.api.query   
org.eclipse.emf.emfstore.internal.server.model.impl.api.versionspec   
 

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

Classes in org.eclipse.emf.emfstore.internal.client.model.impl.api that implement InternalAPIDelegator
 class ESLocalProjectImpl
           Mapping between ESLocalProject and ProjectSpace.
 class ESServerCallImpl<U>
           Mapping between ESServerCall and ServerCall.
 class ESServerImpl
          Mapping between ESServer and ServerInfo.
 class ESUsersessionImpl
          Mapping between ESUsersession and Usersession.
 class ESWorkspaceImpl
          Mapping between ESWorkspace and Workspace.
 

Uses of InternalAPIDelegator in org.eclipse.emf.emfstore.internal.common
 

Methods in org.eclipse.emf.emfstore.internal.common with type parameters of type InternalAPIDelegator
static
<V,U extends InternalAPIDelegator<U,T>,T extends APIDelegate<U>>
List<T>
APIUtil.mapToInternalAPI(Class<T> apiClass, List<V> toCopy)
          Maps a list of a given external API type to its corresponding internal type by copying it.
static
<IMPL extends InternalAPIDelegator<API,INT>,INT extends APIDelegate<API>,API>
List<API>
APIUtil.toExternal(List<INT> toCopy)
          Maps a list of a given internal API type to its external API counterpart by copying and mapping the entities.
static
<IMPL extends InternalAPIDelegator<API,INT>,INT extends APIDelegate<API>,API>
Set<API>
APIUtil.toExternal(Set<INT> toCopy)
          Maps a set of a given internal API type to its external API counterpart by copying and mapping the entities.
static
<IMPL extends InternalAPIDelegator<API,INT>,INT extends APIDelegate<API>,API,DESIRED>
List<INT>
APIUtil.toInternal(Class<DESIRED> cls, List<API> toCopy)
          Maps a list of a given internal API type to its external API counterpart by copying and mapping the entities.
static
<V,U extends InternalAPIDelegator<U,T>,T extends APIDelegate<U>>
T
APIUtil.toInternal(Class<T> apiClass, V element)
          Maps an given API type to its internal API counterpart.
static
<IMPL extends InternalAPIDelegator<API,INT>,INT extends APIDelegate<API>,API>
List<INT>
APIUtil.toInternal(List<API> toCopy)
          Maps a list of a given API type to its internal API counterpart by copying and mapping the entities.
static
<IMPL extends InternalAPIDelegator<API,INT>,INT extends APIDelegate<API>,API>
Set<INT>
APIUtil.toInternal(Set<API> toCopy)
          Maps a set of a given API type to its internal API counterpart by copying and mapping the entities.
 

Uses of InternalAPIDelegator in org.eclipse.emf.emfstore.internal.common.api
 

Classes in org.eclipse.emf.emfstore.internal.common.api that implement InternalAPIDelegator
 class AbstractAPIImpl<API,INTERNAL extends APIDelegate<API>>
           Common base class for all API implementation classes.
 

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

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

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

Classes in org.eclipse.emf.emfstore.internal.common.model.impl.util that implement InternalAPIDelegator
 class ESNotificationInfoImpl
           
 

Uses of InternalAPIDelegator in org.eclipse.emf.emfstore.internal.fuzzy.emf.api
 

Classes in org.eclipse.emf.emfstore.internal.fuzzy.emf.api that implement InternalAPIDelegator
 class ESMutatorConfigImpl
          The API implementation wrapper for MutatorConfig.
 class ESTestConfigImpl
          The API implementation wrapper for TestConfig.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.impl.api that implement InternalAPIDelegator
 class ESConflictImpl
          Mapping between ESConflict and ConflictBucket.
 class ESConflictSetImpl
           Mapping between ESConflictSet and ChangeConflictSet.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api that implement InternalAPIDelegator
 class ESBranchInfoImpl
          Mapping between ESBranchInfo and BranchInfo.
 class ESChangePackageImpl
          Mapping between ESChangePackage and ChangePackage.
 class ESGlobalProjectIdImpl
          Mapping between ESGlobalProjectId and ProjectId.
 class ESHistoryInfoImpl
          Mapping between ESHistoryInfo and HistoryInfo.
 class ESLogMessageImpl
          Mapping between ESLogMessage and LogMessage.
 class ESOperationImpl
          Mapping between ESOperation and AbstractOperation.
 class ESSessionIdImpl
          Mapping between ESSessionId and SessionId.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api.query that implement InternalAPIDelegator
 class ESHistoryQueryImpl<U extends ESHistoryQuery<?>,T extends HistoryQuery<U>>
          Mapping between ESHistoryQueryImpl and HistoryQuery.
 class ESModelElementQueryImpl
           Mapping between ESModelElementQuery and ModelElementQuery.
 class ESPathQueryImpl
           Mapping between ESPathQuery and PathQuery.
 class ESRangeQueryImpl<T extends ESRangeQuery<?>,U extends RangeQuery<T>>
          Mapping between ESRangeQuery and RangeQuery.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api.versionspec that implement InternalAPIDelegator
 class ESAncestorVersionSpecImpl
          Mapping between ESAncestorVersionSpec and AncestorVersionSpec.
 class ESBranchVersionSpecImpl
          Mapping between ESBranchVersionSpecImpl and BranchVersionSpec.
 class ESDateVersionSpecImpl
          Mapping between ESDateVersionSpecImpl and DateVersionSpec.
 class ESHeadVersionSpecImpl
          Mapping between ESHeadVersionSpec and HeadVersionSpec.
 class ESPagedUpdateVersionSpecImpl
          Mapping between ESPagedUpdateVersionSpec and PagedUpdateVersionSpec.
 class ESPrimaryVersionSpecImpl
          Mapping between ESPrimaryVersionSpec and PrimaryVersionSpec.
 class ESTagVersionSpecImpl
          Mapping between ESTagVersionSpec and TagVersionSpec.
 class ESVersionSpecImpl<U extends ESVersionSpec,T extends VersionSpec & APIDelegate<U>>
          Mapping between ESVersionSpecImpl and VersionSpec.
 



Copyright © 2015. All Rights Reserved.