Uses of Interface
org.flowable.cmmn.api.runtime.PlanItemInstance
Package
Description
-
Uses of PlanItemInstance in org.flowable.cmmn.api
Modifier and TypeMethodDescriptionvoid
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>> decisionResult, String externalRef, PlanItemInstance planItemInstance, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean multipleResults) -
Uses of PlanItemInstance in org.flowable.cmmn.api.delegate
Modifier and TypeInterfaceDescriptioninterface
interface
-
Uses of PlanItemInstance in org.flowable.cmmn.api.event
-
Uses of PlanItemInstance in org.flowable.cmmn.api.runtime
Modifier and TypeMethodDescriptionInjectedPlanItemInstanceBuilder.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.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 TypeMethodDescriptionstatic boolean
PlanItemInstanceState.isInTerminalState
(PlanItemInstance planItemInstance)