| Class | Description |
|---|---|
| AbstractBpmnFileIndexer | |
| AbstractBpmnProcessDataEventListener | |
| BpmnFileIndexer | |
| BpmnProcessDataEventListener |
This listener is called by the build process and immediately stores the indexing information (as it is also a
ResourceReferenceCollector)
In the AbstractBpmnProcessDataEventListener.onProcessAdded(Process) method, it stores itself in the Process, allowing the BpmnFileIndexer
to retrieve the BpmnProcessDataEventListener instance later and add it to the indexing information. |
| BpmnProcessDataEventListenerProvider |
This is referenced in
kie-wb-common-stunner-bpmn-backend/src/main/resources/META-INF/services/org.jbpm.compiler.xml.ProcessDataEventListenerProvider
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.