AbstractBpmnParseListener |
Abstract base class for implementing a BpmnParseListener without 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.
|
CamundaErrorEventDefinition |
|
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 BpmnError represents 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'
|
ResourceReportImpl |
Resource report created during resource parsing
|
SignalDefinition |
Represents a bpmn signal definition
|