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.caseElements
Methods 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 TypeMethodDescriptionvoid
ConversionHelper.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 TypeMethodDescriptionvoid
DefaultCaseDiagramGenerator.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 TypeClassDescriptionclass
class
class
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
class
class
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
The reactivation rule describes how a plan item is reactivated during phase two of case reactivation.class
class
class
class
class
class
class
class
class
class
class
class
class
Fields 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 TypeMethodDescriptionvoid
Case.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 ValidationEntry
CaseValidationContext.addEntry
(String problem, Case caze, CaseElement caseElement, BaseElement baseElement, String description, ValidationEntry.Level level) default ValidationEntry
CaseValidationContext.addError
(String problem, Case caze, CaseElement caseElement, BaseElement baseElement, String description) default ValidationEntry
CaseValidationContext.addWarning
(String problem, Case caze, CaseElement caseElement, BaseElement baseElement, String description)