Uses of Interface
com.flowable.action.api.runtime.ActionInstanceBuilder
Package
Description
-
Uses of ActionInstanceBuilder in com.flowable.action.api.runtime
Modifier and TypeMethodDescriptionActionInstanceBuilder.actionDefinitionId
(String actionDefinitionId) Set the id of the action definitionActionInstanceBuilder.actionDefinitionKey
(String actionDefinitionKey) Set the key of the action definition, latest version of the action definition with the given key.ActionInstanceBuilder.addActionLink
(String scopeId, String scopeType) Adds oneActionLink
for thisActionInstance
.ActionInstanceBuilder.addActionTypeLink
(String type, String linkValue) Adds oneActionTypeLink
for thisActionInstance
.ActionInstanceBuilder.addGroupIdentityLink
(String groupId, String identityLinkType) Adds a group identity link to the action instance.ActionInstanceBuilder.addUserIdentityLink
(String userId, String identityLinkType) Adds an user identity link to the action instance.ActionRuntimeService.createActionInstanceBuilder()
Starts creating a new action instanceActionInstanceBuilder.formInstanceId
(String formInstanceId) Set the form instance id of the action instanceSet the form key of the action instanceActionInstanceBuilder.formParentDeploymentId
(String formParentDeploymentId) The parent deployment id that should be used for the form key.Set the icon of the action instanceSet the name of the action instanceThe priority for the action instance.ActionInstanceBuilder.scopeDefinitionId
(String scopeDefinitionId) Set the scope definition id of the action instanceSet the scope id of the action instanceSet the scope type of the action instanceActionInstanceBuilder.subScopeId
(String subScopeId) Set the sub scope id of the action instanceSet the tenantId of process instance -
Uses of ActionInstanceBuilder in com.flowable.action.engine.impl.runtime
Modifier and TypeMethodDescriptionActionInstanceBuilderImpl.actionDefinitionId
(String actionDefinitionId) ActionInstanceBuilderImpl.actionDefinitionKey
(String actionDefinitionKey) ActionInstanceBuilderImpl.addActionLink
(String scopeId, String scopeType) ActionInstanceBuilderImpl.addActionTypeLink
(String type, String linkValue) ActionInstanceBuilderImpl.addGroupIdentityLink
(String groupId, String identityLinkType) ActionInstanceBuilderImpl.addUserIdentityLink
(String userId, String identityLinkType) ActionRuntimeServiceImpl.createActionInstanceBuilder()
ActionInstanceBuilderImpl.formInstanceId
(String formInstanceId) ActionInstanceBuilderImpl.formParentDeploymentId
(String formParentDeploymentId) ActionInstanceBuilderImpl.scopeDefinitionId
(String scopeDefinitionId) ActionInstanceBuilderImpl.subScopeId
(String subScopeId) -
Uses of ActionInstanceBuilder in com.flowable.platform.service.action
Modifier and TypeMethodDescriptionprotected ActionInstanceBuilder
BpmnPlatformExposeCreateTaskListener.createActionInstanceBuilder
(DelegateTask delegateTask, UserTask userTask) protected ActionInstanceBuilder
CmmnPlatformExposeCreateTaskListener.createActionInstanceBuilder
(TaskEntity taskEntity, HumanTask humanTask) Modifier and TypeMethodDescriptionprotected void
AbstractPlanItemInstanceLifecycleListener.processExposeToObjectItems
(Map<String, List<ExtensionElement>> extensionElements, ActionInstanceBuilder actionInstanceBuilder, DelegatePlanItemInstance planItemInstance)