Uses of Interface
org.eclipse.emf.emfstore.internal.server.model.versioning.PrimaryVersionSpec

Packages that use PrimaryVersionSpec
org.eclipse.emf.emfstore.internal.client.model   
org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc   
org.eclipse.emf.emfstore.internal.client.model.controller   
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.server   
org.eclipse.emf.emfstore.internal.server.connection.xmlrpc   
org.eclipse.emf.emfstore.internal.server.core.helper   
org.eclipse.emf.emfstore.internal.server.core.subinterfaces   
org.eclipse.emf.emfstore.internal.server.model   
org.eclipse.emf.emfstore.internal.server.model.impl   
org.eclipse.emf.emfstore.internal.server.model.impl.api.versionspec   
org.eclipse.emf.emfstore.internal.server.model.versioning   
org.eclipse.emf.emfstore.internal.server.model.versioning.events.server   
org.eclipse.emf.emfstore.internal.server.model.versioning.events.server.impl   
org.eclipse.emf.emfstore.internal.server.model.versioning.impl   
org.eclipse.emf.emfstore.internal.server.model.versioning.util   
org.eclipse.emf.emfstore.server   
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model that return PrimaryVersionSpec
 PrimaryVersionSpec ProjectSpace.commit(org.eclipse.core.runtime.IProgressMonitor monitor)
          Commits all pending changes of the project space.
 PrimaryVersionSpec ProjectSpace.commit(String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
          Commits all pending changes of the project space.
 PrimaryVersionSpec ProjectSpace.commitToBranch(BranchVersionSpec branch, String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
          This method allows to commit changes to a new branch.
 PrimaryVersionSpec ProjectSpace.getBaseVersion()
          Returns the value of the 'Base Version' containment reference.
 PrimaryVersionSpec ProjectSpace.getMergedVersion()
          Returns the value of the 'Merged Version' containment reference.
 PrimaryVersionSpec ProjectSpace.resolveVersionSpec(VersionSpec versionSpec, org.eclipse.core.runtime.IProgressMonitor monitor)
          Resolve a version spec to a primary version spec.
 PrimaryVersionSpec ProjectSpace.update(org.eclipse.core.runtime.IProgressMonitor monitor)
          Update the project to the head version.
 PrimaryVersionSpec ProjectSpace.update(VersionSpec version)
          Update the project to the given version.
 PrimaryVersionSpec ProjectSpace.update(VersionSpec version, ESUpdateCallback callback, org.eclipse.core.runtime.IProgressMonitor progress)
          Update the workspace to the given revision.
 

Methods in org.eclipse.emf.emfstore.internal.client.model with parameters of type PrimaryVersionSpec
 void ProjectSpace.addTag(PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Adds a tag to the specified version of this project.
 void ProjectSpace.mergeBranch(PrimaryVersionSpec branchSpec, ConflictResolver conflictResolver, org.eclipse.core.runtime.IProgressMonitor monitor)
          Allows to merge a version from another branch into the current project space.
 void ProjectSpace.removeTag(PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Removes a tag to the specified version of this project.
 void ProjectSpace.setBaseVersion(PrimaryVersionSpec value)
          Sets the value of the 'Base Version' containment reference.
 void ProjectSpace.setMergedVersion(PrimaryVersionSpec value)
          Sets the value of the 'Merged Version' containment reference.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc that return PrimaryVersionSpec
 PrimaryVersionSpec XmlRpcConnectionManager.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, AbstractChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version on the server of the given project.
 PrimaryVersionSpec XmlRpcConnectionManager.resolveVersionSpec(SessionId sessionId, ProjectId projectId, VersionSpec versionSpec)
          Resolve a version specified to a primary version specifier.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.connectionmanager.xmlrpc with parameters of type PrimaryVersionSpec
 void XmlRpcConnectionManager.addTag(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Adds a tag to a version of the specified project.
 PrimaryVersionSpec XmlRpcConnectionManager.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, AbstractChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version on the server of the given project.
 void XmlRpcConnectionManager.removeTag(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Removes a tag to a version of the specified project.
 

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

Constructors in org.eclipse.emf.emfstore.internal.client.model.controller with parameters of type PrimaryVersionSpec
RevertCommitController(ProjectSpace projectSpace, PrimaryVersionSpec versionSpec, boolean headRevert, String checkedoutCopyName)
          Constructor.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.model.impl that return PrimaryVersionSpec
 PrimaryVersionSpec ProjectSpaceImpl.basicGetBaseVersion()
           
 PrimaryVersionSpec ProjectSpaceImpl.basicGetMergedVersion()
           
 PrimaryVersionSpec ProjectSpaceBase.commit(org.eclipse.core.runtime.IProgressMonitor monitor)
          Commits all pending changes of the project space.
 PrimaryVersionSpec ProjectSpaceBase.commit(String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
          Commits all pending changes of the project space.
 PrimaryVersionSpec ProjectSpaceBase.commitToBranch(BranchVersionSpec branch, String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
          This method allows to commit changes to a new branch.
 PrimaryVersionSpec ProjectSpaceImpl.getBaseVersion()
           
 PrimaryVersionSpec ProjectSpaceImpl.getMergedVersion()
           
 PrimaryVersionSpec ProjectSpaceBase.resolveVersionSpec(VersionSpec versionSpec, org.eclipse.core.runtime.IProgressMonitor monitor)
          Resolve a version spec to a primary version spec.
 PrimaryVersionSpec ProjectSpaceBase.update(org.eclipse.core.runtime.IProgressMonitor monitor)
          Update the project to the head version.
 PrimaryVersionSpec ProjectSpaceBase.update(VersionSpec version)
          Update the project to the given version.
 PrimaryVersionSpec ProjectSpaceBase.update(VersionSpec version, ESUpdateCallback callback, org.eclipse.core.runtime.IProgressMonitor progress)
          Update the workspace to the given revision.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl with parameters of type PrimaryVersionSpec
 void ProjectSpaceBase.addTag(PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Adds a tag to the specified version of this project.
 void ProjectSpaceBase.applyChanges(PrimaryVersionSpec baseSpec, List<AbstractChangePackage> incomingChangePackages, AbstractChangePackage myChanges, org.eclipse.core.runtime.IProgressMonitor progressMonitor, boolean runChecksumCheckOnBaseSpec)
          Helper method which applies merged changes on the ProjectSpace.
 org.eclipse.emf.common.notify.NotificationChain ProjectSpaceImpl.basicSetBaseVersion(PrimaryVersionSpec newBaseVersion, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ProjectSpaceImpl.basicSetMergedVersion(PrimaryVersionSpec newMergedVersion, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ProjectSpaceBase.mergeBranch(PrimaryVersionSpec branchSpec, ConflictResolver conflictResolver, org.eclipse.core.runtime.IProgressMonitor monitor)
          Allows to merge a version from another branch into the current project space.
 void ProjectSpaceBase.removeTag(PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Removes a tag to the specified version of this project.
 void ProjectSpaceImpl.setBaseVersion(PrimaryVersionSpec newBaseVersion)
           
 void ProjectSpaceImpl.setMergedVersion(PrimaryVersionSpec newMergedVersion)
           
 

Uses of PrimaryVersionSpec in org.eclipse.emf.emfstore.internal.server
 

Methods in org.eclipse.emf.emfstore.internal.server that return PrimaryVersionSpec
 PrimaryVersionSpec EMFStore.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, AbstractChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version on the server of the given project.
 PrimaryVersionSpec EMFStore.resolveVersionSpec(SessionId sessionId, ProjectId projectId, VersionSpec versionSpec)
          Resolve a version specified to a primary version specifier.
 

Methods in org.eclipse.emf.emfstore.internal.server with parameters of type PrimaryVersionSpec
 void EMFStore.addTag(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Adds a tag to a version of the specified project.
 PrimaryVersionSpec EMFStore.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, AbstractChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version on the server of the given project.
 void EMFStore.removeTag(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Removes a tag to a version of the specified project.
 

Uses of PrimaryVersionSpec in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc that return PrimaryVersionSpec
 PrimaryVersionSpec XmlRpcEmfStoreImpl.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, AbstractChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version on the server of the given project.
 PrimaryVersionSpec XmlRpcEmfStoreImpl.resolveVersionSpec(SessionId sessionId, ProjectId projectId, VersionSpec versionSpec)
          Resolve a version specified to a primary version specifier.
 

Methods in org.eclipse.emf.emfstore.internal.server.connection.xmlrpc with parameters of type PrimaryVersionSpec
 void XmlRpcEmfStoreImpl.addTag(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Adds a tag to a version of the specified project.
 PrimaryVersionSpec XmlRpcEmfStoreImpl.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, AbstractChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version on the server of the given project.
 void XmlRpcEmfStoreImpl.removeTag(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Removes a tag to a version of the specified project.
 

Uses of PrimaryVersionSpec in org.eclipse.emf.emfstore.internal.server.core.helper
 

Methods in org.eclipse.emf.emfstore.internal.server.core.helper with parameters of type PrimaryVersionSpec
 void ResourceHelper.createResourceForChangePackage(AbstractChangePackage changePackage, PrimaryVersionSpec versionId, ProjectId projectId)
          Creates a resource for a changepackage.
 void ResourceHelper.createResourceForProject(Project project, PrimaryVersionSpec versionId, ProjectId projectId)
          Creates a resource for a new project.
 

Uses of PrimaryVersionSpec in org.eclipse.emf.emfstore.internal.server.core.subinterfaces
 

Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces that return PrimaryVersionSpec
 PrimaryVersionSpec VersionSubInterfaceImpl.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, AbstractChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version.
 PrimaryVersionSpec VersionSubInterfaceImpl.resolveVersionSpec(ProjectId projectId, VersionSpec versionSpec)
          Resolves a versionSpec and delivers the corresponding primary versionSpec.
 

Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces with parameters of type PrimaryVersionSpec
 void HistorySubInterfaceImpl.addTag(ProjectId projectId, PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Add a tag to the specified version specifier.
 PrimaryVersionSpec VersionSubInterfaceImpl.createVersion(SessionId sessionId, ProjectId projectId, PrimaryVersionSpec baseVersionSpec, AbstractChangePackage changePackage, BranchVersionSpec targetBranch, PrimaryVersionSpec sourceVersion, LogMessage logMessage)
          Create a new version.
 void HistorySubInterfaceImpl.removeTag(ProjectId projectId, PrimaryVersionSpec versionSpec, TagVersionSpec tag)
          Removes the tag from the specified version specifier.
 

Uses of PrimaryVersionSpec in org.eclipse.emf.emfstore.internal.server.model
 

Methods in org.eclipse.emf.emfstore.internal.server.model that return PrimaryVersionSpec
 PrimaryVersionSpec ProjectInfo.getVersion()
          Returns the value of the 'Version' containment reference.
 

Methods in org.eclipse.emf.emfstore.internal.server.model with parameters of type PrimaryVersionSpec
 void ProjectInfo.setVersion(PrimaryVersionSpec value)
          Sets the value of the 'Version' containment reference.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model.impl that return PrimaryVersionSpec
 PrimaryVersionSpec ProjectInfoImpl.basicGetVersion()
           
 PrimaryVersionSpec ProjectInfoImpl.getVersion()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl with parameters of type PrimaryVersionSpec
 org.eclipse.emf.common.notify.NotificationChain ProjectInfoImpl.basicSetVersion(PrimaryVersionSpec newVersion, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ProjectInfoImpl.setVersion(PrimaryVersionSpec newVersion)
           
 void ProjectInfoImpl.setVersionGen(PrimaryVersionSpec newVersion)
           
 

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

Constructors in org.eclipse.emf.emfstore.internal.server.model.impl.api.versionspec with parameters of type PrimaryVersionSpec
ESPrimaryVersionSpecImpl(PrimaryVersionSpec primaryVersionSpec)
          Constructor.
 

Uses of PrimaryVersionSpec in org.eclipse.emf.emfstore.internal.server.model.versioning
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning that return PrimaryVersionSpec
static PrimaryVersionSpec Versions.createPRIMARY(int i)
          Create PrimaryVersionSpec.
static PrimaryVersionSpec Versions.createPRIMARY(String branch, int index)
          Create PrimaryVersionSpec.
static PrimaryVersionSpec Versions.createPRIMARY(VersionSpec versionSpec, int index)
          Create PrimaryVersionSpec.
 PrimaryVersionSpec VersioningFactory.createPrimaryVersionSpec()
          Returns a new object of class 'Primary Version Spec'.
 PrimaryVersionSpec PagedUpdateVersionSpec.getBaseVersionSpec()
          Returns the value of the 'Base Version Spec' containment reference.
 PrimaryVersionSpec BranchInfo.getHead()
          Returns the value of the 'Head' containment reference.
 PrimaryVersionSpec HistoryInfo.getPreviousSpec()
          Returns the value of the 'Previous Spec' containment reference.
 PrimaryVersionSpec HistoryInfo.getPrimarySpec()
          Returns the value of the 'Primary Spec' containment reference.
 PrimaryVersionSpec Version.getPrimarySpec()
          Returns the value of the 'Primary Spec' containment reference.
 PrimaryVersionSpec BranchInfo.getSource()
          Returns the value of the 'Source' containment reference.
 PrimaryVersionSpec HistoryQuery.getSource()
          Returns the value of the 'Source' containment reference.
 PrimaryVersionSpec AncestorVersionSpec.getSource()
          Returns the value of the 'Source' containment reference.
 PrimaryVersionSpec AncestorVersionSpec.getTarget()
          Returns the value of the 'Target' containment reference.
 PrimaryVersionSpec PathQuery.getTarget()
          Returns the value of the 'Target' containment reference.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning that return types with arguments of type PrimaryVersionSpec
 org.eclipse.emf.common.util.EList<PrimaryVersionSpec> HistoryInfo.getMergedFrom()
          Returns the value of the 'Merged From' containment reference list.
 org.eclipse.emf.common.util.EList<PrimaryVersionSpec> HistoryInfo.getMergedTo()
          Returns the value of the 'Merged To' containment reference list.
 org.eclipse.emf.common.util.EList<PrimaryVersionSpec> HistoryInfo.getNextSpec()
          Returns the value of the 'Next Spec' containment reference list.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning with parameters of type PrimaryVersionSpec
static AncestorVersionSpec Versions.createANCESTOR(PrimaryVersionSpec source, PrimaryVersionSpec target)
          Creates AncestorVersionSpec.
static PagedUpdateVersionSpec Versions.createPAGEDUPDATE(PrimaryVersionSpec baseVersion, int maxChanges)
          Creates a PagedUpdateVersionSpec.
 void PagedUpdateVersionSpec.setBaseVersionSpec(PrimaryVersionSpec value)
          Sets the value of the ' Base Version Spec' containment reference.
 void BranchInfo.setHead(PrimaryVersionSpec value)
          Sets the value of the 'Head' containment reference.
 void HistoryInfo.setPreviousSpec(PrimaryVersionSpec value)
          Sets the value of the ' Previous Spec' containment reference.
 void HistoryInfo.setPrimarySpec(PrimaryVersionSpec value)
          Sets the value of the ' Primary Spec' containment reference.
 void Version.setPrimarySpec(PrimaryVersionSpec value)
          Sets the value of the 'Primary Spec' containment reference.
 void BranchInfo.setSource(PrimaryVersionSpec value)
          Sets the value of the 'Source' containment reference.
 void HistoryQuery.setSource(PrimaryVersionSpec value)
          Sets the value of the 'Source' containment reference.
 void AncestorVersionSpec.setSource(PrimaryVersionSpec value)
          Sets the value of the ' Source' containment reference.
 void AncestorVersionSpec.setTarget(PrimaryVersionSpec value)
          Sets the value of the ' Target' containment reference.
 void PathQuery.setTarget(PrimaryVersionSpec value)
          Sets the value of the 'Target' containment reference.
 

Uses of PrimaryVersionSpec in org.eclipse.emf.emfstore.internal.server.model.versioning.events.server
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.events.server that return PrimaryVersionSpec
 PrimaryVersionSpec ProjectUpdatedEvent.getNewVersion()
          Returns the value of the 'New Version' containment reference.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.events.server with parameters of type PrimaryVersionSpec
 void ProjectUpdatedEvent.setNewVersion(PrimaryVersionSpec value)
          Sets the value of the ' New Version' containment reference.
 

Uses of PrimaryVersionSpec in org.eclipse.emf.emfstore.internal.server.model.versioning.events.server.impl
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.events.server.impl that return PrimaryVersionSpec
 PrimaryVersionSpec ProjectUpdatedEventImpl.basicGetNewVersion()
           
 PrimaryVersionSpec ProjectUpdatedEventImpl.getNewVersion()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.events.server.impl with parameters of type PrimaryVersionSpec
 org.eclipse.emf.common.notify.NotificationChain ProjectUpdatedEventImpl.basicSetNewVersion(PrimaryVersionSpec newNewVersion, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ProjectUpdatedEventImpl.setNewVersion(PrimaryVersionSpec newNewVersion)
           
 

Uses of PrimaryVersionSpec in org.eclipse.emf.emfstore.internal.server.model.versioning.impl
 

Classes in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that implement PrimaryVersionSpec
 class PrimaryVersionSpecImpl
          An implementation of the model object ' Primary Version Spec'.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that return PrimaryVersionSpec
 PrimaryVersionSpec PagedUpdateVersionSpecImpl.basicGetBaseVersionSpec()
           
 PrimaryVersionSpec BranchInfoImpl.basicGetHead()
           
 PrimaryVersionSpec HistoryInfoImpl.basicGetPreviousSpec()
           
 PrimaryVersionSpec VersionImpl.basicGetPrimarySpec()
           
 PrimaryVersionSpec HistoryInfoImpl.basicGetPrimarySpec()
           
 PrimaryVersionSpec AncestorVersionSpecImpl.basicGetSource()
           
 PrimaryVersionSpec HistoryQueryImpl.basicGetSource()
           
 PrimaryVersionSpec BranchInfoImpl.basicGetSource()
           
 PrimaryVersionSpec AncestorVersionSpecImpl.basicGetTarget()
           
 PrimaryVersionSpec PathQueryImpl.basicGetTarget()
           
 PrimaryVersionSpec VersioningFactoryImpl.createPrimaryVersionSpec()
           
 PrimaryVersionSpec PagedUpdateVersionSpecImpl.getBaseVersionSpec()
           
 PrimaryVersionSpec BranchInfoImpl.getHead()
           
 PrimaryVersionSpec HistoryInfoImpl.getPreviousSpec()
           
 PrimaryVersionSpec VersionImpl.getPrimarySpec()
           
 PrimaryVersionSpec HistoryInfoImpl.getPrimarySpec()
           
 PrimaryVersionSpec AncestorVersionSpecImpl.getSource()
           
 PrimaryVersionSpec HistoryQueryImpl.getSource()
           
 PrimaryVersionSpec BranchInfoImpl.getSource()
           
 PrimaryVersionSpec AncestorVersionSpecImpl.getTarget()
           
 PrimaryVersionSpec PathQueryImpl.getTarget()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that return types with arguments of type PrimaryVersionSpec
 org.eclipse.emf.common.util.EList<PrimaryVersionSpec> HistoryInfoImpl.getMergedFrom()
           
 org.eclipse.emf.common.util.EList<PrimaryVersionSpec> HistoryInfoImpl.getMergedTo()
           
 org.eclipse.emf.common.util.EList<PrimaryVersionSpec> HistoryInfoImpl.getNextSpec()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.impl with parameters of type PrimaryVersionSpec
 org.eclipse.emf.common.notify.NotificationChain PagedUpdateVersionSpecImpl.basicSetBaseVersionSpec(PrimaryVersionSpec newBaseVersionSpec, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain BranchInfoImpl.basicSetHead(PrimaryVersionSpec newHead, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain HistoryInfoImpl.basicSetPreviousSpec(PrimaryVersionSpec newPreviousSpec, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain VersionImpl.basicSetPrimarySpec(PrimaryVersionSpec newPrimarySpec, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain HistoryInfoImpl.basicSetPrimarySpec(PrimaryVersionSpec newPrimarySpec, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AncestorVersionSpecImpl.basicSetSource(PrimaryVersionSpec newSource, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain HistoryQueryImpl.basicSetSource(PrimaryVersionSpec newSource, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain BranchInfoImpl.basicSetSource(PrimaryVersionSpec newSource, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AncestorVersionSpecImpl.basicSetTarget(PrimaryVersionSpec newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PathQueryImpl.basicSetTarget(PrimaryVersionSpec newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 int PrimaryVersionSpecImpl.compareTo(PrimaryVersionSpec o)
          
 void PagedUpdateVersionSpecImpl.setBaseVersionSpec(PrimaryVersionSpec newBaseVersionSpec)
           
 void BranchInfoImpl.setHead(PrimaryVersionSpec newHead)
           
 void HistoryInfoImpl.setPreviousSpec(PrimaryVersionSpec newPreviousSpec)
           
 void VersionImpl.setPrimarySpec(PrimaryVersionSpec newPrimarySpec)
           
 void HistoryInfoImpl.setPrimarySpec(PrimaryVersionSpec newPrimarySpec)
           
 void AncestorVersionSpecImpl.setSource(PrimaryVersionSpec newSource)
           
 void HistoryQueryImpl.setSource(PrimaryVersionSpec newSource)
           
 void BranchInfoImpl.setSource(PrimaryVersionSpec newSource)
           
 void AncestorVersionSpecImpl.setTarget(PrimaryVersionSpec newTarget)
           
 void PathQueryImpl.setTarget(PrimaryVersionSpec newTarget)
           
 

Uses of PrimaryVersionSpec in org.eclipse.emf.emfstore.internal.server.model.versioning.util
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.util with parameters of type PrimaryVersionSpec
 T VersioningSwitch.casePrimaryVersionSpec(PrimaryVersionSpec object)
          Returns the result of interpreting the object as an instance of ' Primary Version Spec'.
static ModelElementQuery HistoryQueryBuilder.modelelementQuery(PrimaryVersionSpec source, List<ModelElementId> modelElements, int upper, int lower, boolean allVersions, boolean includeCp)
          Factory method for modelelements range queries.
static ModelElementQuery HistoryQueryBuilder.modelelementQuery(PrimaryVersionSpec source, ModelElementId id, int upper, int lower, boolean allVersions, boolean includeCp)
          Factory method for modelelement range queries.
static PathQuery HistoryQueryBuilder.pathQuery(PrimaryVersionSpec source, PrimaryVersionSpec target, boolean allVersions, boolean includeCp)
          Factory method for path query.
static RangeQuery<?> HistoryQueryBuilder.rangeQuery(PrimaryVersionSpec source, int upper, int lower, boolean allVersions, boolean incoming, boolean outgoing, boolean includeCp)
          Factory method for range query.
 

Uses of PrimaryVersionSpec in org.eclipse.emf.emfstore.server
 

Methods in org.eclipse.emf.emfstore.server with parameters of type PrimaryVersionSpec
static org.eclipse.emf.common.util.URI ESServerURIUtil.createChangePackageURI(ProjectId projectId, PrimaryVersionSpec versionId)
          Creates an EMFStore URI for addressing a specific changepackage of a project.
static org.eclipse.emf.common.util.URI ESServerURIUtil.createProjectStateURI(ProjectId projectId, PrimaryVersionSpec versionId)
          Creates an EMFStore URI for addressing a specific state of a project.
static org.eclipse.emf.common.util.URI ESServerURIUtil.createVersionURI(ProjectId projectId, PrimaryVersionSpec versionId)
          Creates an EMFStore URI for addressing a specific version of a project.
 



Copyright © 2016. All Rights Reserved.