Uses of Interface
org.eclipse.emf.emfstore.server.ESConflictSet

Packages that use ESConflictSet
org.eclipse.emf.emfstore.client.callbacks   
org.eclipse.emf.emfstore.internal.client.ui.controller   
org.eclipse.emf.emfstore.internal.server.conflictDetection   
org.eclipse.emf.emfstore.internal.server.impl.api   
 

Uses of ESConflictSet in org.eclipse.emf.emfstore.client.callbacks
 

Methods in org.eclipse.emf.emfstore.client.callbacks with parameters of type ESConflictSet
 boolean ESUpdateCallback.conflictOccurred(ESConflictSet changeConflict, org.eclipse.core.runtime.IProgressMonitor monitor)
          Called when local and remote changes overlap.
 

Uses of ESConflictSet in org.eclipse.emf.emfstore.internal.client.ui.controller
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.controller with parameters of type ESConflictSet
 boolean UIUpdateProjectController.conflictOccurred(ESConflictSet changeConflict, org.eclipse.core.runtime.IProgressMonitor monitor)
          Called when local and remote changes overlap.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.conflictDetection that return ESConflictSet
 ESConflictSet ChangeConflictSet.toAPI()
          Returns the API interface of this class.
 

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

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



Copyright © 2015. All Rights Reserved.