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

Packages that use APIDelegate
org.eclipse.emf.emfstore.internal.client.importexport.impl   
org.eclipse.emf.emfstore.internal.client.model   
org.eclipse.emf.emfstore.internal.client.model.connectionmanager   
org.eclipse.emf.emfstore.internal.client.model.controller   
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.common   
org.eclipse.emf.emfstore.internal.common.api   
org.eclipse.emf.emfstore.internal.common.model   
org.eclipse.emf.emfstore.internal.common.model.impl   
org.eclipse.emf.emfstore.internal.common.model.util   
org.eclipse.emf.emfstore.internal.fuzzy.emf.config   
org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl   
org.eclipse.emf.emfstore.internal.server.conflictDetection   
org.eclipse.emf.emfstore.internal.server.model   
org.eclipse.emf.emfstore.internal.server.model.impl   
org.eclipse.emf.emfstore.internal.server.model.impl.api.versionspec   
org.eclipse.emf.emfstore.internal.server.model.versioning   
org.eclipse.emf.emfstore.internal.server.model.versioning.impl   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl   
 

Uses of APIDelegate in org.eclipse.emf.emfstore.internal.client.importexport.impl
 

Classes in org.eclipse.emf.emfstore.internal.client.importexport.impl that implement APIDelegate
 class ExportProjectHistoryController
          Controller class for exporting a ProjectHistory.
 class ImportProjectHistoryController
          Controller for import a ProjectHistory.
 

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

Subinterfaces of APIDelegate in org.eclipse.emf.emfstore.internal.client.model
 interface ProjectSpace
          A representation of the model object ' Project Container'.
 interface ServerInfo
          A representation of the model object ' Server Info'.
 interface Usersession
          A representation of the model object ' Usersession'.
 interface Workspace
          A representation of the model object ' Workspace'.
 

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

Classes in org.eclipse.emf.emfstore.internal.client.model.connectionmanager that implement APIDelegate
 class ServerCall<U>
          This class is intended to wrap all server calls.
 

Uses of APIDelegate in org.eclipse.emf.emfstore.internal.client.model.controller
 

Classes in org.eclipse.emf.emfstore.internal.client.model.controller that implement APIDelegate
 class CommitController
          The controller responsible for performing a commit.
 class RevertCommitController
          Controller that forces a revert of version specifier.
 class ShareController
          Shares a project.
 class UpdateController
          Controller class for updating a project space.
 

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

Classes in org.eclipse.emf.emfstore.internal.client.model.impl that implement APIDelegate
 class ProjectSpaceBase
          Project space base class that contains custom user methods.
 class ProjectSpaceImpl
          An implementation of the model object ' Project Container'.
 class ServerInfoImpl
          An implementation of the model object ' Server Info'.
 class UsersessionImpl
          An implementation of the model object ' Usersession'.
 class WorkspaceBase
          Workspace space base class that contains custom user methods.
 class WorkspaceImpl
          An implementation of the model object ' Workspace'.
 

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

Methods in org.eclipse.emf.emfstore.internal.common with type parameters of type APIDelegate
static
<T extends APIDelegate<U>,V,U extends V>
List<V>
APIUtil.mapToAPI(Class<V> apiClass, List<T> toCopy)
          Maps a list of a given internal type to its corresponding API type by copying it.
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 APIDelegate in org.eclipse.emf.emfstore.internal.common.api
 

Classes in org.eclipse.emf.emfstore.internal.common.api with type parameters of type APIDelegate
 class AbstractAPIDeletegateImpl<A extends AbstractAPIImpl<A,I>,I extends APIDelegate<A>>
          An internal EObject that has an API delegate.
 class AbstractAPIImpl<API,INTERNAL extends APIDelegate<API>>
           Common base class for all API implementation classes.
 interface InternalAPIDelegator<API,INTERNAL extends APIDelegate<? extends API>>
           Interface that is meant to be implemented by all API implementation classes.
 

Classes in org.eclipse.emf.emfstore.internal.common.api that implement APIDelegate
 class AbstractAPIDeletegateImpl<A extends AbstractAPIImpl<A,I>,I extends APIDelegate<A>>
          An internal EObject that has an API delegate.
 

Uses of APIDelegate in org.eclipse.emf.emfstore.internal.common.model
 

Subinterfaces of APIDelegate in org.eclipse.emf.emfstore.internal.common.model
 interface IdEObjectCollection
          A collection of EObjects where each one can be identified via a ModelElementId.
 interface ModelElementId
          A representation of the model object ' Element Id'.
 interface ModelElementIdToEObjectMapping
           
 interface NotifiableIdEObjectCollection
           
 interface Project
          A representation of the model object ' Project'.
 

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

Classes in org.eclipse.emf.emfstore.internal.common.model.impl that implement APIDelegate
 class IdEObjectCollectionImpl
          Implementation of an ID based storage mechanism for EObjects.
 class ModelElementIdImpl
          An implementation of the model object 'Element Id'.
 class NotifiableIdEObjectCollectionImpl
          A collection that is able of maintaining a list of IdEObjectCollectionChangeObserver.
 class ProjectImpl
           
 

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

Classes in org.eclipse.emf.emfstore.internal.common.model.util that implement APIDelegate
 class NotificationInfo
          NotificationInfo is a type safe wrapper for EMF Notifications.
 

Uses of APIDelegate in org.eclipse.emf.emfstore.internal.fuzzy.emf.config
 

Subinterfaces of APIDelegate in org.eclipse.emf.emfstore.internal.fuzzy.emf.config
 interface MutatorConfig
          A representation of the model object 'Mutator Config'.
 interface TestConfig
          A representation of the model object 'ESFuzzyTest Config'.
 

Uses of APIDelegate in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl
 

Classes in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl that implement APIDelegate
 class MutatorConfigImpl
          An implementation of the model object 'Mutator Config'.
 class TestConfigImpl
          An implementation of the model object 'ESFuzzyTest Config'.
 

Uses of APIDelegate in org.eclipse.emf.emfstore.internal.server.conflictDetection
 

Classes in org.eclipse.emf.emfstore.internal.server.conflictDetection that implement APIDelegate
 class ChangeConflictSet
          The actual implementation of an ESConflictSetImpl containing the changes that caused the conflict.
 class ConflictBucket
          Represents a bucket of conflicting operations sets.
 class ModelElementIdToEObjectMappingImpl
           
 

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

Subinterfaces of APIDelegate in org.eclipse.emf.emfstore.internal.server.model
 interface ProjectId
          A representation of the model object ' Project Id'.
 interface SessionId
          A representation of the model object ' Session Id'.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl that implement APIDelegate
 class ProjectIdImpl
          An implementation of the model object ' Project Id'.
 class SessionIdImpl
          An implementation of the model object ' Session Id'.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api.versionspec with type parameters of type APIDelegate
 class ESVersionSpecImpl<U extends ESVersionSpec,T extends VersionSpec & APIDelegate<U>>
          Mapping between ESVersionSpecImpl and VersionSpec.
 

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

Subinterfaces of APIDelegate in org.eclipse.emf.emfstore.internal.server.model.versioning
 interface AncestorVersionSpec
          A representation of the model object ' Ancestor Version Spec'.
 interface BranchInfo
          A representation of the model object ' Branch Info'.
 interface BranchVersionSpec
          A representation of the model object ' Branch Version Spec'.
 interface ChangePackage
          A representation of the model object ' Change Package'.
 interface DateVersionSpec
          A representation of the model object ' Date Version Spec'.
 interface HeadVersionSpec
          A representation of the model object ' Head Version Spec'.
 interface HistoryInfo
          A representation of the model object ' History Info'.
 interface HistoryQuery<T extends ESHistoryQuery>
          A representation of the model object ' History Query'.
 interface LogMessage
          A representation of the model object ' Log Message'.
 interface ModelElementQuery
          A representation of the model object ' Model Element Query'.
 interface PagedUpdateVersionSpec
          A representation of the model object 'Paged Update Version Spec'.
 interface PathQuery
          A representation of the model object ' Path Query'.
 interface PrimaryVersionSpec
          A representation of the model object ' Primary Version Spec'.
 interface RangeQuery<T extends ESRangeQuery<?>>
          A representation of the model object ' Range Query'.
 interface TagVersionSpec
          A representation of the model object ' Tag Version Spec'.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that implement APIDelegate
 class AncestorVersionSpecImpl
          An implementation of the model object ' Ancestor Version Spec'.
 class BranchInfoImpl
          An implementation of the model object ' Branch Info'.
 class BranchVersionSpecImpl
          An implementation of the model object ' Branch Version Spec'.
 class ChangePackageImpl
          An implementation of the model object ' Change Package'.
 class DateVersionSpecImpl
          An implementation of the model object ' Date Version Spec'.
 class HeadVersionSpecImpl
          An implementation of the model object ' Head Version Spec'.
 class HistoryInfoImpl
          An implementation of the model object ' History Info'.
 class HistoryQueryImpl<T extends ESHistoryQuery<?>>
          An implementation of the model object ' History Query'.
 class LogMessageImpl
          An implementation of the model object ' Log Message'.
 class ModelElementQueryImpl
          An implementation of the model object ' Model Element Query'.
 class PagedUpdateVersionSpecImpl
          An implementation of the model object 'Paged Update Version Spec'.
 class PathQueryImpl
          An implementation of the model object ' Path Query'.
 class PrimaryVersionSpecImpl
          An implementation of the model object ' Primary Version Spec'.
 class RangeQueryImpl<T extends ESRangeQuery<?>>
          An implementation of the model object ' Range Query'.
 class TagVersionSpecImpl
          An implementation of the model object ' Tag Version Spec'.
 

Uses of APIDelegate in org.eclipse.emf.emfstore.internal.server.model.versioning.operations
 

Subinterfaces of APIDelegate in org.eclipse.emf.emfstore.internal.server.model.versioning.operations
 interface AbstractOperation
          A representation of the model object ' Abstract Operation'.
 interface AttributeOperation
          A representation of the model object ' Attribute Operation'.
 interface CompositeOperation
          A representation of the model object ' Composite Operation'.
 interface CreateDeleteOperation
          A representation of the model object ' Create Delete Operation'.
 interface FeatureOperation
          A representation of the model object ' Feature Operation'.
 interface MultiAttributeMoveOperation
          A representation of the model object ' Multi Attribute Move Operation'.
 interface MultiAttributeOperation
          A representation of the model object ' Multi Attribute Operation'.
 interface MultiAttributeSetOperation
          A representation of the model object ' Multi Attribute Set Operation'.
 interface MultiReferenceMoveOperation
          A representation of the model object ' Multi Reference Move Operation'.
 interface MultiReferenceOperation
          A representation of the model object ' Multi Reference Operation'.
 interface MultiReferenceSetOperation
          A representation of the model object ' Multi Reference Set Operation'.
 interface ReferenceOperation
          A representation of the model object ' Reference Operation'.
 interface SingleReferenceOperation
          A representation of the model object ' Single Reference Operation'.
 

Uses of APIDelegate in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl
 

Classes in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl that implement APIDelegate
 class AbstractOperationImpl
          An implementation of the model object ' Abstract Operation'.
 class AttributeOperationImpl
          An implementation of the model object ' Attribute Operation'.
 class CompositeOperationImpl
          An implementation of the model object ' Composite Operation'.
 class CreateDeleteOperationImpl
          An implementation of the model object ' Create Delete Operation'.
 class FeatureOperationImpl
          An implementation of the model object ' Feature Operation'.
 class MultiAttributeMoveOperationImpl
          An implementation of the model object ' Multi Attribute Move Operation'.
 class MultiAttributeOperationImpl
          An implementation of the model object ' Multi Attribute Operation'.
 class MultiAttributeSetOperationImpl
          An implementation of the model object ' Multi Attribute Set Operation'.
 class MultiReferenceMoveOperationImpl
          An implementation of the model object ' Multi Reference Move Operation'.
 class MultiReferenceOperationImpl
          An implementation of the model object ' Multi Reference Operation'.
 class MultiReferenceSetOperationImpl
          An implementation of the model object ' Multi Reference Set Operation'.
 class ReferenceOperationImpl
          An implementation of the model object ' Reference Operation'.
 class SingleReferenceOperationImpl
          An implementation of the model object ' Single Reference Operation'.
 

Uses of APIDelegate in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic
 

Subinterfaces of APIDelegate in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic
 interface SemanticCompositeOperation
          A representation of the model object ' Composite Operation'.
 

Uses of APIDelegate in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl
 

Classes in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl that implement APIDelegate
 class SemanticCompositeOperationImpl
          An implementation of the model object ' Composite Operation'.
 



Copyright © 2015. All Rights Reserved.