Package org.alfresco.repo.action.script
Class ScriptExecutionDetails
java.lang.Object
org.alfresco.repo.action.script.ScriptExecutionDetails
- All Implemented Interfaces:
Serializable,Scopeable
ExecutionDetails JavaScript Object. This class is a JavaScript-friendly wrapper for the
ExecutionDetails (and embeded ExecutionSummary) class.- Author:
- Nick Burch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ExecutionDetailsintbooleanvoidsetScope(org.mozilla.javascript.Scriptable scope) Set the Scriptable global scopetoString()
-
Constructor Details
-
ScriptExecutionDetails
-
-
Method Details
-
getExecutionDetails
-
getActionType
-
getActionId
-
getExecutionInstance
public int getExecutionInstance() -
getPersistedActionRef
-
getRunningOn
-
getStartedAt
-
isCancelRequested
public boolean isCancelRequested() -
setScope
public void setScope(org.mozilla.javascript.Scriptable scope) Description copied from interface:ScopeableSet the Scriptable global scope -
toString
-