Uses of Class
org.flowable.bpmn.model.ExtensionAttribute
-
Packages that use ExtensionAttribute Package Description org.flowable.bpmn.model -
-
Uses of ExtensionAttribute in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type ExtensionAttribute Modifier and Type Field Description protected 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 ExtensionAttribute Modifier and Type Method Description ExtensionAttributeExtensionAttribute. clone()Methods in org.flowable.bpmn.model that return types with arguments of type ExtensionAttribute Modifier and Type Method Description Map<String,List<ExtensionAttribute>>BaseElement. getAttributes()Map<String,List<ExtensionAttribute>>HasExtensionAttributes. getAttributes()get element's attributesMap<String,List<ExtensionAttribute>>BpmnModel. getDefinitionsAttributes()Methods in org.flowable.bpmn.model with parameters of type ExtensionAttribute Modifier and Type Method Description voidBaseElement. 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 ExtensionAttribute Modifier and Type Method Description voidBaseElement. setAttributes(Map<String,List<ExtensionAttribute>> attributes)voidHasExtensionAttributes. setAttributes(Map<String,List<ExtensionAttribute>> attributes)set all object's attributesvoidBpmnModel. setDefinitionsAttributes(Map<String,List<ExtensionAttribute>> attributes)
-