Class ExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper
java.lang.Object
com.flowable.action.engine.impl.cmd.ExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper
- All Implemented Interfaces:
ActionInstanceExecutionResult
,HistoricActionInstance
- Enclosing class:
- ExecuteActionInstanceCmd
public static class ExecuteActionInstanceCmd.ActionInstanceExecutionResultWrapper extends java.lang.Object implements ActionInstanceExecutionResult
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.JsonNode
executionPayload
protected HistoricActionInstance
historicActionInstance
protected Intent
intent
-
Constructor Summary
Constructors Constructor Description ActionInstanceExecutionResultWrapper(HistoricActionInstance historicActionInstance)
ActionInstanceExecutionResultWrapper(HistoricActionInstance historicActionInstance, Intent intent, com.fasterxml.jackson.databind.JsonNode executionPayload)
-
Method Summary
Modifier and Type Method Description java.lang.String
getActionDefinitionId()
Reference to the action definition of this action instancejava.lang.String
getExecutedBy()
Reference to the user that executed the action instancejava.util.Date
getExecutionDate()
Execution date for the action instancecom.fasterxml.jackson.databind.JsonNode
getExecutionPayload()
The optional execution payloadjava.lang.String
getFormInstanceId()
Reference to the form instance idjava.lang.String
getFormKey()
Reference to the form keyjava.lang.String
getFormParentDeploymentId()
The parent deployment id for the form key.java.lang.String
getId()
unique identifierIntent
getIntent()
The optional ui intent of the executionjava.lang.String
getName()
Reference to the name of this action instancejava.lang.Integer
getPriority()
The priority of the action instance.java.lang.String
getScopeDefinitionId()
Reference to the scope instance definition for which the action instance was createdjava.lang.String
getScopeId()
Reference to the scope instance for which the action instance was createdjava.lang.String
getScopeType()
Type of the scope instance for which the action instance was createdjava.util.Date
getStartDate()
Start date for the action instancejava.lang.String
getSubScopeId()
Reference to a sub identifier for which the action instance was createdjava.lang.String
getTenantId()
The tenant identifier of this form instance
-
Field Details
-
historicActionInstance
-
intent
-
executionPayload
protected final com.fasterxml.jackson.databind.JsonNode executionPayload
-
-
Constructor Details
-
ActionInstanceExecutionResultWrapper
-
ActionInstanceExecutionResultWrapper
public ActionInstanceExecutionResultWrapper(HistoricActionInstance historicActionInstance, Intent intent, com.fasterxml.jackson.databind.JsonNode executionPayload)
-
-
Method Details
-
getIntent
Description copied from interface:ActionInstanceExecutionResult
The optional ui intent of the execution- Specified by:
getIntent
in interfaceActionInstanceExecutionResult
-
getExecutionPayload
public com.fasterxml.jackson.databind.JsonNode getExecutionPayload()Description copied from interface:ActionInstanceExecutionResult
The optional execution payload- Specified by:
getExecutionPayload
in interfaceActionInstanceExecutionResult
-
getId
public java.lang.String getId()Description copied from interface:HistoricActionInstance
unique identifier- Specified by:
getId
in interfaceHistoricActionInstance
-
getActionDefinitionId
public java.lang.String getActionDefinitionId()Description copied from interface:HistoricActionInstance
Reference to the action definition of this action instance- Specified by:
getActionDefinitionId
in interfaceHistoricActionInstance
-
getName
public java.lang.String getName()Description copied from interface:HistoricActionInstance
Reference to the name of this action instance- Specified by:
getName
in interfaceHistoricActionInstance
-
getScopeId
public java.lang.String getScopeId()Description copied from interface:HistoricActionInstance
Reference to the scope instance for which the action instance was created- Specified by:
getScopeId
in interfaceHistoricActionInstance
-
getSubScopeId
public java.lang.String getSubScopeId()Description copied from interface:HistoricActionInstance
Reference to a sub identifier for which the action instance was created- Specified by:
getSubScopeId
in interfaceHistoricActionInstance
-
getScopeType
public java.lang.String getScopeType()Description copied from interface:HistoricActionInstance
Type of the scope instance for which the action instance was created- Specified by:
getScopeType
in interfaceHistoricActionInstance
-
getScopeDefinitionId
public java.lang.String getScopeDefinitionId()Description copied from interface:HistoricActionInstance
Reference to the scope instance definition for which the action instance was created- Specified by:
getScopeDefinitionId
in interfaceHistoricActionInstance
-
getStartDate
public java.util.Date getStartDate()Description copied from interface:HistoricActionInstance
Start date for the action instance- Specified by:
getStartDate
in interfaceHistoricActionInstance
-
getExecutionDate
public java.util.Date getExecutionDate()Description copied from interface:HistoricActionInstance
Execution date for the action instance- Specified by:
getExecutionDate
in interfaceHistoricActionInstance
-
getExecutedBy
public java.lang.String getExecutedBy()Description copied from interface:HistoricActionInstance
Reference to the user that executed the action instance- Specified by:
getExecutedBy
in interfaceHistoricActionInstance
-
getFormInstanceId
public java.lang.String getFormInstanceId()Description copied from interface:HistoricActionInstance
Reference to the form instance id- Specified by:
getFormInstanceId
in interfaceHistoricActionInstance
-
getFormKey
public java.lang.String getFormKey()Description copied from interface:HistoricActionInstance
Reference to the form key- Specified by:
getFormKey
in interfaceHistoricActionInstance
-
getFormParentDeploymentId
public java.lang.String getFormParentDeploymentId()Description copied from interface:HistoricActionInstance
The parent deployment id for the form key. If not set then always latest form should be used.- Specified by:
getFormParentDeploymentId
in interfaceHistoricActionInstance
-
getPriority
public java.lang.Integer getPriority()Description copied from interface:HistoricActionInstance
The priority of the action instance.- Specified by:
getPriority
in interfaceHistoricActionInstance
-
getTenantId
public java.lang.String getTenantId()Description copied from interface:HistoricActionInstance
The tenant identifier of this form instance- Specified by:
getTenantId
in interfaceHistoricActionInstance
-