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.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActionDefinitionId()
Reference to the action definition of this action instanceString
getExecutedBy()
Reference to the user that executed the action instanceDate
getExecutionDate()
Execution date for the action instancecom.fasterxml.jackson.databind.JsonNode
getExecutionPayload()
The optional execution payloadString
getFormInstanceId()
Reference to the form instance idString
getFormKey()
Reference to the form keyString
getFormParentDeploymentId()
The parent deployment id for the form key.String
getId()
unique identifierIntent
getIntent()
The optional ui intent of the executionString
getName()
Reference to the name of this action instanceInteger
getPriority()
The priority of the action instance.String
getScopeDefinitionId()
Reference to the scope instance definition for which the action instance was createdString
getScopeId()
Reference to the scope instance for which the action instance was createdString
getScopeType()
Type of the scope instance for which the action instance was createdDate
getStartDate()
Start date for the action instanceString
getSubScopeId()
Reference to a sub identifier for which the action instance was createdString
getTenantId()
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: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 String getId()
Description copied from interface:HistoricActionInstance
unique identifier- Specified by:
getId
in interfaceHistoricActionInstance
-
getActionDefinitionId
public String getActionDefinitionId()
Description copied from interface:HistoricActionInstance
Reference to the action definition of this action instance- Specified by:
getActionDefinitionId
in interfaceHistoricActionInstance
-
getName
public String getName()
Description copied from interface:HistoricActionInstance
Reference to the name of this action instance- Specified by:
getName
in interfaceHistoricActionInstance
-
getScopeId
public 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 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 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 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 Date getStartDate()
Description copied from interface:HistoricActionInstance
Start date for the action instance- Specified by:
getStartDate
in interfaceHistoricActionInstance
-
getExecutionDate
public Date getExecutionDate()
Description copied from interface:HistoricActionInstance
Execution date for the action instance- Specified by:
getExecutionDate
in interfaceHistoricActionInstance
-
getExecutedBy
public String getExecutedBy()
Description copied from interface:HistoricActionInstance
Reference to the user that executed the action instance- Specified by:
getExecutedBy
in interfaceHistoricActionInstance
-
getFormInstanceId
public String getFormInstanceId()
Description copied from interface:HistoricActionInstance
Reference to the form instance id- Specified by:
getFormInstanceId
in interfaceHistoricActionInstance
-
getFormKey
public String getFormKey()
Description copied from interface:HistoricActionInstance
Reference to the form key- Specified by:
getFormKey
in interfaceHistoricActionInstance
-
getFormParentDeploymentId
public 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 Integer getPriority()
Description copied from interface:HistoricActionInstance
The priority of the action instance.- Specified by:
getPriority
in interfaceHistoricActionInstance
-
getTenantId
public String getTenantId()
Description copied from interface:HistoricActionInstance
The tenant identifier of this form instance- Specified by:
getTenantId
in interfaceHistoricActionInstance
-
-