Package dev.dsf.bpe.listener
Class DebugLoggingBpmnParseListener
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
dev.dsf.bpe.listener.DebugLoggingBpmnParseListener
- All Implemented Interfaces:
org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener,org.springframework.beans.factory.InitializingBean
public class DebugLoggingBpmnParseListener
extends org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
implements org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
ConstructorsConstructorDescriptionDebugLoggingBpmnParseListener(boolean logActivityStart, boolean logActivityEnd, boolean logVariables) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidparseBoundaryEvent(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) 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) 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) 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) 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) 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) 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, parseBoundaryErrorEventDefinition, parseBoundaryEscalationEventDefinition, parseBoundaryMessageEventDefinition, parseBoundarySignalEventDefinition, parseBoundaryTimerEventDefinition, parseCompensateEventDefinition, parseConditionalStartEventForEventSubprocess, parseIntermediateConditionalEventDefinition, parseIntermediateMessageCatchEventDefinition, parseIntermediateSignalCatchEventDefinition, parseIntermediateTimerEventDefinition, parseIoMapping, parseProcess, parseProperty, parseRootElement, parseSequenceFlowMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
parseBoundaryConditionalEventDefinition, parseBoundaryErrorEventDefinition, parseBoundaryEscalationEventDefinition, parseBoundaryMessageEventDefinition, parseBoundarySignalEventDefinition, parseBoundaryTimerEventDefinition, parseCompensateEventDefinition, parseConditionalStartEventForEventSubprocess, parseIntermediateConditionalEventDefinition, parseIntermediateMessageCatchEventDefinition, parseIntermediateSignalCatchEventDefinition, parseIntermediateTimerEventDefinition, parseIoMapping, parseProcess, parseProperty, parseRootElement, parseSequenceFlow
-
Constructor Details
-
DebugLoggingBpmnParseListener
public DebugLoggingBpmnParseListener(boolean logActivityStart, boolean logActivityEnd, boolean logVariables)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-