Uses of Class
org.flowable.dmn.model.DmnExtensionElement
Packages that use DmnExtensionElement
Package
Description
-
Uses of DmnExtensionElement in org.flowable.dmn.converter.child
Methods in org.flowable.dmn.converter.child with parameters of type DmnExtensionElementModifier and TypeMethodDescriptionprotected void
InputEntryParser.migrateExtensionElement
(DmnExtensionElement extensionElement, InputClause inputClause) -
Uses of DmnExtensionElement in org.flowable.dmn.converter.util
Methods in org.flowable.dmn.converter.util that return DmnExtensionElementModifier and TypeMethodDescriptionstatic DmnExtensionElement
DmnXMLUtil.parseExtensionElement
(XMLStreamReader xtr) Methods in org.flowable.dmn.converter.util with parameters of type DmnExtensionElementModifier and TypeMethodDescriptionprotected static void
DmnXMLUtil.writeExtensionElement
(DmnExtensionElement extensionElement, Map<String, String> namespaceMap, XMLStreamWriter xtw) -
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)