Uses of Interface
org.eclipse.emf.emfstore.common.model.ESUniqueIdentifier

Packages that use ESUniqueIdentifier
org.eclipse.emf.emfstore.common.model   
org.eclipse.emf.emfstore.internal.common.model.impl   
org.eclipse.emf.emfstore.internal.server.model.impl.api   
org.eclipse.emf.emfstore.server.model   
 

Uses of ESUniqueIdentifier in org.eclipse.emf.emfstore.common.model
 

Subinterfaces of ESUniqueIdentifier in org.eclipse.emf.emfstore.common.model
 interface ESModelElementId
          Represents a unique model element ID that is used to identify model elements within EMFStore.
 

Uses of ESUniqueIdentifier in org.eclipse.emf.emfstore.internal.common.model.impl
 

Classes in org.eclipse.emf.emfstore.internal.common.model.impl that implement ESUniqueIdentifier
 class ESModelElementIdImpl
          Mapping between ESModelElementId and ModelElementId.
 

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

Classes in org.eclipse.emf.emfstore.internal.server.model.impl.api that implement ESUniqueIdentifier
 class ESGlobalProjectIdImpl
          Mapping between ESGlobalProjectId and ProjectId.
 class ESLocalProjectIdImpl
          Local project ID implementation class.
 class ESSessionIdImpl
          Mapping between ESSessionId and SessionId.
 

Uses of ESUniqueIdentifier in org.eclipse.emf.emfstore.server.model
 

Subinterfaces of ESUniqueIdentifier in org.eclipse.emf.emfstore.server.model
 interface ESGlobalProjectId
          Represents the global ID of a project.
 interface ESLocalProjectId
          Represents the local ID of a project.
 interface ESProjectId
          Represents the ID of a project.
 interface ESSessionId
          Represents the ID of a session as used in an user session.
 



Copyright © 2016. All Rights Reserved.