Uses of Class
org.flowable.bpmn.model.ExtensionAttribute
Packages that use ExtensionAttribute
-
Uses of ExtensionAttribute in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type ExtensionAttributeModifier and TypeFieldDescriptionprotected Map<String, List<ExtensionAttribute>> BaseElement.attributesextension attributes could be part of each elementprotected Map<String, List<ExtensionAttribute>> BpmnModel.definitionsAttributesMethods in org.flowable.bpmn.model that return ExtensionAttributeMethods in org.flowable.bpmn.model that return types with arguments of type ExtensionAttributeModifier and TypeMethodDescriptionBaseElement.getAttributes()HasExtensionAttributes.getAttributes()get element's attributesBpmnModel.getDefinitionsAttributes()Methods in org.flowable.bpmn.model with parameters of type ExtensionAttributeModifier and TypeMethodDescriptionvoidBaseElement.addAttribute(ExtensionAttribute attribute) voidHasExtensionAttributes.addAttribute(ExtensionAttribute attribute) add attribute to the objectvoidBpmnModel.addDefinitionsAttribute(ExtensionAttribute attribute) voidExtensionAttribute.setValues(ExtensionAttribute otherAttribute) Method parameters in org.flowable.bpmn.model with type arguments of type ExtensionAttributeModifier and TypeMethodDescriptionvoidBaseElement.setAttributes(Map<String, List<ExtensionAttribute>> attributes) voidHasExtensionAttributes.setAttributes(Map<String, List<ExtensionAttribute>> attributes) set all object's attributesvoidBpmnModel.setDefinitionsAttributes(Map<String, List<ExtensionAttribute>> attributes)