Uses of Class
org.flowable.dmn.model.DmnExtensionAttribute
Packages that use DmnExtensionAttribute
Package
Description
-
Uses of DmnExtensionAttribute in org.flowable.dmn.converter.util
Methods in org.flowable.dmn.converter.util with parameters of type DmnExtensionAttributeModifier and TypeMethodDescriptionprotected static boolean
DmnXMLUtil.isAttributedIncluded
(DmnExtensionAttribute attribute, Collection<DmnExtensionAttribute> attributesToIgnore) Method parameters in org.flowable.dmn.converter.util with type arguments of type DmnExtensionAttributeModifier and TypeMethodDescriptionprotected static boolean
DmnXMLUtil.isAttributedIncluded
(DmnExtensionAttribute attribute, Collection<DmnExtensionAttribute> attributesToIgnore) static void
DmnXMLUtil.parseAttributes
(DmnElement dmnElement, XMLStreamReader xtr, Collection<DmnExtensionAttribute> attributesToIgnore) -
Uses of DmnExtensionAttribute in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type DmnExtensionAttributeModifier and TypeFieldDescriptionprotected Map<String,
List<DmnExtensionAttribute>> DmnElement.attributes
extension attributes could be part of each elementprotected Map<String,
List<DmnExtensionAttribute>> DmnExtensionElement.attributes
extension attributes could be part of each elementMethods in org.flowable.dmn.model that return DmnExtensionAttributeMethods in org.flowable.dmn.model that return types with arguments of type DmnExtensionAttributeMethods in org.flowable.dmn.model with parameters of type DmnExtensionAttributeModifier and TypeMethodDescriptionvoid
DmnElement.addAttribute
(DmnExtensionAttribute attribute) void
DmnExtensionAttribute.setValues
(DmnExtensionAttribute otherAttribute) Method parameters in org.flowable.dmn.model with type arguments of type DmnExtensionAttributeModifier and TypeMethodDescriptionvoid
DmnElement.setAttributes
(Map<String, List<DmnExtensionAttribute>> attributes) -
Uses of DmnExtensionAttribute in org.flowable.dmn.xml.converter
Fields in org.flowable.dmn.xml.converter with type parameters of type DmnExtensionAttributeModifier and TypeFieldDescriptionprotected static final Collection<DmnExtensionAttribute>
DmnXMLConverter.KNOWN_DECISION_ATTRIBUTES
protected static final Collection<DmnExtensionAttribute>
DmnXMLConverter.KNOWN_DEFINITION_ATTRIBUTES