Uses of Class
org.flowable.cmmn.model.PlanItemDefinition
-
-
Uses of PlanItemDefinition in org.flowable.cmmn.model
Subclasses of PlanItemDefinition in org.flowable.cmmn.model Modifier and Type Class Description classCasePageTaskclassCaseTaskclassChildTaskclassDecisionTaskclassEventListenerclassExternalWorkerServiceTaskclassGenericEventListenerclassHttpServiceTaskclassHumanTaskclassMilestoneclassPlanFragmentEven 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.classProcessTaskclassReactivateEventListenerThe reactivation listener is a very specific user event listener available on a historic case instance in order to reactivate it again.classScriptServiceTaskclassSendEventServiceTaskclassServiceTaskclassSignalEventListenerclassStageclassTaskclassTaskWithFieldExtensionsclassTimerEventListenerclassUserEventListenerclassVariableEventListenerFields in org.flowable.cmmn.model declared as PlanItemDefinition Modifier and Type Field Description protected PlanItemDefinitionPlanItem. planItemDefinitionFields in org.flowable.cmmn.model with type parameters of type PlanItemDefinition Modifier and Type Field Description protected List<PlanItemDefinition>Stage. planItemDefinitionListprotected Map<String,PlanItemDefinition>Stage. planItemDefinitionMapMethods in org.flowable.cmmn.model with type parameters of type PlanItemDefinition Modifier and Type Method Description <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 PlanItemDefinition Modifier and Type Method Description PlanItemDefinitionCmmnModel. findPlanItemDefinition(String id)PlanItemDefinitionStage. findPlanItemDefinitionInStageOrDownwards(String planItemDefinitionId)PlanItemDefinitionStage. findPlanItemDefinitionInStageOrUpwards(String planItemDefinitionId)PlanItemDefinitionPlanItem. getPlanItemDefinition()Methods in org.flowable.cmmn.model that return types with arguments of type PlanItemDefinition Modifier and Type Method Description Map<String,PlanItemDefinition>Stage. getPlanItemDefinitionMap()List<PlanItemDefinition>Stage. getPlanItemDefinitions()Methods in org.flowable.cmmn.model with parameters of type PlanItemDefinition Modifier and Type Method Description voidStage. 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 PlanItemDefinition Modifier and Type Method Description voidStage. setPlanItemDefinitionMap(Map<String,PlanItemDefinition> planItemDefinitionMap)
-