Uses of Class
org.flowable.bpmn.converter.child.BaseChildElementParser
Packages that use BaseChildElementParser
Package
Description
-
Uses of BaseChildElementParser in org.flowable.bpmn.converter
Subclasses of BaseChildElementParser in org.flowable.bpmn.converterModifier and TypeClassDescriptionstatic classstatic classstatic classFields in org.flowable.bpmn.converter with type parameters of type BaseChildElementParserModifier and TypeFieldDescriptionprotected Map<String, BaseChildElementParser> ServiceTaskXMLConverter.caseServiceChildParserMapprotected Map<String, BaseChildElementParser> BoundaryEventXMLConverter.childParserMapprotected Map<String, BaseChildElementParser> CallActivityXMLConverter.childParserMapprotected Map<String, BaseChildElementParser> CatchEventXMLConverter.childParserMapprotected Map<String, BaseChildElementParser> EndEventXMLConverter.childParserMapprotected Map<String, BaseChildElementParser> ScriptTaskXMLConverter.childParserMapprotected Map<String, BaseChildElementParser> StartEventXMLConverter.childParserMapprotected Map<String, BaseChildElementParser> TextAnnotationXMLConverter.childParserMapprotected Map<String, BaseChildElementParser> ThrowEventXMLConverter.childParserMapprotected Map<String, BaseChildElementParser> UserTaskXMLConverter.childParserMapprotected Map<String, BaseChildElementParser> ServiceTaskXMLConverter.externalWorkerTaskChildParserMapprotected Map<String, BaseChildElementParser> ServiceTaskXMLConverter.sendEventServiceChildParserMapMethod parameters in org.flowable.bpmn.converter with type arguments of type BaseChildElementParserModifier and TypeMethodDescriptionprotected voidBaseBpmnXMLConverter.parseChildElements(String elementName, BaseElement parentElement, Map<String, BaseChildElementParser> additionalParsers, BpmnModel model, XMLStreamReader xtr) -
Uses of BaseChildElementParser in org.flowable.bpmn.converter.child
Subclasses of BaseChildElementParser in org.flowable.bpmn.converter.childModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.flowable.bpmn.converter.child with parameters of type BaseChildElementParserModifier and TypeMethodDescriptionprotected voidBaseChildElementParser.parseChildElements(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model, BaseChildElementParser parser) -
Uses of BaseChildElementParser in org.flowable.bpmn.converter.util
Methods in org.flowable.bpmn.converter.util with parameters of type BaseChildElementParserModifier and TypeMethodDescriptionstatic voidBpmnXMLUtil.addChildElementParser(BaseChildElementParser parser) Registers aBaseChildElementParserso that the parser is invoked whenever an XML element matchingBaseChildElementParser.getElementName()is encountered as a child of a BPMN element.Method parameters in org.flowable.bpmn.converter.util with type arguments of type BaseChildElementParserModifier and TypeMethodDescriptionstatic voidBpmnXMLUtil.parseChildElements(String elementName, BaseElement parentElement, XMLStreamReader xtr, Map<String, BaseChildElementParser> childParsers, BpmnModel model) -
Uses of BaseChildElementParser in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type BaseChildElementParserModifier and TypeFieldDescriptionprotected List<BaseChildElementParser> ProcessEngineConfigurationImpl.customChildElementParsersBPMN child-element XML parsers contributed by integrators (e.g. for customEventDefinitionsubtypes).Methods in org.flowable.engine.impl.cfg that return types with arguments of type BaseChildElementParserMethods in org.flowable.engine.impl.cfg with parameters of type BaseChildElementParserModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.addCustomChildElementParser(BaseChildElementParser parser) Method parameters in org.flowable.engine.impl.cfg with type arguments of type BaseChildElementParserModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomChildElementParsers(List<BaseChildElementParser> customChildElementParsers)