Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Interface
org.alfresco.service.cmr.version.Version
Packages that use org.alfresco.service.cmr.version.Version
org.alfresco.repo.version
org.alfresco.service.cmr.version
Uses of Version in org.alfresco.repo.version
Methods in org.alfresco.repo.version with parameters of type Version
void
VersionServicePolicies.AfterCreateVersionPolicy.afterCreateVersion(NodeRef versionableNode, Version version)
          Called after the version has been created
void
VersionServicePolicies.AfterVersionRevertPolicy.afterVersionRevert(NodeRef nodeRef, Version version)
          Called after the version has been reverted
VersionServicePolicies.CalculateVersionLabelPolicy.calculateVersionLabel(QName classRef, Version preceedingVersion, int versionNumber, Map<String,Serializable> verisonProperties)
Uses of Version in org.alfresco.service.cmr.version
Methods in org.alfresco.service.cmr.version that return Version
VersionService.createVersion(NodeRef nodeRef, Map<String,Serializable> versionProperties)
          Creates a new version based on the referenced node.
VersionService.getCurrentVersion(NodeRef nodeRef)
          Gets the version object for the current version of the node reference passed.
VersionHistory.getHeadVersion()
          Gets the head (current / most recent) version of the version history.
VersionHistory.getPredecessor(Version version)
          Gets the predecessor of a specified version
VersionHistory.getRootVersion()
          Gets the root (initial / least recent) version of the version history.
VersionHistory.getVersion(String versionLabel)
          Gets a version with a specified version label.
Methods in org.alfresco.service.cmr.version that return types with arguments of type Version
VersionService.createVersion(Collection<NodeRef> nodeRefs, Map<String,Serializable> versionProperties)
          Creates new versions based on the list of node references provided.
VersionService.createVersion(NodeRef nodeRef, Map<String,Serializable> versionProperties, boolean versionChildren)
          Creates a new version based on the referenced node.
VersionHistory.getAllVersions()
          Gets a collection containing all the versions within the version history.
VersionHistory.getSuccessors(Version version)
          Gets the succeeding versions of a specified version.
Methods in org.alfresco.service.cmr.version with parameters of type Version
void
VersionService.deleteVersion(NodeRef nodeRef, Version version)
          Delete a specific version associated with a node reference.
VersionHistory.getPredecessor(Version version)
          Gets the predecessor of a specified version
VersionHistory.getSuccessors(Version version)
          Gets the succeeding versions of a specified version.
void
VersionService.revert(NodeRef nodeRef, Version version)
          Revert the state of the node to the specified version.
void
VersionService.revert(NodeRef nodeRef, Version version, boolean deep)
          Revert the state of the node to the specified version.

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.