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 PlanItemDefinition
DelegatePlanItemInstance.getPlanItemDefinition()
default PlanItemDefinition
ReadOnlyDelegatePlanItemInstance.getPlanItemDefinition()
-
Uses of PlanItemDefinition in org.flowable.cmmn.model
Subclasses of PlanItemDefinition in org.flowable.cmmn.modelModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
Even 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.class
class
The reactivation listener is a very specific user event listener available on a historic case instance in order to reactivate it again.class
class
class
class
class
class
class
class
class
class
Fields in org.flowable.cmmn.model declared as PlanItemDefinitionFields in org.flowable.cmmn.model with type parameters of type PlanItemDefinitionModifier and TypeFieldDescriptionprotected List
<PlanItemDefinition> Stage.planItemDefinitionList
protected Map
<String, PlanItemDefinition> Stage.planItemDefinitionMap
Methods 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 TypeMethodDescriptionvoid
Stage.addPlanItemDefinition
(PlanItemDefinition planItemDefinition) protected void
Stage.addPlanItemDefinitionToMap
(PlanItemDefinition planItemDefinition) void
PlanItem.setPlanItemDefinition
(PlanItemDefinition planItemDefinition) void
PlanItemDefinition.setValues
(PlanItemDefinition otherElement) Method parameters in org.flowable.cmmn.model with type arguments of type PlanItemDefinitionModifier and TypeMethodDescriptionvoid
Stage.setPlanItemDefinitionMap
(Map<String, PlanItemDefinition> planItemDefinitionMap)