Package | Description |
---|---|
com.flowable.action.api.runtime | |
com.flowable.action.engine.impl.runtime | |
com.flowable.platform.service.action |
Modifier and Type | Method and Description |
---|---|
ActionInstanceBuilder |
ActionInstanceBuilder.actionDefinitionId(String actionDefinitionId)
Set the id of the action definition
|
ActionInstanceBuilder |
ActionInstanceBuilder.actionDefinitionKey(String actionDefinitionKey)
Set the key of the action definition, latest version of the action definition with the given key.
|
ActionInstanceBuilder |
ActionInstanceBuilder.addActionLink(String scopeId,
String scopeType)
Adds one
ActionLink for this ActionInstance . |
ActionInstanceBuilder |
ActionInstanceBuilder.addActionTypeLink(String type,
String linkValue)
Adds one
ActionTypeLink for this ActionInstance . |
ActionInstanceBuilder |
ActionInstanceBuilder.addGroupIdentityLink(String groupId,
String identityLinkType)
Adds a group identity link to the action instance.
|
ActionInstanceBuilder |
ActionInstanceBuilder.addUserIdentityLink(String userId,
String identityLinkType)
Adds an user identity link to the action instance.
|
ActionInstanceBuilder |
ActionRuntimeService.createActionInstanceBuilder()
Starts creating a new action instance
|
ActionInstanceBuilder |
ActionInstanceBuilder.formInstanceId(String formInstanceId)
Set the form instance id of the action instance
|
ActionInstanceBuilder |
ActionInstanceBuilder.formKey(String formKey)
Set the form key of the action instance
|
ActionInstanceBuilder |
ActionInstanceBuilder.formParentDeploymentId(String formParentDeploymentId)
The parent deployment id that should be used for the form key.
|
ActionInstanceBuilder |
ActionInstanceBuilder.name(String name)
Set the name of the action instance
|
ActionInstanceBuilder |
ActionInstanceBuilder.priority(Integer priority)
The priority for the action instance.
|
ActionInstanceBuilder |
ActionInstanceBuilder.scopeDefinitionId(String scopeDefinitionId)
Set the scope definition id of the action instance
|
ActionInstanceBuilder |
ActionInstanceBuilder.scopeId(String scopeId)
Set the scope id of the action instance
|
ActionInstanceBuilder |
ActionInstanceBuilder.scopeType(String scopeType)
Set the scope type of the action instance
|
ActionInstanceBuilder |
ActionInstanceBuilder.subScopeId(String subScopeId)
Set the sub scope id of the action instance
|
ActionInstanceBuilder |
ActionInstanceBuilder.tenantId(String tenantId)
Set the tenantId of process instance
|
Modifier and Type | Class and Description |
---|---|
class |
ActionInstanceBuilderImpl |
Modifier and Type | Method and Description |
---|---|
ActionInstanceBuilder |
ActionInstanceBuilderImpl.actionDefinitionId(String actionDefinitionId) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.actionDefinitionKey(String actionDefinitionKey) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.addActionLink(String scopeId,
String scopeType) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.addActionTypeLink(String type,
String linkValue) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.addGroupIdentityLink(String groupId,
String identityLinkType) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.addUserIdentityLink(String userId,
String identityLinkType) |
ActionInstanceBuilder |
ActionRuntimeServiceImpl.createActionInstanceBuilder() |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.formInstanceId(String formInstanceId) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.formKey(String formKey) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.formParentDeploymentId(String formParentDeploymentId) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.name(String name) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.priority(Integer priority) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.scopeDefinitionId(String scopeDefinitionId) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.scopeId(String scopeId) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.scopeType(String scopeType) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.subScopeId(String subScopeId) |
ActionInstanceBuilder |
ActionInstanceBuilderImpl.tenantId(String tenantId) |
Modifier and Type | Method and Description |
---|---|
protected ActionInstanceBuilder |
BpmnPlatformExposeCreateTaskListener.createActionInstanceBuilder(DelegateTask delegateTask,
UserTask userTask) |
protected ActionInstanceBuilder |
CmmnPlatformExposeCreateTaskListener.createActionInstanceBuilder(TaskEntity taskEntity,
HumanTask humanTask) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPlanItemInstanceLifecycleListener.processExposeToObjectItems(Map<String,List<ExtensionElement>> extensionElements,
ActionInstanceBuilder actionInstanceBuilder,
DelegatePlanItemInstance planItemInstance) |