| Interface | Description | 
|---|---|
| BpmnParseListener | Listener which can be registered within the engine to receive events during parsing (and
 maybe influence it). | 
| UnresolvedReference | |
| XMLImporter | A XML importer | 
| Class | Description | 
|---|---|
| AbstractBpmnParseListener | Abstract base class for implementing a  BpmnParseListenerwithout being forced to implement
 all methods provided, which makes the implementation more robust to future changes. | 
| BpmnParse | Specific parsing of one BPMN 2.0 XML file, created by the  BpmnParser. | 
| BpmnParseLogger | |
| BpmnParser | Parser for BPMN 2.0 process models. | 
| BpmnParseUtil | Helper methods to reused for common parsing tasks. | 
| CompensateEventDefinition | |
| ConditionalEventDefinition | Represents the conditional event definition corresponding to the
 ConditionalEvent defined by the BPMN 2.0 spec. | 
| DataAssociation | A data association (Input or Output) between a source and a target | 
| DefaultFailedJobParseListener | |
| Error | Represents a BPMN Error definition, whereas  BpmnErrorrepresents an
 actual instance of an Error. | 
| ErrorEventDefinition | |
| Escalation | Represents an 'escalation' element. | 
| EscalationEventDefinition | Represents an escalation event definition that reference an 'escalation' element. | 
| EventSubscriptionDeclaration | |
| FailedJobRetryConfiguration | |
| FieldDeclaration | Represents a field declaration in object form:
 
 <field name='someField> <string ... | 
| MessageDefinition | Implementation of the BPMN 2.0 'message' | 
| SignalDefinition | Represents a bpmn signal definition | 
Copyright © 2018. All rights reserved.