Uses of Interface
org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
Packages that use BpmnParseListener
Package
Description
-
Uses of BpmnParseListener in org.camunda.bpm.application.impl.event
Classes in org.camunda.bpm.application.impl.event that implement BpmnParseListener -
Uses of BpmnParseListener in org.camunda.bpm.engine.impl.bpmn.parser
Classes in org.camunda.bpm.engine.impl.bpmn.parser that implement BpmnParseListenerModifier and TypeClassDescriptionclassAbstract base class for implementing aBpmnParseListenerwithout being forced to implement all methods provided, which makes the implementation more robust to future changes.classFields in org.camunda.bpm.engine.impl.bpmn.parser with type parameters of type BpmnParseListenerModifier and TypeFieldDescriptionprotected List<BpmnParseListener>BpmnParse.parseListenersprotected List<BpmnParseListener>BpmnParser.parseListenersMethods in org.camunda.bpm.engine.impl.bpmn.parser that return types with arguments of type BpmnParseListenerMethod parameters in org.camunda.bpm.engine.impl.bpmn.parser with type arguments of type BpmnParseListenerModifier and TypeMethodDescriptionvoidBpmnParser.setParseListeners(List<BpmnParseListener> parseListeners) -
Uses of BpmnParseListener in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type BpmnParseListenerModifier and TypeFieldDescriptionprotected List<BpmnParseListener>ProcessEngineConfigurationImpl.postParseListenersprotected List<BpmnParseListener>ProcessEngineConfigurationImpl.preParseListenersMethods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type BpmnParseListenerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomPostBPMNParseListeners()ProcessEngineConfigurationImpl.getCustomPreBPMNParseListeners()protected List<BpmnParseListener>ProcessEngineConfigurationImpl.getDefaultBPMNParseListeners()ProcessEngineConfigurationImpl.getPostParseListeners()Deprecated.ProcessEngineConfigurationImpl.getPreParseListeners()Deprecated.Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type BpmnParseListenerModifier and TypeMethodDescriptionvoidProcessEngineConfigurationImpl.setCustomPostBPMNParseListeners(List<BpmnParseListener> postParseListeners) voidProcessEngineConfigurationImpl.setCustomPreBPMNParseListeners(List<BpmnParseListener> preParseListeners) voidProcessEngineConfigurationImpl.setPostParseListeners(List<BpmnParseListener> postParseListeners) voidProcessEngineConfigurationImpl.setPreParseListeners(List<BpmnParseListener> preParseListeners) -
Uses of BpmnParseListener in org.camunda.bpm.engine.impl.history.parser
Classes in org.camunda.bpm.engine.impl.history.parser that implement BpmnParseListenerModifier and TypeClassDescriptionclassThis class is responsible for wiring history as execution listeners into process execution. -
Uses of BpmnParseListener in org.camunda.bpm.engine.impl.metrics.parser
Classes in org.camunda.bpm.engine.impl.metrics.parser that implement BpmnParseListener
ProcessEngineConfigurationImpl.getCustomPostBPMNParseListeners()instead.