public final class ScriptVersion
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ScriptVersion(Version version,
ServiceRegistry services,
org.mozilla.javascript.Scriptable scope)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreatedDate()
Gets the date the version was created
|
java.lang.String |
getCreator()
Gets the creator of the version
|
java.lang.String |
getDescription()
Gets the version description (or checkin comment)
|
java.lang.String |
getLabel()
Gets the version label
|
ScriptNode |
getNode()
Gets the node represented by this version
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Gets the node ref represented by this version
|
java.lang.String |
getType()
Gets the version type
|
public ScriptVersion(Version version, ServiceRegistry services, org.mozilla.javascript.Scriptable scope)
public java.util.Date getCreatedDate()
public java.lang.String getCreator()
public java.lang.String getLabel()
public java.lang.String getType()
public java.lang.String getDescription()
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public ScriptNode getNode()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.