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

Packages that use Version
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.versioning   
org.eclipse.emf.emfstore.internal.server.model.versioning.impl   
org.eclipse.emf.emfstore.internal.server.model.versioning.util   
 

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

Methods in org.eclipse.emf.emfstore.internal.server.core.helper with parameters of type Version
 void ResourceHelper.createResourceForVersion(Version version, ProjectId projectId)
          Creates a resource for a new version.
 void ResourceHelper.deleteProjectState(Version version, ProjectId projectId)
          Deletes a projectstate.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces that return Version
static Version VersionSubInterfaceImpl.findNextVersion(Version currentVersion)
          Helper method which retrieves the next version in the history tree.
 

Methods in org.eclipse.emf.emfstore.internal.server.core.subinterfaces with parameters of type Version
static Version VersionSubInterfaceImpl.findNextVersion(Version currentVersion)
          Helper method which retrieves the next version in the history tree.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model that return Version
 Version ProjectHistory.getLastVersion()
          Returns the last version (the last element in the version list).
 

Methods in org.eclipse.emf.emfstore.internal.server.model that return types with arguments of type Version
 org.eclipse.emf.common.util.EList<Version> ProjectHistory.getVersions()
          Returns the value of the 'Versions' containment reference list.
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model.impl that return Version
 Version ProjectHistoryImpl.getLastVersion()
          Returns the last version (the last element in the version list).
 

Methods in org.eclipse.emf.emfstore.internal.server.model.impl that return types with arguments of type Version
 org.eclipse.emf.common.util.EList<Version> ProjectHistoryImpl.getVersions()
           
 

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

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning that return Version
 Version VersioningFactory.createVersion()
          Returns a new object of class 'Version'.
 Version Version.getAncestorVersion()
          Returns the value of the 'Ancestor Version' reference.
 Version Version.getNextVersion()
          Returns the value of the 'Next Version' reference.
 Version Version.getPreviousVersion()
          Returns the value of the 'Previous Version' reference.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning that return types with arguments of type Version
 org.eclipse.emf.common.util.EList<Version> Version.getBranchedVersions()
          Returns the value of the 'Branched Versions' reference list.
 org.eclipse.emf.common.util.EList<Version> Version.getMergedFromVersion()
          Returns the value of the 'Merged From Version' reference list.
 org.eclipse.emf.common.util.EList<Version> Version.getMergedToVersion()
          Returns the value of the 'Merged To Version' reference list.
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning with parameters of type Version
 void Version.setAncestorVersion(Version value)
          Sets the value of the ' Ancestor Version' reference.
 void Version.setNextVersion(Version value)
          Sets the value of the 'Next Version' reference.
 void Version.setPreviousVersion(Version value)
          Sets the value of the ' Previous Version' reference.
 

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

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

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that return Version
 Version VersionImpl.basicGetAncestorVersion()
           
 Version VersionImpl.basicGetNextVersion()
           
 Version VersionImpl.basicGetPreviousVersion()
           
 Version VersioningFactoryImpl.createVersion()
           
 Version VersionImpl.getAncestorVersion()
           
 Version VersionImpl.getNextVersion()
           
 Version VersionImpl.getPreviousVersion()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.impl that return types with arguments of type Version
 org.eclipse.emf.common.util.EList<Version> VersionImpl.getBranchedVersions()
           
 org.eclipse.emf.common.util.EList<Version> VersionImpl.getMergedFromVersion()
           
 org.eclipse.emf.common.util.EList<Version> VersionImpl.getMergedToVersion()
           
 

Methods in org.eclipse.emf.emfstore.internal.server.model.versioning.impl with parameters of type Version
 org.eclipse.emf.common.notify.NotificationChain VersionImpl.basicSetAncestorVersion(Version newAncestorVersion, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain VersionImpl.basicSetNextVersion(Version newNextVersion, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain VersionImpl.basicSetPreviousVersion(Version newPreviousVersion, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VersionImpl.setAncestorVersion(Version newAncestorVersion)
           
 void VersionImpl.setNextVersion(Version newNextVersion)
           
 void VersionImpl.setPreviousVersion(Version newPreviousVersion)
           
 

Uses of Version 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 Version
 T VersioningSwitch.caseVersion(Version object)
          Returns the result of interpreting the object as an instance of 'Version'.
 



Copyright © 2015. All Rights Reserved.