Uses of Interface
com.flowable.action.api.runtime.ExecuteActionInstanceBuilder
| Package | Description |
|---|---|
| com.flowable.action.api.runtime | |
| com.flowable.action.engine.impl.runtime |
-
Uses of ExecuteActionInstanceBuilder in com.flowable.action.api.runtime
Methods in com.flowable.action.api.runtime that return ExecuteActionInstanceBuilder Modifier and Type Method Description ExecuteActionInstanceBuilderExecuteActionInstanceBuilder. actionDefinitionId(java.lang.String actionDefinitionId)Set the id of the action definitionExecuteActionInstanceBuilderExecuteActionInstanceBuilder. actionDefinitionKey(java.lang.String actionDefinitionKey)Set the key of the action definition, latest version of the action definition with the given key.ExecuteActionInstanceBuilderExecuteActionInstanceBuilder. actionInstanceId(java.lang.String actionInstanceId)Set the id of the action instanceExecuteActionInstanceBuilderActionRuntimeService. createExecuteActionInstanceBuilder()Executes a new action instanceExecuteActionInstanceBuilderExecuteActionInstanceBuilder. name(java.lang.String name)Set the name of the action instanceExecuteActionInstanceBuilderExecuteActionInstanceBuilder. payload(java.util.Map<java.lang.String,java.lang.Object> payload)Set the payload of the action to be used for storing the form instance or executing the botExecuteActionInstanceBuilderExecuteActionInstanceBuilder. scopeDefinitionId(java.lang.String scopeDefinitionId)Set the scope definition id of the action instanceExecuteActionInstanceBuilderExecuteActionInstanceBuilder. scopeId(java.lang.String scopeId)Set the scope id of the action instanceExecuteActionInstanceBuilderExecuteActionInstanceBuilder. scopeType(java.lang.String scopeType)Set the scope type of the action instanceExecuteActionInstanceBuilderExecuteActionInstanceBuilder. subScopeId(java.lang.String subScopeId)Sets the sub scope id of the action instanceExecuteActionInstanceBuilderExecuteActionInstanceBuilder. tenantId(java.lang.String tenantId)Set the tenantId of process instance -
Uses of ExecuteActionInstanceBuilder in com.flowable.action.engine.impl.runtime
Classes in com.flowable.action.engine.impl.runtime that implement ExecuteActionInstanceBuilder Modifier and Type Class Description classExecuteActionInstanceBuilderImplMethods in com.flowable.action.engine.impl.runtime that return ExecuteActionInstanceBuilder Modifier and Type Method Description ExecuteActionInstanceBuilderExecuteActionInstanceBuilderImpl. actionDefinitionId(java.lang.String actionDefinitionId)ExecuteActionInstanceBuilderExecuteActionInstanceBuilderImpl. actionDefinitionKey(java.lang.String actionDefinitionKey)ExecuteActionInstanceBuilderExecuteActionInstanceBuilderImpl. actionInstanceId(java.lang.String actionInstanceId)ExecuteActionInstanceBuilderActionRuntimeServiceImpl. createExecuteActionInstanceBuilder()ExecuteActionInstanceBuilderExecuteActionInstanceBuilderImpl. name(java.lang.String name)ExecuteActionInstanceBuilderExecuteActionInstanceBuilderImpl. payload(java.util.Map<java.lang.String,java.lang.Object> payload)ExecuteActionInstanceBuilderExecuteActionInstanceBuilderImpl. scopeDefinitionId(java.lang.String scopeDefinitionId)ExecuteActionInstanceBuilderExecuteActionInstanceBuilderImpl. scopeId(java.lang.String scopeId)ExecuteActionInstanceBuilderExecuteActionInstanceBuilderImpl. scopeType(java.lang.String scopeType)ExecuteActionInstanceBuilderExecuteActionInstanceBuilderImpl. subScopeId(java.lang.String subScopeId)ExecuteActionInstanceBuilderExecuteActionInstanceBuilderImpl. tenantId(java.lang.String tenantId)