Uses of Class
org.flowable.cmmn.model.CaseElement
Packages that use CaseElement
Package
Description
-
Uses of CaseElement in org.flowable.cmmn.converter
Fields in org.flowable.cmmn.converter with type parameters of type CaseElementModifier and TypeFieldDescriptionprotected Map<Case,List<CaseElement>> ConversionHelper.caseElementsMethods in org.flowable.cmmn.converter that return types with arguments of type CaseElementMethods in org.flowable.cmmn.converter with parameters of type CaseElementMethod parameters in org.flowable.cmmn.converter with type arguments of type CaseElementModifier and TypeMethodDescriptionvoidConversionHelper.setCaseElements(Map<Case, List<CaseElement>> caseElements) -
Uses of CaseElement in org.flowable.cmmn.image.impl
Methods in org.flowable.cmmn.image.impl with parameters of type CaseElementModifier and TypeMethodDescriptionvoidDefaultCaseDiagramGenerator.ActivityDrawInstruction.draw(DefaultCaseDiagramCanvas caseDiagramCanvas, CmmnModel cmmnModel, CaseElement caseElement) -
Uses of CaseElement in org.flowable.cmmn.model
Subclasses of CaseElement in org.flowable.cmmn.modelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassEven 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.classclassclassclassclassclassThe reactivation listener is a very specific user event listener available on a historic case instance in order to reactivate it again.classThe reactivation rule describes how a plan item is reactivated during phase two of case reactivation.classclassclassclassclassclassclassclassclassclassclassclassclassFields in org.flowable.cmmn.model with type parameters of type CaseElementMethods in org.flowable.cmmn.model that return types with arguments of type CaseElementMethod parameters in org.flowable.cmmn.model with type arguments of type CaseElementModifier and TypeMethodDescriptionvoidCase.setAllCaseElements(Map<String, CaseElement> allCaseElements) -
Uses of CaseElement in org.flowable.cmmn.validation
Methods in org.flowable.cmmn.validation with parameters of type CaseElementModifier and TypeMethodDescriptiondefault ValidationEntryCaseValidationContext.addEntry(String problem, Case caze, CaseElement caseElement, BaseElement baseElement, String description, ValidationEntry.Level level) default ValidationEntryCaseValidationContext.addError(String problem, Case caze, CaseElement caseElement, BaseElement baseElement, String description) default ValidationEntryCaseValidationContext.addWarning(String problem, Case caze, CaseElement caseElement, BaseElement baseElement, String description)