Class PublishDelegateParseListener
- java.lang.Object
-
- org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
- org.camunda.bpm.spring.boot.starter.event.PublishDelegateParseListener
-
- All Implemented Interfaces:
org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
public class PublishDelegateParseListener extends org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListenerParse listener adding provided execution and task listeners.
-
-
Constructor Summary
Constructors Constructor Description PublishDelegateParseListener(org.springframework.context.ApplicationEventPublisher publisher, EventingProperty property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)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 activity)voidparseBoundaryMessageEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element element, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseBoundarySignalEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element signalEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseBoundaryTimerEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element timerEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)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 activity)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)voidparseIntermediateMessageCatchEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element messageEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)voidparseIntermediateSignalCatchEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element signalEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)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 activity)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)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)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 activity)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)-
Methods inherited from class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
parseBoundaryConditionalEventDefinition, parseBoundaryEscalationEventDefinition, parseConditionalStartEventForEventSubprocess, parseIntermediateConditionalEventDefinition, parseIoMapping, parseProperty, parseRootElement
-
-
-
-
Constructor Detail
-
PublishDelegateParseListener
public PublishDelegateParseListener(org.springframework.context.ApplicationEventPublisher publisher, EventingProperty property)
-
-
Method Detail
-
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- Overrides:
parseUserTaskin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseBoundaryErrorEventDefinitionin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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 activity)- Specified by:
parseBoundaryEventin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener- Overrides:
parseBoundaryEventin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
parseBoundaryMessageEventDefinition
public void parseBoundaryMessageEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element element, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseBoundaryMessageEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener- Overrides:
parseBoundaryMessageEventDefinitionin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
parseBoundarySignalEventDefinition
public void parseBoundarySignalEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element signalEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseBoundarySignalEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener- Overrides:
parseBoundarySignalEventDefinitionin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
parseBoundaryTimerEventDefinition
public void parseBoundaryTimerEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element timerEventDefinition, boolean interrupting, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseBoundaryTimerEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener- Overrides:
parseBoundaryTimerEventDefinitionin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseBusinessRuleTaskin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseCallActivityin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
parseCompensateEventDefinition
public void parseCompensateEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element compensateEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseCompensateEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener- Overrides:
parseCompensateEventDefinitionin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseEndEventin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseEventBasedGatewayin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseExclusiveGatewayin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseInclusiveGatewayin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseIntermediateCatchEventin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
parseIntermediateMessageCatchEventDefinition
public void parseIntermediateMessageCatchEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element messageEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseIntermediateMessageCatchEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener- Overrides:
parseIntermediateMessageCatchEventDefinitionin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
parseIntermediateSignalCatchEventDefinition
public void parseIntermediateSignalCatchEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element signalEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseIntermediateSignalCatchEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener- Overrides:
parseIntermediateSignalCatchEventDefinitionin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseIntermediateThrowEventin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
parseIntermediateTimerEventDefinition
public void parseIntermediateTimerEventDefinition(org.camunda.bpm.engine.impl.util.xml.Element timerEventDefinition, org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)- Specified by:
parseIntermediateTimerEventDefinitionin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener- Overrides:
parseIntermediateTimerEventDefinitionin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseManualTaskin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseMultiInstanceLoopCharacteristicsin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseParallelGatewayin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseProcessin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseReceiveTaskin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseScriptTaskin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseSendTaskin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseSequenceFlowin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseServiceTaskin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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 activity)- Specified by:
parseStartEventin interfaceorg.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener- Overrides:
parseStartEventin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseSubProcessin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseTaskin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
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- Overrides:
parseTransactionin classorg.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
-