Uses of Class
org.flowable.dmn.model.DmnExtensionElement
Packages that use DmnExtensionElement
-
Uses of DmnExtensionElement in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type DmnExtensionElementModifier and TypeFieldDescriptionprotected Map
<String, List<DmnExtensionElement>> DmnExtensionElement.childElements
protected Map
<String, List<DmnExtensionElement>> DmnElement.extensionElements
Methods in org.flowable.dmn.model that return DmnExtensionElementMethods in org.flowable.dmn.model that return types with arguments of type DmnExtensionElementModifier and TypeMethodDescriptionDmnExtensionElement.getChildElements()
DmnElement.getExtensionElements()
Methods in org.flowable.dmn.model with parameters of type DmnExtensionElementModifier and TypeMethodDescriptionvoid
DmnExtensionElement.addChildElement
(DmnExtensionElement childElement) void
DmnElement.addExtensionElement
(DmnExtensionElement extensionElement) void
DmnExtensionElement.setValues
(DmnExtensionElement otherElement) Method parameters in org.flowable.dmn.model with type arguments of type DmnExtensionElementModifier and TypeMethodDescriptionvoid
DmnExtensionElement.setChildElements
(Map<String, List<DmnExtensionElement>> childElements) void
DmnElement.setExtensionElements
(Map<String, List<DmnExtensionElement>> extensionElements)