| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
ChangePlanItemStateBuilder |
CmmnRuntimeService.createChangePlanItemStateBuilder()
Create a
ChangePlanItemStateBuilder, that allows to set various options for changing the state of a process instance. |
| Modifier and Type | Method and Description |
|---|---|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.activatePlanItemDefinitionId(String planItemDefinitionId)
Activate a plan item by definition id without terminating another plan item instance.
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.activatePlanItemDefinitionIds(List<String> planItemDefinitionIds)
Activate multiple plan items by definition id without terminating another plan item instance.
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.caseInstanceId(String caseInstanceId)
Set the id of the case instance
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.caseVariable(String caseVariableName,
Object caseVariableValue)
Set the case variable that should be set as part of the change plan item state action.
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.caseVariables(Map<String,Object> caseVariables)
Set the case variable that should be set as part of the change plan item state action.
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.changePlanItemInstancesToAvailableByPlanItemDefinitionId(List<String> planItemDefinitionIds)
Set multiple enabled or active plan items to available state by definition id.
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.changePlanItemInstanceToAvailableByPlanItemDefinitionId(String planItemDefinitionId)
Set an enabled or active plan item to available state by definition id.
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.childInstanceTaskVariable(String planItemDefinitionId,
String name,
Object value)
Set the case variable that should be set as part of the change process or case task state action.
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.childInstanceTaskVariables(String planItemDefinitionId,
Map<String,Object> variables)
Set the case variable that should be set as part of the change process or case task state action.
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.movePlanItemDefinitionIdsToSinglePlanItemDefinitionId(List<String> currentPlanItemDefinitionIds,
String newPlanItemDefinitionId)
Set the plan item definition ids that should be changed to a single plan item definition id.
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.movePlanItemDefinitionIdTo(String currentPlanItemDefinitionId,
String newPlanItemDefinitionId)
Moves the plan item instance with the current plan item definition id to the provided new plan item definition id
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.movePlanItemInstancesToSinglePlanItemDefinitionId(List<String> planItemInstanceIds,
String planItemDefinitionId)
Set the ids of the plan item instances which should be changed to a single plan item instance with the provided plan item definition id.
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.movePlanItemInstanceToPlanItemDefinitionId(String planItemInstanceId,
String planItemDefinitionId)
Set the id of the plan item instance for which the plan item state should be changed
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.moveSinglePlanItemDefinitionIdToPlanItemDefinitionIds(String currentPlanItemDefinitionId,
List<String> newPlanItemDefinitionIds)
Set the plan item definition id that should be changed to multiple plan item definition ids.
|
ChangePlanItemStateBuilder |
ChangePlanItemStateBuilder.moveSinglePlanItemInstanceToPlanItemDefinitionIds(String planItemInstanceId,
List<String> planItemDefinitionIds)
Set the id of a plan item instance which should be changed to multiple plan item instances with the provided plan item definition ids.
|
Copyright © 2019 Flowable. All rights reserved.