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
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.JsonNodeexecutionPayloadprotected HistoricActionInstancehistoricActionInstanceprotected Intentintent
-
Constructor Summary
Constructors Constructor Description ActionInstanceExecutionResultWrapper(HistoricActionInstance historicActionInstance)ActionInstanceExecutionResultWrapper(HistoricActionInstance historicActionInstance, Intent intent, com.fasterxml.jackson.databind.JsonNode executionPayload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionDefinitionId()Reference to the action definition of this action instanceStringgetExecutedBy()Reference to the user that executed the action instanceDategetExecutionDate()Execution date for the action instancecom.fasterxml.jackson.databind.JsonNodegetExecutionPayload()The optional execution payloadStringgetFormInstanceId()Reference to the form instance idStringgetFormKey()Reference to the form keyStringgetFormParentDeploymentId()The parent deployment id for the form key.StringgetId()unique identifierIntentgetIntent()The optional ui intent of the executionStringgetName()Reference to the name of this action instanceIntegergetPriority()The priority of the action instance.StringgetScopeDefinitionId()Reference to the scope instance definition for which the action instance was createdStringgetScopeId()Reference to the scope instance for which the action instance was createdStringgetScopeType()Type of the scope instance for which the action instance was createdDategetStartDate()Start date for the action instanceStringgetSubScopeId()Reference to a sub identifier for which the action instance was createdStringgetTenantId()The tenant identifier of this form instance
-
-
-
Field Detail
-
historicActionInstance
protected final HistoricActionInstance historicActionInstance
-
intent
protected final Intent intent
-
executionPayload
protected final com.fasterxml.jackson.databind.JsonNode executionPayload
-
-
Constructor Detail
-
ActionInstanceExecutionResultWrapper
public ActionInstanceExecutionResultWrapper(HistoricActionInstance historicActionInstance)
-
ActionInstanceExecutionResultWrapper
public ActionInstanceExecutionResultWrapper(HistoricActionInstance historicActionInstance, Intent intent, com.fasterxml.jackson.databind.JsonNode executionPayload)
-
-
Method Detail
-
getIntent
public Intent 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
public String getId()
Description copied from interface:HistoricActionInstanceunique identifier- Specified by:
getIdin interfaceHistoricActionInstance
-
getActionDefinitionId
public String getActionDefinitionId()
Description copied from interface:HistoricActionInstanceReference to the action definition of this action instance- Specified by:
getActionDefinitionIdin interfaceHistoricActionInstance
-
getName
public String getName()
Description copied from interface:HistoricActionInstanceReference to the name of this action instance- Specified by:
getNamein interfaceHistoricActionInstance
-
getScopeId
public String getScopeId()
Description copied from interface:HistoricActionInstanceReference to the scope instance for which the action instance was created- Specified by:
getScopeIdin interfaceHistoricActionInstance
-
getSubScopeId
public String getSubScopeId()
Description copied from interface:HistoricActionInstanceReference to a sub identifier for which the action instance was created- Specified by:
getSubScopeIdin interfaceHistoricActionInstance
-
getScopeType
public String getScopeType()
Description copied from interface:HistoricActionInstanceType of the scope instance for which the action instance was created- Specified by:
getScopeTypein interfaceHistoricActionInstance
-
getScopeDefinitionId
public String getScopeDefinitionId()
Description copied from interface:HistoricActionInstanceReference to the scope instance definition for which the action instance was created- Specified by:
getScopeDefinitionIdin interfaceHistoricActionInstance
-
getStartDate
public Date getStartDate()
Description copied from interface:HistoricActionInstanceStart date for the action instance- Specified by:
getStartDatein interfaceHistoricActionInstance
-
getExecutionDate
public Date getExecutionDate()
Description copied from interface:HistoricActionInstanceExecution date for the action instance- Specified by:
getExecutionDatein interfaceHistoricActionInstance
-
getExecutedBy
public String getExecutedBy()
Description copied from interface:HistoricActionInstanceReference to the user that executed the action instance- Specified by:
getExecutedByin interfaceHistoricActionInstance
-
getFormInstanceId
public String getFormInstanceId()
Description copied from interface:HistoricActionInstanceReference to the form instance id- Specified by:
getFormInstanceIdin interfaceHistoricActionInstance
-
getFormKey
public String getFormKey()
Description copied from interface:HistoricActionInstanceReference to the form key- Specified by:
getFormKeyin interfaceHistoricActionInstance
-
getFormParentDeploymentId
public String 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
public Integer getPriority()
Description copied from interface:HistoricActionInstanceThe priority of the action instance.- Specified by:
getPriorityin interfaceHistoricActionInstance
-
getTenantId
public String getTenantId()
Description copied from interface:HistoricActionInstanceThe tenant identifier of this form instance- Specified by:
getTenantIdin interfaceHistoricActionInstance
-
-