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
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.
|
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
|
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 | |
FieldDeclaration |
Represents a field declaration in object form:
<field name='someField> <string ...
|
FoxFailedJobParseListener | |
MessageDefinition |
Implementation of the BPMN 2.0 'message'
|
SignalDefinition |
Represents a bpmn signal definition
|
Copyright © 2017. All rights reserved.