@AlfrescoPublicApi public interface Version extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
PROP_DESCRIPTION
Names of the system version properties
|
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate()
Deprecated.
use getFrozenModifiedDate
|
String |
getCreator()
Deprecated.
use getFrozenModifier
|
String |
getDescription()
Helper method to get the version description.
|
Date |
getFrozenModifiedDate()
Helper method to get the frozen (original) modified date for this version of the node
|
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.
|
String |
getVersionLabel()
Helper method to get the version label from the version property data.
|
Map<String,Serializable> |
getVersionProperties()
Get the map containing the version property values
|
Serializable |
getVersionProperty(String name)
Gets the value of a named version property.
|
VersionType |
getVersionType()
Helper method to get the version type.
|
static final String PROP_DESCRIPTION
Date getCreatedDate()
String getCreator()
Date getFrozenModifiedDate()
String getFrozenModifier()
String getVersionLabel()
VersionType getVersionType()
String getDescription()
Map<String,Serializable> getVersionProperties()
Serializable getVersionProperty(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–2017 Alfresco Software. All rights reserved.