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

Packages that use ESOperation
org.eclipse.emf.emfstore.internal.server.impl.api   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl   
org.eclipse.emf.emfstore.server   
 

Uses of ESOperation 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 ESOperation
 Set<ESOperation> ESConflictImpl.getLocalOperations()
          The involved local operations.
 Set<ESOperation> ESConflictImpl.getRemoteOperations()
          The involved remote operations.
 

Method parameters in org.eclipse.emf.emfstore.internal.server.impl.api with type arguments of type ESOperation
 void ESConflictImpl.resolveConflict(Set<ESOperation> acceptedLocalOperations, Set<ESOperation> rejectedRemoteOperations)
          Resolve the conflict by accepting the given local operations and rejecting the given remote operations.
 void ESConflictImpl.resolveConflict(Set<ESOperation> acceptedLocalOperations, Set<ESOperation> rejectedRemoteOperations)
          Resolve the conflict by accepting the given local operations and rejecting the given remote operations.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api that implement ESOperation
 class ESOperationImpl
          Mapping between ESOperation and AbstractOperation.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.operations.impl that return ESOperation
 ESOperation AbstractOperationImpl.createAPI()
           
 ESOperation AbstractOperationImpl.toAPI()
           
 

Uses of ESOperation in org.eclipse.emf.emfstore.server
 

Methods in org.eclipse.emf.emfstore.server that return types with arguments of type ESOperation
 Set<ESOperation> ESConflict.getLocalOperations()
          The involved local operations.
 Set<ESOperation> ESConflict.getRemoteOperations()
          The involved remote operations.
 

Method parameters in org.eclipse.emf.emfstore.server with type arguments of type ESOperation
 void ESConflict.resolveConflict(Set<ESOperation> acceptedLocalOperations, Set<ESOperation> rejectedRemoteOperations)
          Resolve the conflict by accepting the given local operations and rejecting the given remote operations.
 void ESConflict.resolveConflict(Set<ESOperation> acceptedLocalOperations, Set<ESOperation> rejectedRemoteOperations)
          Resolve the conflict by accepting the given local operations and rejecting the given remote operations.
 



Copyright © 2015. All Rights Reserved.