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

Packages that use ESGlobalProjectId
org.eclipse.emf.emfstore.client   
org.eclipse.emf.emfstore.internal.client.model.impl.api   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
 

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

Methods in org.eclipse.emf.emfstore.client that return ESGlobalProjectId
 ESGlobalProjectId ESProject.getGlobalProjectId()
          Returns the global ID of the project.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model.impl.api that return ESGlobalProjectId
 ESGlobalProjectId ESRemoteProjectImpl.getGlobalProjectId()
          Returns the global ID of the project.
 ESGlobalProjectId ESLocalProjectImpl.getGlobalProjectId()
          Returns the global ID of the project.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl.api with parameters of type ESGlobalProjectId
 ESRemoteProject ESServerImpl.getRemoteProject(ESGlobalProjectId projectId)
          Returns the remote project with the given ID.
 ESRemoteProject ESServerImpl.getRemoteProject(ESUsersession usersession, ESGlobalProjectId projectId)
          Returns the remote project with the given ID.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api that implement ESGlobalProjectId
 class ESGlobalProjectIdImpl
          Mapping between ESGlobalProjectId and ProjectId.
 



Copyright © 2015. All Rights Reserved.