| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.api.delegate | |
| org.flowable.cmmn.api.event | |
| org.flowable.cmmn.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTableVariableManager.setDecisionServiceVariablesOnExecution(Map<String,List<Map<String,Object>>> executionResult,
String decisionKey,
PlanItemInstance planItemInstance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Deprecated.
|
default void |
DecisionTableVariableManager.setDecisionServiceVariablesOnPlanItemInstance(Map<String,List<Map<String,Object>>> executionResult,
String decisionKey,
PlanItemInstance planItemInstance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
boolean multipleResults) |
void |
DecisionTableVariableManager.setVariablesOnPlanItemInstance(List<Map<String,Object>> executionResult,
String decisionKey,
PlanItemInstance planItemInstance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Deprecated.
|
default void |
DecisionTableVariableManager.setVariablesOnPlanItemInstance(List<Map<String,Object>> decisionResult,
String externalRef,
PlanItemInstance planItemInstance,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
boolean multipleResults) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegatePlanItemInstance |
interface |
ReadOnlyDelegatePlanItemInstance |
| Modifier and Type | Method and Description |
|---|---|
PlanItemInstance |
FlowableCaseStageEndedEvent.getEntity()
Overwritten in order to return the stage plan item instance.
|
PlanItemInstance |
FlowableCaseStageStartedEvent.getEntity()
Overwritten in order to return the stage plan item instance.
|
| Modifier and Type | Method and Description |
|---|---|
PlanItemInstance |
InjectedPlanItemInstanceBuilder.createInCase(String caseInstanceId)
Create the newly setup plan item, add it to the parent running case instance and plan it for activation and further processing in the case engine.
|
PlanItemInstance |
InjectedPlanItemInstanceBuilder.createInStage(String stagePlanItemInstanceId)
Create the newly setup plan item, add it to the parent running stage and plan it for activation and further processing in the case engine.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PlanItemInstanceState.isInTerminalState(PlanItemInstance planItemInstance) |
Copyright © 2022 Flowable. All rights reserved.