Package org.camunda.bpm.engine.impl.bpmn.parser
package org.camunda.bpm.engine.impl.bpmn.parser
-
ClassDescriptionAbstract base class for implementing a
BpmnParseListener
without being forced to implement all methods provided, which makes the implementation more robust to future changes.Specific parsing of one BPMN 2.0 XML file, created by theBpmnParser
.Listener which can be registered within the engine to receive events during parsing (and maybe influence it).Parser for BPMN 2.0 process models.Helper methods to reused for common parsing tasks.Represents the conditional event definition corresponding to the ConditionalEvent defined by the BPMN 2.0 spec.A data association (Input or Output) between a source and a targetRepresents a BPMN Error definition, whereasBpmnError
represents an actual instance of an Error.Represents an 'escalation' element.Represents an escalation event definition that reference an 'escalation' element.Represents a field declaration in object form: <field name='someField> <string ...Implementation of the BPMN 2.0 'message'Resource report created during resource parsingRepresents a bpmn signal definitionA XML importer