Uses of Interface
org.eclipse.emf.emfstore.client.callbacks.ESUpdateCallback

Packages that use ESUpdateCallback
org.eclipse.emf.emfstore.client   
org.eclipse.emf.emfstore.client.callbacks   
org.eclipse.emf.emfstore.internal.client.model   
org.eclipse.emf.emfstore.internal.client.model.controller   
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.client.model.impl.api   
org.eclipse.emf.emfstore.internal.client.ui.controller   
 

Uses of ESUpdateCallback in org.eclipse.emf.emfstore.client
 

Methods in org.eclipse.emf.emfstore.client with parameters of type ESUpdateCallback
 ESPrimaryVersionSpec ESLocalProject.update(ESVersionSpec version, ESUpdateCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
           Updates the project to the given version from the server.
 

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

Fields in org.eclipse.emf.emfstore.client.callbacks declared as ESUpdateCallback
static ESUpdateCallback ESUpdateCallback.NOCALLBACK
          A default implementation of an update callback that does nothing and defaults this#conflictOccurred(ESConflictSet, IProgressMonitor) to false and checksumCheckFailed to true.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model with parameters of type ESUpdateCallback
 PrimaryVersionSpec ProjectSpace.update(VersionSpec version, ESUpdateCallback callback, org.eclipse.core.runtime.IProgressMonitor progress)
          Update the workspace to the given revision.
 

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

Constructors in org.eclipse.emf.emfstore.internal.client.model.controller with parameters of type ESUpdateCallback
UpdateController(ProjectSpaceBase projectSpace, VersionSpec version, ESUpdateCallback callback, org.eclipse.core.runtime.IProgressMonitor progress)
          Constructor.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model.impl with parameters of type ESUpdateCallback
 PrimaryVersionSpec ProjectSpaceBase.update(VersionSpec version, ESUpdateCallback callback, org.eclipse.core.runtime.IProgressMonitor progress)
          Update the workspace to the given revision.
 

Uses of ESUpdateCallback 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 ESUpdateCallback
 ESPrimaryVersionSpec ESLocalProjectImpl.update(ESVersionSpec versionSpec, ESUpdateCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
           Updates the project to the given version from the server.
 

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

Classes in org.eclipse.emf.emfstore.internal.client.ui.controller that implement ESUpdateCallback
 class UIUpdateProjectController
          UI controller for performing a paged update.
 



Copyright © 2015. All Rights Reserved.