Uses of Class
org.flowable.cmmn.model.ExtensionAttribute
Packages that use ExtensionAttribute
-
Uses of ExtensionAttribute in org.flowable.cmmn.converter.util
Methods in org.flowable.cmmn.converter.util with parameters of type ExtensionAttributeModifier and TypeMethodDescriptionstatic boolean
CmmnXmlUtil.isBlacklisted
(ExtensionAttribute attribute, List<ExtensionAttribute>... blackLists) Method parameters in org.flowable.cmmn.converter.util with type arguments of type ExtensionAttributeModifier and TypeMethodDescriptionstatic void
CmmnXmlUtil.writeCustomAttributes
(Collection<List<ExtensionAttribute>> attributes, XMLStreamWriter xtw, List<ExtensionAttribute>... blackLists) static void
CmmnXmlUtil.writeCustomAttributes
(Collection<List<ExtensionAttribute>> attributes, XMLStreamWriter xtw, Map<String, String> namespaceMap, List<ExtensionAttribute>... blackLists) write attributes to xtw (except blacklisted) -
Uses of ExtensionAttribute in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type ExtensionAttributeModifier and TypeFieldDescriptionprotected Map<String,
List<ExtensionAttribute>> BaseElement.attributes
extension attributes could be part of each elementprotected Map<String,
List<ExtensionAttribute>> CmmnModel.definitionsAttributes
Methods in org.flowable.cmmn.model that return ExtensionAttributeMethods in org.flowable.cmmn.model that return types with arguments of type ExtensionAttributeModifier and TypeMethodDescriptionBaseElement.getAttributes()
HasExtensionAttributes.getAttributes()
get element's attributesCmmnModel.getDefinitionsAttributes()
Methods in org.flowable.cmmn.model with parameters of type ExtensionAttributeModifier and TypeMethodDescriptionvoid
BaseElement.addAttribute
(ExtensionAttribute attribute) void
HasExtensionAttributes.addAttribute
(ExtensionAttribute attribute) add attribute to the objectvoid
CmmnModel.addDefinitionsAttribute
(ExtensionAttribute attribute) void
ExtensionAttribute.setValues
(ExtensionAttribute otherAttribute) Method parameters in org.flowable.cmmn.model with type arguments of type ExtensionAttributeModifier and TypeMethodDescriptionvoid
BaseElement.setAttributes
(Map<String, List<ExtensionAttribute>> attributes) void
HasExtensionAttributes.setAttributes
(Map<String, List<ExtensionAttribute>> attributes) set all object's attributesvoid
CmmnModel.setDefinitionsAttributes
(Map<String, List<ExtensionAttribute>> attributes)