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.defaultActivityAttributes
protected static final List<ExtensionAttribute>
BoundaryEventXMLConverter.defaultBoundaryEventAttributes
protected static final List<ExtensionAttribute>
CallActivityXMLConverter.defaultCallActivityAttributes
protected static final List<ExtensionAttribute>
BaseBpmnXMLConverter.defaultElementAttributes
protected static final List<ExtensionAttribute>
ScriptTaskXMLConverter.defaultScriptTaskAttributes
protected static final List<ExtensionAttribute>
ServiceTaskXMLConverter.defaultServiceTaskAttributes
protected static final List<ExtensionAttribute>
StartEventXMLConverter.defaultStartEventAttributes
protected static final List<ExtensionAttribute>
UserTaskXMLConverter.defaultUserTaskAttributes
default 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.defaultInParameterAttributes
static 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.defaultAttributes
static final List<ExtensionAttribute>
ProcessExport.defaultProcessAttributes
default 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 boolean
BpmnXMLUtil.isBlacklisted
(ExtensionAttribute attribute, List<ExtensionAttribute>... blackLists) Method parameters in org.flowable.bpmn.converter.util with type arguments of type ExtensionAttributeModifier and TypeMethodDescriptionstatic void
BpmnXMLUtil.writeCustomAttributes
(Collection<List<ExtensionAttribute>> attributes, XMLStreamWriter xtw, List<ExtensionAttribute>... blackLists) static void
BpmnXMLUtil.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.attributes
extension attributes could be part of each elementprotected Map<String,
List<ExtensionAttribute>> BpmnModel.definitionsAttributes
Methods 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 TypeMethodDescriptionvoid
BaseElement.addAttribute
(ExtensionAttribute attribute) void
HasExtensionAttributes.addAttribute
(ExtensionAttribute attribute) add attribute to the objectvoid
BpmnModel.addDefinitionsAttribute
(ExtensionAttribute attribute) void
ExtensionAttribute.setValues
(ExtensionAttribute otherAttribute) Method parameters in org.flowable.bpmn.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
BpmnModel.setDefinitionsAttributes
(Map<String, List<ExtensionAttribute>> attributes)