Class CdiEventSupportBpmnParseListener
- java.lang.Object
-
- org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
-
- All Implemented Interfaces:
org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
public class CdiEventSupportBpmnParseListener extends Object implements org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
BpmnParseListenerregistering theCdiEventListenerfor distributing execution events using the cdi event infrastructure- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description CdiEventSupportBpmnParseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddEndEventListener(org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)protected voidaddStartEventListener(org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)protected voidaddTaskAssignmentListeners(org.camunda.bpm.engine.impl.task.TaskDefinition taskDefinition)protected voidaddTaskCompleteListeners(org.camunda.bpm.engine.impl.task.TaskDefinition taskDefinition)protected voidaddTaskCreateListeners(org.camunda.bpm.engine.impl.task.TaskDefinition taskDefinition)protected voidaddTaskDeleteListeners(org.camunda.bpm.engine.impl.task.TaskDefinition taskDefinition)protected voidaddTaskUpdateListeners(org.camunda.bpm.engine.impl.task.TaskDefinition taskDefinition)voidparseBoundaryConditionalEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element element, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl conditionalActivity)voidparseBoundaryErrorEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element errorEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl nestedErrorEventActivity)voidparseBoundaryEscalationEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element escalationEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl boundaryEventActivity)voidparseBoundaryEvent(org.camunda.bpm.engine.impl.util.xml.Element boundaryEventElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scopeElement, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl nestedActivity)voidparseBoundaryMessageEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element element, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl messageActivity)voidparseBoundarySignalEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element signalEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl signalActivity)voidparseBoundaryTimerEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element timerEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl timerActivity)voidparseBusinessRuleTask(org.camunda.bpm.engine.impl.util.xml.Element businessRuleTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseCallActivity(org.camunda.bpm.engine.impl.util.xml.Element callActivityElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseCompensateEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element compensateEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl compensationActivity)voidparseConditionalStartEventForEventSubprocess(org.camunda.bpm.engine.impl.util.xml.Element element, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl conditionalActivity, boolean interrupting)voidparseEndEvent(org.camunda.bpm.engine.impl.util.xml.Element endEventElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseEventBasedGateway(org.camunda.bpm.engine.impl.util.xml.Element eventBasedGwElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseExclusiveGateway(org.camunda.bpm.engine.impl.util.xml.Element exclusiveGwElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseInclusiveGateway(org.camunda.bpm.engine.impl.util.xml.Element inclusiveGwElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseIntermediateCatchEvent(org.camunda.bpm.engine.impl.util.xml.Element intermediateEventElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseIntermediateConditionalEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element conditionalEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl conditionalActivity)voidparseIntermediateMessageCatchEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element messageEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl nestedActivity)voidparseIntermediateSignalCatchEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element signalEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl signalActivity)voidparseIntermediateThrowEvent(org.camunda.bpm.engine.impl.util.xml.Element intermediateEventElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseIntermediateTimerEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element timerEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl timerActivity)voidparseManualTask(org.camunda.bpm.engine.impl.util.xml.Element manualTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseMultiInstanceLoopCharacteristics(org.camunda.bpm.engine.impl.util.xml.Element activityElement, org.camunda.bpm.engine.impl.util.xml.Element multiInstanceLoopCharacteristicsElement, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseParallelGateway(org.camunda.bpm.engine.impl.util.xml.Element parallelGwElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseProcess(org.camunda.bpm.engine.impl.util.xml.Element processElement, org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity processDefinition)voidparseProperty(org.camunda.bpm.engine.impl.util.xml.Element propertyElement, org.camunda.bpm.engine.impl.variable.VariableDeclaration variableDeclaration, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseReceiveTask(org.camunda.bpm.engine.impl.util.xml.Element receiveTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseRootElement(org.camunda.bpm.engine.impl.util.xml.Element rootElement, List<org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity> processDefinitions)voidparseScriptTask(org.camunda.bpm.engine.impl.util.xml.Element scriptTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseSendTask(org.camunda.bpm.engine.impl.util.xml.Element sendTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseSequenceFlow(org.camunda.bpm.engine.impl.util.xml.Element sequenceFlowElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scopeElement, org.camunda.bpm.engine.impl.pvm.process.TransitionImpl transition)voidparseServiceTask(org.camunda.bpm.engine.impl.util.xml.Element serviceTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseStartEvent(org.camunda.bpm.engine.impl.util.xml.Element startEventElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl startEventActivity)voidparseSubProcess(org.camunda.bpm.engine.impl.util.xml.Element subProcessElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseTask(org.camunda.bpm.engine.impl.util.xml.Element taskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseTransaction(org.camunda.bpm.engine.impl.util.xml.Element transactionElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseUserTask(org.camunda.bpm.engine.impl.util.xml.Element userTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)
-
-
-
Method Detail
-
addEndEventListener
protected void addEndEventListener(org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)
-
addStartEventListener
protected void addStartEventListener(org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)
-
addTaskCreateListeners
protected void addTaskCreateListeners(org.camunda.bpm.engine.impl.task.TaskDefinition taskDefinition)
-
addTaskAssignmentListeners
protected void addTaskAssignmentListeners(org.camunda.bpm.engine.impl.task.TaskDefinition taskDefinition)
-
addTaskCompleteListeners
protected void addTaskCompleteListeners(org.camunda.bpm.engine.impl.task.TaskDefinition taskDefinition)
-
addTaskUpdateListeners
protected void addTaskUpdateListeners(org.camunda.bpm.engine.impl.task.TaskDefinition taskDefinition)
-
addTaskDeleteListeners
protected void addTaskDeleteListeners(org.camunda.bpm.engine.impl.task.TaskDefinition taskDefinition)
-
parseProcess
public void parseProcess(org.camunda.bpm.engine.impl.util.xml.Element processElement, org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity processDefinition)- Specified by:
parseProcessin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseStartEvent
public void parseStartEvent(org.camunda.bpm.engine.impl.util.xml.Element startEventElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl startEventActivity)- Specified by:
parseStartEventin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseExclusiveGateway
public void parseExclusiveGateway(org.camunda.bpm.engine.impl.util.xml.Element exclusiveGwElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseExclusiveGatewayin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseInclusiveGateway
public void parseInclusiveGateway(org.camunda.bpm.engine.impl.util.xml.Element inclusiveGwElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseInclusiveGatewayin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseParallelGateway
public void parseParallelGateway(org.camunda.bpm.engine.impl.util.xml.Element parallelGwElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseParallelGatewayin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseScriptTask
public void parseScriptTask(org.camunda.bpm.engine.impl.util.xml.Element scriptTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseScriptTaskin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseServiceTask
public void parseServiceTask(org.camunda.bpm.engine.impl.util.xml.Element serviceTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseServiceTaskin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseBusinessRuleTask
public void parseBusinessRuleTask(org.camunda.bpm.engine.impl.util.xml.Element businessRuleTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseBusinessRuleTaskin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseTask
public void parseTask(org.camunda.bpm.engine.impl.util.xml.Element taskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseTaskin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseManualTask
public void parseManualTask(org.camunda.bpm.engine.impl.util.xml.Element manualTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseManualTaskin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseUserTask
public void parseUserTask(org.camunda.bpm.engine.impl.util.xml.Element userTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseUserTaskin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseEndEvent
public void parseEndEvent(org.camunda.bpm.engine.impl.util.xml.Element endEventElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseEndEventin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseBoundaryTimerEventDefinition
public void parseBoundaryTimerEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element timerEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl timerActivity)- Specified by:
parseBoundaryTimerEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseBoundaryErrorEventDefinition
public void parseBoundaryErrorEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element errorEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl nestedErrorEventActivity)- Specified by:
parseBoundaryErrorEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseSubProcess
public void parseSubProcess(org.camunda.bpm.engine.impl.util.xml.Element subProcessElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseSubProcessin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseCallActivity
public void parseCallActivity(org.camunda.bpm.engine.impl.util.xml.Element callActivityElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseCallActivityin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseProperty
public void parseProperty(org.camunda.bpm.engine.impl.util.xml.Element propertyElement, org.camunda.bpm.engine.impl.variable.VariableDeclaration variableDeclaration, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parsePropertyin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseSequenceFlow
public void parseSequenceFlow(org.camunda.bpm.engine.impl.util.xml.Element sequenceFlowElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scopeElement, org.camunda.bpm.engine.impl.pvm.process.TransitionImpl transition)- Specified by:
parseSequenceFlowin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseSendTask
public void parseSendTask(org.camunda.bpm.engine.impl.util.xml.Element sendTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseSendTaskin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseMultiInstanceLoopCharacteristics
public void parseMultiInstanceLoopCharacteristics(org.camunda.bpm.engine.impl.util.xml.Element activityElement, org.camunda.bpm.engine.impl.util.xml.Element multiInstanceLoopCharacteristicsElement, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseMultiInstanceLoopCharacteristicsin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseRootElement
public void parseRootElement(org.camunda.bpm.engine.impl.util.xml.Element rootElement, List<org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity> processDefinitions)- Specified by:
parseRootElementin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseIntermediateTimerEventDefinition
public void parseIntermediateTimerEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element timerEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl timerActivity)- Specified by:
parseIntermediateTimerEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseReceiveTask
public void parseReceiveTask(org.camunda.bpm.engine.impl.util.xml.Element receiveTaskElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseReceiveTaskin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseIntermediateSignalCatchEventDefinition
public void parseIntermediateSignalCatchEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element signalEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl signalActivity)- Specified by:
parseIntermediateSignalCatchEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseBoundarySignalEventDefinition
public void parseBoundarySignalEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element signalEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl signalActivity)- Specified by:
parseBoundarySignalEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseEventBasedGateway
public void parseEventBasedGateway(org.camunda.bpm.engine.impl.util.xml.Element eventBasedGwElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseEventBasedGatewayin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseTransaction
public void parseTransaction(org.camunda.bpm.engine.impl.util.xml.Element transactionElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseTransactionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseCompensateEventDefinition
public void parseCompensateEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element compensateEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl compensationActivity)- Specified by:
parseCompensateEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseIntermediateThrowEvent
public void parseIntermediateThrowEvent(org.camunda.bpm.engine.impl.util.xml.Element intermediateEventElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseIntermediateThrowEventin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseIntermediateCatchEvent
public void parseIntermediateCatchEvent(org.camunda.bpm.engine.impl.util.xml.Element intermediateEventElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseIntermediateCatchEventin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseBoundaryEvent
public void parseBoundaryEvent(org.camunda.bpm.engine.impl.util.xml.Element boundaryEventElement, org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scopeElement, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl nestedActivity)- Specified by:
parseBoundaryEventin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseIntermediateMessageCatchEventDefinition
public void parseIntermediateMessageCatchEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element messageEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl nestedActivity)- Specified by:
parseIntermediateMessageCatchEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseBoundaryMessageEventDefinition
public void parseBoundaryMessageEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element element, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl messageActivity)- Specified by:
parseBoundaryMessageEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseBoundaryEscalationEventDefinition
public void parseBoundaryEscalationEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element escalationEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl boundaryEventActivity)- Specified by:
parseBoundaryEscalationEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseBoundaryConditionalEventDefinition
public void parseBoundaryConditionalEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element element, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl conditionalActivity)- Specified by:
parseBoundaryConditionalEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseIntermediateConditionalEventDefinition
public void parseIntermediateConditionalEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element conditionalEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl conditionalActivity)- Specified by:
parseIntermediateConditionalEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
parseConditionalStartEventForEventSubprocess
public void parseConditionalStartEventForEventSubprocess(org.camunda.bpm.engine.impl.util.xml.Element element, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl conditionalActivity, boolean interrupting)- Specified by:
parseConditionalStartEventForEventSubprocessin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
-