public interface InjectedPlanItemInstanceBuilder
| Modifier and Type | Method and Description |
|---|---|
InjectedPlanItemInstanceBuilder |
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.
|
PlanItemInstance |
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 |
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.
|
InjectedPlanItemInstanceBuilder |
elementId(String elementId)
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.
|
InjectedPlanItemInstanceBuilder |
name(String name)
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.
|
InjectedPlanItemInstanceBuilder name(String name)
name - the explicit name to be used for the new plan item, which supersedes the one from the referenced plan item modelInjectedPlanItemInstanceBuilder caseDefinitionId(String caseDefinitionId)
caseDefinitionId - the id of the case definition where the referenced plan item model is taken fromInjectedPlanItemInstanceBuilder elementId(String elementId)
elementId - the id of the referenced plan item element within the case modelPlanItemInstance createInStage(String stagePlanItemInstanceId)
stagePlanItemInstanceId - the id of the running stage plan item instance to inject a new plan item intoPlanItemInstance createInCase(String caseInstanceId)
caseInstanceId - the id of the running case instance to inject a new plan item intoCopyright © 2022 Flowable. All rights reserved.