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 Object
implements ActionInstanceExecutionResult
-
Field Summary
Modifier and TypeFieldDescriptionprotected final com.fasterxml.jackson.databind.JsonNode
protected final HistoricActionInstance
protected final Intent
-
Constructor Summary
ConstructorDescriptionActionInstanceExecutionResultWrapper
(HistoricActionInstance historicActionInstance) ActionInstanceExecutionResultWrapper
(HistoricActionInstance historicActionInstance, Intent intent, com.fasterxml.jackson.databind.JsonNode executionPayload) -
Method Summary
Modifier and TypeMethodDescriptionReference to the action definition of this action instanceReference to the user that executed the action instanceExecution date for the action instancecom.fasterxml.jackson.databind.JsonNode
The optional execution payloadReference to the form instance idReference to the form keyThe parent deployment id for the form key.getId()
unique identifierThe optional ui intent of the executiongetName()
Reference to the name of this action instanceThe priority of the action instance.Reference to the scope instance definition for which the action instance was createdReference to the scope instance for which the action instance was createdType of the scope instance for which the action instance was createdStart date for the action instanceReference to a sub identifier for which the action instance was createdThe 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
Description copied from interface:HistoricActionInstance
unique identifier- Specified by:
getId
in interfaceHistoricActionInstance
-
getActionDefinitionId
Description copied from interface:HistoricActionInstance
Reference to the action definition of this action instance- Specified by:
getActionDefinitionId
in interfaceHistoricActionInstance
-
getName
Description copied from interface:HistoricActionInstance
Reference to the name of this action instance- Specified by:
getName
in interfaceHistoricActionInstance
-
getScopeId
Description copied from interface:HistoricActionInstance
Reference to the scope instance for which the action instance was created- Specified by:
getScopeId
in interfaceHistoricActionInstance
-
getSubScopeId
Description copied from interface:HistoricActionInstance
Reference to a sub identifier for which the action instance was created- Specified by:
getSubScopeId
in interfaceHistoricActionInstance
-
getScopeType
Description copied from interface:HistoricActionInstance
Type of the scope instance for which the action instance was created- Specified by:
getScopeType
in interfaceHistoricActionInstance
-
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
Description copied from interface:HistoricActionInstance
Start date for the action instance- Specified by:
getStartDate
in interfaceHistoricActionInstance
-
getExecutionDate
Description copied from interface:HistoricActionInstance
Execution date for the action instance- Specified by:
getExecutionDate
in interfaceHistoricActionInstance
-
getExecutedBy
Description copied from interface:HistoricActionInstance
Reference to the user that executed the action instance- Specified by:
getExecutedBy
in interfaceHistoricActionInstance
-
getFormInstanceId
Description copied from interface:HistoricActionInstance
Reference to the form instance id- Specified by:
getFormInstanceId
in interfaceHistoricActionInstance
-
getFormKey
Description copied from interface:HistoricActionInstance
Reference to the form key- Specified by:
getFormKey
in interfaceHistoricActionInstance
-
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
Description copied from interface:HistoricActionInstance
The priority of the action instance.- Specified by:
getPriority
in interfaceHistoricActionInstance
-
getTenantId
Description copied from interface:HistoricActionInstance
The tenant identifier of this form instance- Specified by:
getTenantId
in interfaceHistoricActionInstance
-