Class ScriptExecutionDetails

java.lang.Object
org.alfresco.repo.action.script.ScriptExecutionDetails
All Implemented Interfaces:
Serializable, Scopeable

public final class ScriptExecutionDetails extends Object implements 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 Details

  • Method Details

    • getExecutionDetails

      protected ExecutionDetails getExecutionDetails()
    • getActionType

      public String getActionType()
    • getActionId

      public String getActionId()
    • getExecutionInstance

      public int getExecutionInstance()
    • getPersistedActionRef

      public ScriptNode getPersistedActionRef()
    • getRunningOn

      public String getRunningOn()
    • getStartedAt

      public Date getStartedAt()
    • isCancelRequested

      public boolean isCancelRequested()
    • setScope

      public void setScope(org.mozilla.javascript.Scriptable scope)
      Description copied from interface: Scopeable
      Set the Scriptable global scope
      Specified by:
      setScope in interface Scopeable
      Parameters:
      scope - relative global scope
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object