Uses of Interface
org.flowable.cmmn.api.runtime.InjectedPlanItemInstanceBuilder
Packages that use InjectedPlanItemInstanceBuilder
-
Uses of InjectedPlanItemInstanceBuilder in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return InjectedPlanItemInstanceBuilderModifier and TypeMethodDescriptionDynamicCmmnService.createInjectedPlanItemInstanceBuilder()
Creates a new builder to dynamically create a new plan item and inject it into a running stage or case instance. -
Uses of InjectedPlanItemInstanceBuilder in org.flowable.cmmn.api.runtime
Methods in org.flowable.cmmn.api.runtime that return InjectedPlanItemInstanceBuilderModifier and TypeMethodDescriptionInjectedPlanItemInstanceBuilder.caseDefinitionId
(String caseDefinitionId) The id of the case definition from which the referenced plan item model should be taken as the model for the new plan item to be created dynamically.The id of the referenced element within the case model to be used as the base line for the new dynamic plan item to be created.The explicit name for the new plan item to be created, if this is not set, the name of the referenced element is taken instead.