Uses of Class
org.flowable.bpmn.model.ExtensionElement
Packages that use ExtensionElement
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates.-
Uses of ExtensionElement in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter that return ExtensionElementModifier and TypeMethodDescriptionprotected ExtensionElementBaseBpmnXMLConverter.parseExtensionElement(XMLStreamReader xtr) -
Uses of ExtensionElement in org.flowable.bpmn.converter.util
Methods in org.flowable.bpmn.converter.util that return ExtensionElementModifier and TypeMethodDescriptionstatic ExtensionElementBpmnXMLUtil.parseExtensionElement(XMLStreamReader xtr) Methods in org.flowable.bpmn.converter.util with parameters of type ExtensionElementModifier and TypeMethodDescriptionprotected static voidBpmnXMLUtil.writeExtensionElement(ExtensionElement extensionElement, Map<String, String> namespaceMap, XMLStreamWriter xtw) -
Uses of ExtensionElement in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type ExtensionElementModifier and TypeFieldDescriptionprotected Map<String,List<ExtensionElement>> ExtensionElement.childElementsprotected Map<String,List<ExtensionElement>> BaseElement.extensionElementsMethods in org.flowable.bpmn.model that return ExtensionElementMethods in org.flowable.bpmn.model that return types with arguments of type ExtensionElementModifier and TypeMethodDescriptionExtensionElement.getChildElements()BaseElement.getExtensionElements()Methods in org.flowable.bpmn.model with parameters of type ExtensionElementModifier and TypeMethodDescriptionvoidExtensionElement.addChildElement(ExtensionElement childElement) voidBaseElement.addExtensionElement(ExtensionElement extensionElement) voidExtensionElement.setValues(ExtensionElement otherElement) Method parameters in org.flowable.bpmn.model with type arguments of type ExtensionElementModifier and TypeMethodDescriptionvoidExtensionElement.setChildElements(Map<String, List<ExtensionElement>> childElements) voidBaseElement.setExtensionElements(Map<String, List<ExtensionElement>> extensionElements) -
Uses of ExtensionElement in org.flowable.engine.delegate
Methods in org.flowable.engine.delegate that return types with arguments of type ExtensionElementModifier and TypeMethodDescriptionstatic Map<String,List<ExtensionElement>> DelegateHelper.getExtensionElements(DelegateExecution execution) static Map<String,List<ExtensionElement>> DelegateHelper.getFlowElementExtensionElements(DelegateExecution execution) static Map<String,List<ExtensionElement>> DelegateHelper.getListenerExtensionElements(DelegateExecution execution)