Uses of Interface
org.eclipse.emf.emfstore.internal.client.model.Usersession

Packages that use Usersession
org.eclipse.emf.emfstore.internal.client.accesscontrol   
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.client.model.impl.api   
org.eclipse.emf.emfstore.internal.client.model.util   
org.eclipse.emf.emfstore.internal.client.ui.dialogs.login   
 

Uses of Usersession in org.eclipse.emf.emfstore.internal.client.accesscontrol
 

Constructors in org.eclipse.emf.emfstore.internal.client.accesscontrol with parameters of type Usersession
AccessControlHelper(Usersession usersession)
          Default constructor.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model that return Usersession
 Usersession ModelFactory.createUsersession()
          Returns a new object of class 'Usersession'.
 Usersession ServerInfo.getLastUsersession()
          Returns the value of the 'Last Usersession' reference.
 Usersession ProjectSpace.getUsersession()
          Returns the value of the 'Usersession' reference.
 

Methods in org.eclipse.emf.emfstore.internal.client.model that return types with arguments of type Usersession
 org.eclipse.emf.common.util.EList<Usersession> Workspace.getUsersessions()
          Returns the value of the 'Usersessions' containment reference list.
 

Methods in org.eclipse.emf.emfstore.internal.client.model with parameters of type Usersession
 AdminBroker Workspace.getAdminBroker(Usersession session)
          Returns an AdminBroker related to the given Usersession.
 void Workspace.removeUsersession(Usersession session)
          Remove the given Usersession from the workspace.
 void ServerInfo.setLastUsersession(Usersession value)
          Sets the value of the 'Last Usersession' reference.
 void ProjectSpace.setUsersession(Usersession value)
          Sets the value of the 'Usersession' reference.
 ProjectInfo ProjectSpace.shareProject(Usersession session, org.eclipse.core.runtime.IProgressMonitor monitor)
          Shares this project space.
 void Workspace.updateACUser(Usersession session)
          Updates the ACUser and it roles.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager that return Usersession
 Usersession ServerCall.getUsersession()
          Returns the user session that is used by this server call.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager with parameters of type Usersession
 ServerCall<U> ServerCall.setUsersession(Usersession usersession)
          Sets the user session to be used by this server call.
 

Constructors in org.eclipse.emf.emfstore.internal.client.model.connectionmanager with parameters of type Usersession
ServerCall(Usersession usersession)
          Default constructor with user session.
ServerCall(Usersession usersession, org.eclipse.core.runtime.IProgressMonitor monitor)
          Default constructor with user session and progress monitor.
 

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

Constructors in org.eclipse.emf.emfstore.internal.client.model.controller with parameters of type Usersession
ShareController(ProjectSpaceBase projectSpace, Usersession session, org.eclipse.core.runtime.IProgressMonitor monitor)
          Constructor.
 

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

Classes in org.eclipse.emf.emfstore.internal.client.model.impl that implement Usersession
 class UsersessionImpl
          An implementation of the model object ' Usersession'.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl that return Usersession
 Usersession ServerInfoImpl.basicGetLastUsersession()
           
 Usersession ProjectSpaceImpl.basicGetUsersession()
           
 Usersession ModelFactoryImpl.createUsersession()
           
 Usersession ServerInfoImpl.getLastUsersession()
           
 Usersession ProjectSpaceImpl.getUsersession()
           
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl that return types with arguments of type Usersession
 org.eclipse.emf.common.util.EList<Usersession> WorkspaceImpl.getUsersessions()
           
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl with parameters of type Usersession
 AdminBroker WorkspaceBase.getAdminBroker(Usersession usersession)
          Returns an AdminBroker related to the given Usersession.
 void WorkspaceBase.removeUsersession(Usersession session)
          Remove the given Usersession from the workspace.
 void ServerInfoImpl.setLastUsersession(Usersession newLastUsersession)
           
 void ProjectSpaceImpl.setUsersession(Usersession newUsersession)
           
 ProjectInfo ProjectSpaceBase.shareProject(Usersession session, org.eclipse.core.runtime.IProgressMonitor monitor)
          Shares this project space.
 void WorkspaceBase.updateACUser(Usersession usersession)
          Updates the ACUser and it roles.
 

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

Constructors in org.eclipse.emf.emfstore.internal.client.model.impl.api with parameters of type Usersession
ESUsersessionImpl(Usersession usersession)
          Constructor.
 

Uses of Usersession in org.eclipse.emf.emfstore.internal.client.model.util
 

Methods in org.eclipse.emf.emfstore.internal.client.model.util that return Usersession
static Usersession EMFStoreClientUtil.createUsersession()
          Create a default user session with the default super user and password and a server on localhost on the default port.
static Usersession EMFStoreClientUtil.createUsersession(String username, String password, String serverUrl, int serverPort)
          Create a Usersession for the given credentials and server info.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.util with parameters of type Usersession
 T ModelSwitch.caseUsersession(Usersession object)
          Returns the result of interpreting the object as an instance of 'Usersession'.
 

Uses of Usersession in org.eclipse.emf.emfstore.internal.client.ui.dialogs.login
 

Methods in org.eclipse.emf.emfstore.internal.client.ui.dialogs.login that return Usersession
 Usersession LoginDialog.getSelectedUsersession()
          Returns the selected Usersession.
 



Copyright © 2015. All Rights Reserved.