Uses of Class
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.ServerCall

Packages that use ServerCall
org.eclipse.emf.emfstore.internal.client.importexport.impl   
org.eclipse.emf.emfstore.internal.client.model.connectionmanager   
org.eclipse.emf.emfstore.internal.client.model.controller   
org.eclipse.emf.emfstore.internal.client.model.impl.api   
 

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

Subclasses of ServerCall in org.eclipse.emf.emfstore.internal.client.importexport.impl
 class ExportProjectHistoryController
          Controller class for exporting a ProjectHistory.
 class ImportProjectHistoryController
          Controller for import a ProjectHistory.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager that return ServerCall
 ServerCall<U> ServerCall.setProgressMonitor(org.eclipse.core.runtime.IProgressMonitor monitor)
          Sets the progress monitor instance that may be used during execution of this server call.
 ServerCall<U> ServerCall.setServer(ServerInfo server)
          Sets the server info that is used by this server call.
 ServerCall<U> ServerCall.setUsersession(Usersession usersession)
          Sets the user session to be used by this server call.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager with parameters of type ServerCall
<T> void
SessionManager.execute(ServerCall<T> serverCall)
          Executes the given ServerCall.
 

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

Subclasses of ServerCall in org.eclipse.emf.emfstore.internal.client.model.controller
 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 ServerCall in org.eclipse.emf.emfstore.internal.client.model.impl.api
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl.api that return ServerCall
 ServerCall<U> ESServerCallImpl.toInternalAPI()
          Returns the internal interface of this class.
 

Constructors in org.eclipse.emf.emfstore.internal.client.model.impl.api with parameters of type ServerCall
ESServerCallImpl(ServerCall<U> serverCall)
          Constructor.
 



Copyright © 2015. All Rights Reserved.