Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.PlanItemInstanceEntityBuilder
Packages that use PlanItemInstanceEntityBuilder
-
Uses of PlanItemInstanceEntityBuilder in org.flowable.cmmn.engine.impl.persistence.entity
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement PlanItemInstanceEntityBuilderModifier and TypeClassDescriptionclass
Implements the plan item instance builder API.Methods in org.flowable.cmmn.engine.impl.persistence.entity that return PlanItemInstanceEntityBuilderModifier and TypeMethodDescriptionPlanItemInstanceEntityBuilder.addToParent
(boolean addToParent) Set true, if the new plan item instance to be created should be added to its parent, false otherwise.PlanItemInstanceEntityBuilderImpl.addToParent
(boolean addToParent) PlanItemInstanceEntityBuilder.caseDefinitionId
(String caseDefinitionId) Set the id of the case definition this plan item instance is part of.PlanItemInstanceEntityBuilderImpl.caseDefinitionId
(String caseDefinitionId) PlanItemInstanceEntityBuilder.caseInstanceId
(String caseInstanceId) Set the id of the case instance the plan item instance is a direct or indirect child of.PlanItemInstanceEntityBuilderImpl.caseInstanceId
(String caseInstanceId) PlanItemInstanceEntityManager.createPlanItemInstanceEntityBuilder()
Returns a builder to create a new plan item instance.PlanItemInstanceEntityManagerImpl.createPlanItemInstanceEntityBuilder()
PlanItemInstanceEntityBuilder.derivedCaseDefinitionId
(String derivedCaseDefinitionId) If this plan item is derived from another case definition than it is used in, set the case definition it is taken from using this method.PlanItemInstanceEntityBuilderImpl.derivedCaseDefinitionId
(String derivedCaseDefinitionId) PlanItemInstanceEntityBuilder.localVariables
(Map<String, Object> localVariables) Optionally add any variables to be set on the new plan item instance as local variables.PlanItemInstanceEntityBuilderImpl.localVariables
(Map<String, Object> localVariables) Optionally override the name for this plan item instance and don't create it based on its plan item model.Set the plan item for the new instance to be based on.PlanItemInstanceEntityBuilder.silentNameExpressionEvaluation
(boolean silentNameExpressionEvaluation) Invoke this method to suppress any exceptions thrown when evaluating the plan item name expression.PlanItemInstanceEntityBuilderImpl.silentNameExpressionEvaluation
(boolean silentNameExpressionEvaluation) PlanItemInstanceEntityBuilder.stagePlanItemInstance
(PlanItemInstance stagePlanItemInstance) Set the id of the stage plan item instance the new plan item instance is a direct child of.PlanItemInstanceEntityBuilderImpl.stagePlanItemInstance
(PlanItemInstance stagePlanItemInstance) Set the id of the tenant for the new plan item instance.