public interface Version
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_DESCRIPTION
Names of the system version properties
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreatedDate()
Deprecated.
use getFrozenModifiedDate
|
java.lang.String |
getCreator()
Deprecated.
use getFrozenModifier
|
java.lang.String |
getDescription()
Helper method to get the version description.
|
java.util.Date |
getFrozenModifiedDate()
Helper method to get the frozen (original) modified date for this version of the node
|
java.lang.String |
getFrozenModifier()
Helper method to get the frozen (original) modifier for this version of the node
|
org.alfresco.service.cmr.repository.NodeRef |
getFrozenStateNodeRef()
Gets the reference to the node that contains the frozen state of the
version.
|
org.alfresco.service.cmr.repository.NodeRef |
getVersionedNodeRef()
Gets a reference to the node that this version was created from.
|
java.lang.String |
getVersionLabel()
Helper method to get the version label from the version property data.
|
java.util.Map |
getVersionProperties()
Get the map containing the version property values
|
java.io.Serializable |
getVersionProperty(java.lang.String name)
Gets the value of a named version property.
|
VersionType |
getVersionType()
Helper method to get the version type.
|
static final java.lang.String PROP_DESCRIPTION
java.util.Date getCreatedDate()
java.lang.String getCreator()
java.util.Date getFrozenModifiedDate()
java.lang.String getFrozenModifier()
java.lang.String getVersionLabel()
VersionType getVersionType()
java.lang.String getDescription()
java.util.Map getVersionProperties()
java.io.Serializable getVersionProperty(java.lang.String name)
name - the name of the propertyorg.alfresco.service.cmr.repository.NodeRef getVersionedNodeRef()
Note that this reference will be to the current state of the versioned node which may now correspond to a later version.
org.alfresco.service.cmr.repository.NodeRef getFrozenStateNodeRef()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.