Uses of Class
org.flowable.cmmn.model.PlanItemDefinition
Packages that use PlanItemDefinition
-
Uses of PlanItemDefinition in org.flowable.cmmn.api.delegate
Methods in org.flowable.cmmn.api.delegate that return PlanItemDefinitionModifier and TypeMethodDescriptiondefault PlanItemDefinitionDelegatePlanItemInstance.getPlanItemDefinition()default PlanItemDefinitionReadOnlyDelegatePlanItemInstance.getPlanItemDefinition() -
Uses of PlanItemDefinition in org.flowable.cmmn.model
Subclasses of PlanItemDefinition in org.flowable.cmmn.modelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassEven though plan fragments don't have a runtime behavior, they still need to be stored in theCmmnModel, as they are needed when exporting the XML.classclassThe reactivation listener is a very specific user event listener available on a historic case instance in order to reactivate it again.classclassclassclassclassclassclassclassclassclassFields in org.flowable.cmmn.model declared as PlanItemDefinitionFields in org.flowable.cmmn.model with type parameters of type PlanItemDefinitionModifier and TypeFieldDescriptionprotected List<PlanItemDefinition> Stage.planItemDefinitionListprotected Map<String, PlanItemDefinition> Stage.planItemDefinitionMapMethods in org.flowable.cmmn.model with type parameters of type PlanItemDefinitionModifier and TypeMethodDescription<T extends PlanItemDefinition>
List<T> Case.findPlanItemDefinitionsOfType(Class<T> type) <T extends PlanItemDefinition>
List<T> Stage.findPlanItemDefinitionsOfType(Class<T> clazz, boolean recursive) Methods in org.flowable.cmmn.model that return PlanItemDefinitionModifier and TypeMethodDescriptionCmmnModel.findPlanItemDefinition(String id) Stage.findPlanItemDefinitionInStageOrDownwards(String planItemDefinitionId) Stage.findPlanItemDefinitionInStageOrUpwards(String planItemDefinitionId) PlanItem.getPlanItemDefinition()Methods in org.flowable.cmmn.model that return types with arguments of type PlanItemDefinitionModifier and TypeMethodDescriptionStage.getPlanItemDefinitionMap()Stage.getPlanItemDefinitions()Methods in org.flowable.cmmn.model with parameters of type PlanItemDefinitionModifier and TypeMethodDescriptionvoidStage.addPlanItemDefinition(PlanItemDefinition planItemDefinition) protected voidStage.addPlanItemDefinitionToMap(PlanItemDefinition planItemDefinition) voidPlanItem.setPlanItemDefinition(PlanItemDefinition planItemDefinition) voidPlanItemDefinition.setValues(PlanItemDefinition otherElement) Method parameters in org.flowable.cmmn.model with type arguments of type PlanItemDefinitionModifier and TypeMethodDescriptionvoidStage.setPlanItemDefinitionMap(Map<String, PlanItemDefinition> planItemDefinitionMap)