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
FieldsModifier and TypeFieldDescriptionprotected final com.fasterxml.jackson.databind.JsonNodeprotected final HistoricActionInstanceprotected final Intent -
Constructor Summary
ConstructorsConstructorDescriptionActionInstanceExecutionResultWrapper(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.JsonNodeThe 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:ActionInstanceExecutionResultThe optional ui intent of the execution- Specified by:
getIntentin interfaceActionInstanceExecutionResult
-
getExecutionPayload
public com.fasterxml.jackson.databind.JsonNode getExecutionPayload()Description copied from interface:ActionInstanceExecutionResultThe optional execution payload- Specified by:
getExecutionPayloadin interfaceActionInstanceExecutionResult
-
getId
Description copied from interface:HistoricActionInstanceunique identifier- Specified by:
getIdin interfaceHistoricActionInstance
-
getActionDefinitionId
Description copied from interface:HistoricActionInstanceReference to the action definition of this action instance- Specified by:
getActionDefinitionIdin interfaceHistoricActionInstance
-
getName
Description copied from interface:HistoricActionInstanceReference to the name of this action instance- Specified by:
getNamein interfaceHistoricActionInstance
-
getScopeId
Description copied from interface:HistoricActionInstanceReference to the scope instance for which the action instance was created- Specified by:
getScopeIdin interfaceHistoricActionInstance
-
getSubScopeId
Description copied from interface:HistoricActionInstanceReference to a sub identifier for which the action instance was created- Specified by:
getSubScopeIdin interfaceHistoricActionInstance
-
getScopeType
Description copied from interface:HistoricActionInstanceType of the scope instance for which the action instance was created- Specified by:
getScopeTypein interfaceHistoricActionInstance
-
getScopeDefinitionId
Description copied from interface:HistoricActionInstanceReference to the scope instance definition for which the action instance was created- Specified by:
getScopeDefinitionIdin interfaceHistoricActionInstance
-
getStartDate
Description copied from interface:HistoricActionInstanceStart date for the action instance- Specified by:
getStartDatein interfaceHistoricActionInstance
-
getExecutionDate
Description copied from interface:HistoricActionInstanceExecution date for the action instance- Specified by:
getExecutionDatein interfaceHistoricActionInstance
-
getExecutedBy
Description copied from interface:HistoricActionInstanceReference to the user that executed the action instance- Specified by:
getExecutedByin interfaceHistoricActionInstance
-
getFormInstanceId
Description copied from interface:HistoricActionInstanceReference to the form instance id- Specified by:
getFormInstanceIdin interfaceHistoricActionInstance
-
getFormKey
Description copied from interface:HistoricActionInstanceReference to the form key- Specified by:
getFormKeyin interfaceHistoricActionInstance
-
getFormParentDeploymentId
Description copied from interface:HistoricActionInstanceThe parent deployment id for the form key. If not set then always latest form should be used.- Specified by:
getFormParentDeploymentIdin interfaceHistoricActionInstance
-
getPriority
Description copied from interface:HistoricActionInstanceThe priority of the action instance.- Specified by:
getPriorityin interfaceHistoricActionInstance
-
getTenantId
Description copied from interface:HistoricActionInstanceThe tenant identifier of this form instance- Specified by:
getTenantIdin interfaceHistoricActionInstance
-