Class ExecuteActionInstanceBuilderImpl
java.lang.Object
com.flowable.action.engine.impl.runtime.ExecuteActionInstanceBuilderImpl
- All Implemented Interfaces:
ExecuteActionInstanceBuilder
public class ExecuteActionInstanceBuilderImpl
extends Object
implements ExecuteActionInstanceBuilder
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecuteActionInstanceBuilderImpl(ActionRuntimeServiceImpl actionRuntimeService) -
Method Summary
Modifier and TypeMethodDescriptionactionDefinitionId(String actionDefinitionId) Set the id of the action definitionactionDefinitionKey(String actionDefinitionKey) Set the key of the action definition, latest version of the action definition with the given key.actionInstanceId(String actionInstanceId) Set the id of the action instanceexecute()Executes the action instancegetName()Set the name of the action instanceSet the payload of the action to be used for storing the form instance or executing the botscopeDefinitionId(String scopeDefinitionId) Set the scope definition id of the action instanceSet the scope id of the action instanceSet the scope type of the action instancesubScopeId(String subScopeId) Sets the sub scope id of the action instanceSet the tenantId of process instance
-
Field Details
-
actionRuntimeService
-
actionInstanceId
-
actionDefinitionId
-
actionDefinitionKey
-
name
-
scopeId
-
subScopeId
-
scopeType
-
scopeDefinitionId
-
payload
-
tenantId
-
-
Constructor Details
-
ExecuteActionInstanceBuilderImpl
-
-
Method Details
-
actionInstanceId
Description copied from interface:ExecuteActionInstanceBuilderSet the id of the action instance- Specified by:
actionInstanceIdin interfaceExecuteActionInstanceBuilder
-
actionDefinitionId
Description copied from interface:ExecuteActionInstanceBuilderSet the id of the action definition- Specified by:
actionDefinitionIdin interfaceExecuteActionInstanceBuilder
-
actionDefinitionKey
Description copied from interface:ExecuteActionInstanceBuilderSet the key of the action definition, latest version of the action definition with the given key. If actionDefinitionId was set this will be ignored- Specified by:
actionDefinitionKeyin interfaceExecuteActionInstanceBuilder
-
name
Description copied from interface:ExecuteActionInstanceBuilderSet the name of the action instance- Specified by:
namein interfaceExecuteActionInstanceBuilder
-
scopeId
Description copied from interface:ExecuteActionInstanceBuilderSet the scope id of the action instance- Specified by:
scopeIdin interfaceExecuteActionInstanceBuilder
-
subScopeId
Description copied from interface:ExecuteActionInstanceBuilderSets the sub scope id of the action instance- Specified by:
subScopeIdin interfaceExecuteActionInstanceBuilder
-
scopeType
Description copied from interface:ExecuteActionInstanceBuilderSet the scope type of the action instance- Specified by:
scopeTypein interfaceExecuteActionInstanceBuilder
-
scopeDefinitionId
Description copied from interface:ExecuteActionInstanceBuilderSet the scope definition id of the action instance- Specified by:
scopeDefinitionIdin interfaceExecuteActionInstanceBuilder
-
payload
Description copied from interface:ExecuteActionInstanceBuilderSet the payload of the action to be used for storing the form instance or executing the bot- Specified by:
payloadin interfaceExecuteActionInstanceBuilder
-
tenantId
Description copied from interface:ExecuteActionInstanceBuilderSet the tenantId of process instance- Specified by:
tenantIdin interfaceExecuteActionInstanceBuilder
-
execute
Description copied from interface:ExecuteActionInstanceBuilderExecutes the action instance- Specified by:
executein interfaceExecuteActionInstanceBuilder
-
getActionRuntimeService
-
getActionInstanceId
-
getActionDefinitionId
-
getActionDefinitionKey
-
getName
-
getScopeId
-
getSubScopeId
-
getScopeType
-
getScopeDefinitionId
-
getPayload
-
getTenantId
-