Uses of Class
org.flowable.cmmn.model.CaseElement
-
-
Uses of CaseElement in org.flowable.cmmn.model
Subclasses of CaseElement in org.flowable.cmmn.model Modifier and Type Class Description classCasePageTaskclassCaseTaskclassChildTaskclassCompletionNeutralRuleclassCriterionclassDecisionTaskclassEventListenerclassExternalWorkerServiceTaskclassGenericEventListenerclassHttpServiceTaskclassHumanTaskclassManualActivationRuleclassMilestoneclassParentCompletionRuleclassPlanFragmentEven 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.classPlanItemclassPlanItemControlclassPlanItemDefinitionclassPlanItemRuleclassProcessTaskclassReactivateEventListenerThe reactivation listener is a very specific user event listener available on a historic case instance in order to reactivate it again.classReactivationRuleThe reactivation rule describes how a plan item is reactivated during phase two of case reactivation.classRepetitionRuleclassRequiredRuleclassScriptServiceTaskclassSendEventServiceTaskclassSentryclassServiceTaskclassSignalEventListenerclassStageclassTaskclassTaskWithFieldExtensionsclassTimerEventListenerclassUserEventListenerclassVariableEventListenerFields in org.flowable.cmmn.model with type parameters of type CaseElement Modifier and Type Field Description protected Map<String,CaseElement>Case. allCaseElementsMethods in org.flowable.cmmn.model that return types with arguments of type CaseElement Modifier and Type Method Description Map<String,CaseElement>Case. getAllCaseElements()Method parameters in org.flowable.cmmn.model with type arguments of type CaseElement Modifier and Type Method Description voidCase. setAllCaseElements(Map<String,CaseElement> allCaseElements)
-