public final class ScriptExecutionDetails extends Object implements Serializable, Scopeable
ExecutionDetails (and embeded ExecutionSummary) class.ExecutionDetails,
Serialized Form| Constructor and Description |
|---|
ScriptExecutionDetails(ExecutionDetails details,
ServiceRegistry services) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionId() |
String |
getActionType() |
protected ExecutionDetails |
getExecutionDetails() |
int |
getExecutionInstance() |
ScriptNode |
getPersistedActionRef() |
String |
getRunningOn() |
Date |
getStartedAt() |
boolean |
isCancelRequested() |
void |
setScope(org.mozilla.javascript.Scriptable scope)
Set the Scriptable global scope
|
String |
toString() |
public ScriptExecutionDetails(ExecutionDetails details, ServiceRegistry services)
protected ExecutionDetails getExecutionDetails()
public String getActionType()
public String getActionId()
public int getExecutionInstance()
public ScriptNode getPersistedActionRef()
public String getRunningOn()
public Date getStartedAt()
public boolean isCancelRequested()
public void setScope(org.mozilla.javascript.Scriptable scope)
ScopeablesetScope in interface Scopeablescope - relative global scopeScopeable.setScope(org.mozilla.javascript.Scriptable)Copyright © 2005–2018 Alfresco Software. All rights reserved.