Uses of Class
org.flowable.bpmn.model.ExtensionAttribute
Packages that use ExtensionAttribute
Package
Description
-
Uses of ExtensionAttribute in org.flowable.bpmn.converter
Fields in org.flowable.bpmn.converter with type parameters of type ExtensionAttributeModifier and TypeFieldDescriptionprotected static final List<ExtensionAttribute>BaseBpmnXMLConverter.defaultActivityAttributesprotected static final List<ExtensionAttribute>BoundaryEventXMLConverter.defaultBoundaryEventAttributesprotected static final List<ExtensionAttribute>CallActivityXMLConverter.defaultCallActivityAttributesprotected static final List<ExtensionAttribute>BaseBpmnXMLConverter.defaultElementAttributesprotected static final List<ExtensionAttribute>ScriptTaskXMLConverter.defaultScriptTaskAttributesprotected static final List<ExtensionAttribute>ServiceTaskXMLConverter.defaultServiceTaskAttributesprotected static final List<ExtensionAttribute>StartEventXMLConverter.defaultStartEventAttributesprotected static final List<ExtensionAttribute>UserTaskXMLConverter.defaultUserTaskAttributesdefault attributes taken from bpmn spec and from extension namespace -
Uses of ExtensionAttribute in org.flowable.bpmn.converter.child
Fields in org.flowable.bpmn.converter.child with type parameters of type ExtensionAttributeModifier and TypeFieldDescriptionstatic final List<ExtensionAttribute>InParameterParser.defaultInParameterAttributesstatic final List<ExtensionAttribute>OutParameterParser.defaultOutParameterAttributes -
Uses of ExtensionAttribute in org.flowable.bpmn.converter.export
Fields in org.flowable.bpmn.converter.export with type parameters of type ExtensionAttributeModifier and TypeFieldDescriptionprotected static final List<ExtensionAttribute>DefinitionsRootExport.defaultAttributesstatic final List<ExtensionAttribute>ProcessExport.defaultProcessAttributesdefault attributes taken from process instance attributes -
Uses of ExtensionAttribute in org.flowable.bpmn.converter.parser
Fields in org.flowable.bpmn.converter.parser with type parameters of type ExtensionAttributeModifier and TypeFieldDescriptionprotected static final List<ExtensionAttribute>DefinitionsParser.defaultAttributes -
Uses of ExtensionAttribute in org.flowable.bpmn.converter.util
Methods in org.flowable.bpmn.converter.util with parameters of type ExtensionAttributeModifier and TypeMethodDescriptionstatic booleanBpmnXMLUtil.isBlacklisted(ExtensionAttribute attribute, List<ExtensionAttribute>... blackLists) Method parameters in org.flowable.bpmn.converter.util with type arguments of type ExtensionAttributeModifier and TypeMethodDescriptionstatic voidBpmnXMLUtil.writeCustomAttributes(Collection<List<ExtensionAttribute>> attributes, XMLStreamWriter xtw, List<ExtensionAttribute>... blackLists) static voidBpmnXMLUtil.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.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)