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 booleanDmnXMLUtil.isAttributedIncluded(DmnExtensionAttribute attribute, Collection<DmnExtensionAttribute> attributesToIgnore) Method parameters in org.flowable.dmn.converter.util with type arguments of type DmnExtensionAttributeModifier and TypeMethodDescriptionprotected static booleanDmnXMLUtil.isAttributedIncluded(DmnExtensionAttribute attribute, Collection<DmnExtensionAttribute> attributesToIgnore) static voidDmnXMLUtil.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.attributesextension attributes could be part of each elementprotected Map<String,List<DmnExtensionAttribute>> DmnExtensionElement.attributesextension 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 TypeMethodDescriptionvoidDmnElement.addAttribute(DmnExtensionAttribute attribute) voidDmnExtensionAttribute.setValues(DmnExtensionAttribute otherAttribute) Method parameters in org.flowable.dmn.model with type arguments of type DmnExtensionAttributeModifier and TypeMethodDescriptionvoidDmnElement.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_ATTRIBUTESprotected static final Collection<DmnExtensionAttribute>DmnXMLConverter.KNOWN_DEFINITION_ATTRIBUTES