Interface HistoricActionInstance

All Known Subinterfaces:
ActionInstanceExecutionResult, HistoricActionInstanceEntity
All Known Implementing Classes:
ExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper, HistoricActionInstanceEntityImpl

public interface HistoricActionInstance
An object structure representing a historic action instance.
Author:
Tijs Rademakers
  • Method Details

    • getId

      String getId()
      unique identifier
    • getActionDefinitionId

      String getActionDefinitionId()
      Reference to the action definition of this action instance
    • getName

      String getName()
      Reference to the name of this action instance
    • getScopeId

      String getScopeId()
      Reference to the scope instance for which the action instance was created
    • getSubScopeId

      String getSubScopeId()
      Reference to a sub identifier for which the action instance was created
    • getScopeType

      String getScopeType()
      Type of the scope instance for which the action instance was created
    • getScopeDefinitionId

      String getScopeDefinitionId()
      Reference to the scope instance definition for which the action instance was created
    • getStartDate

      Date getStartDate()
      Start date for the action instance
    • getExecutionDate

      Date getExecutionDate()
      Execution date for the action instance
    • getExecutedBy

      String getExecutedBy()
      Reference to the user that executed the action instance
    • getFormInstanceId

      String getFormInstanceId()
      Reference to the form instance id
    • getFormKey

      String getFormKey()
      Reference to the form key
    • getFormParentDeploymentId

      String getFormParentDeploymentId()
      The parent deployment id for the form key. If not set then always latest form should be used.
    • getPriority

      Integer getPriority()
      The priority of the action instance.
    • getTenantId

      String getTenantId()
      The tenant identifier of this form instance