|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.jscript.ScriptVersion
public final class ScriptVersion
Scriptable Version
Constructor Summary | |
---|---|
ScriptVersion(Version version,
ServiceRegistry services,
org.mozilla.javascript.Scriptable scope)
Construct |
Method Summary | |
---|---|
java.lang.Object |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptVersion(Version version, ServiceRegistry services, org.mozilla.javascript.Scriptable scope)
Method Detail |
---|
public java.lang.Object 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |