Uses of Interface
org.flowable.cmmn.api.runtime.PlanItemInstance
Packages that use PlanItemInstance
Package
Description
-
Uses of PlanItemInstance in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionvoidDecisionTableVariableManager.setDecisionServiceVariablesOnPlanItemInstance(Map<String, List<Map<String, Object>>> executionResult, String decisionKey, PlanItemInstance planItemInstance, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean multipleResults) voidDecisionTableVariableManager.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
Subinterfaces of PlanItemInstance in org.flowable.cmmn.api.delegateModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of PlanItemInstance in org.flowable.cmmn.api.event
Methods in org.flowable.cmmn.api.event that return PlanItemInstance -
Uses of PlanItemInstance in org.flowable.cmmn.api.runtime
Methods in org.flowable.cmmn.api.runtime that return PlanItemInstanceModifier 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.Methods in org.flowable.cmmn.api.runtime with parameters of type PlanItemInstanceModifier and TypeMethodDescriptionstatic booleanPlanItemInstanceState.isInTerminalState(PlanItemInstance planItemInstance)