|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Version
Version interface. Allows access to version property values and frozen state node references. The version history tree can also be navigated.
Field Summary | |
---|---|
static java.lang.String |
PROP_DESCRIPTION
Names of the system version properties |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final java.lang.String PROP_DESCRIPTION
Method Detail |
---|
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 property
org.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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |