Class DefaultFailedJobParseListener
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
org.camunda.bpm.engine.impl.bpmn.parser.DefaultFailedJobParseListener
- All Implemented Interfaces:
BpmnParseListener
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
static final PropertyKey<FailedJobRetryConfiguration>
protected static final String
static final Namespace
Deprecated.protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isAsync
(ActivityImpl activity) protected boolean
isMultiInstance
(ActivityImpl activity) protected void
parseActivity
(Element element, ActivityImpl activity) void
parseBoundaryEvent
(Element boundaryEventElement, ScopeImpl scopeElement, ActivityImpl nestedActivity) void
parseBusinessRuleTask
(Element businessRuleTaskElement, ScopeImpl scope, ActivityImpl activity) void
parseCallActivity
(Element callActivityElement, ScopeImpl scope, ActivityImpl activity) void
parseEndEvent
(Element endEventElement, ScopeImpl scope, ActivityImpl activity) void
parseEventBasedGateway
(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity) void
parseExclusiveGateway
(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity) void
parseInclusiveGateway
(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity) void
parseIntermediateCatchEvent
(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity) void
parseIntermediateThrowEvent
(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity) void
parseParallelGateway
(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity) void
parseReceiveTask
(Element receiveTaskElement, ScopeImpl scope, ActivityImpl activity) void
parseScriptTask
(Element scriptTaskElement, ScopeImpl scope, ActivityImpl activity) void
parseSendTask
(Element sendTaskElement, ScopeImpl scope, ActivityImpl activity) void
parseServiceTask
(Element serviceTaskElement, ScopeImpl scope, ActivityImpl activity) void
parseStartEvent
(Element startEventElement, ScopeImpl scope, ActivityImpl startEventActivity) void
parseSubProcess
(Element subProcessElement, ScopeImpl scope, ActivityImpl activity) void
parseTask
(Element taskElement, ScopeImpl scope, ActivityImpl activity) void
parseTransaction
(Element transactionElement, ScopeImpl scope, ActivityImpl activity) void
parseUserTask
(Element userTaskElement, ScopeImpl scope, ActivityImpl activity) protected void
setFailedJobRetryTimeCycleValue
(Element element, 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, parseManualTask, parseMultiInstanceLoopCharacteristics, parseProcess, parseProperty, parseRootElement, parseSequenceFlow
-
Field Details
-
TYPE
- See Also:
-
START_TIMER_EVENT
- See Also:
-
BOUNDARY_TIMER
- See Also:
-
INTERMEDIATE_SIGNAL_THROW
- See Also:
-
INTERMEDIATE_TIMER
- See Also:
-
SIGNAL_EVENT_DEFINITION
- See Also:
-
MULTI_INSTANCE_LOOP_CHARACTERISTICS
- See Also:
-
EXTENSION_ELEMENTS
- See Also:
-
FAILED_JOB_RETRY_TIME_CYCLE
- See Also:
-
FOX_ENGINE_NS
Deprecated.deprecated since 7.4, use camunda ns. -
FAILED_JOB_CONFIGURATION
-
-
Constructor Details
-
DefaultFailedJobParseListener
public DefaultFailedJobParseListener()
-
-
Method Details
-
parseStartEvent
public void parseStartEvent(Element startEventElement, ScopeImpl scope, ActivityImpl startEventActivity) - Specified by:
parseStartEvent
in interfaceBpmnParseListener
- Overrides:
parseStartEvent
in classAbstractBpmnParseListener
-
parseBoundaryEvent
public void parseBoundaryEvent(Element boundaryEventElement, ScopeImpl scopeElement, ActivityImpl nestedActivity) - Specified by:
parseBoundaryEvent
in interfaceBpmnParseListener
- Overrides:
parseBoundaryEvent
in classAbstractBpmnParseListener
-
parseIntermediateThrowEvent
public void parseIntermediateThrowEvent(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity) - Specified by:
parseIntermediateThrowEvent
in interfaceBpmnParseListener
- Overrides:
parseIntermediateThrowEvent
in classAbstractBpmnParseListener
-
parseIntermediateCatchEvent
public void parseIntermediateCatchEvent(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity) - Specified by:
parseIntermediateCatchEvent
in interfaceBpmnParseListener
- Overrides:
parseIntermediateCatchEvent
in classAbstractBpmnParseListener
-
parseEndEvent
- Specified by:
parseEndEvent
in interfaceBpmnParseListener
- Overrides:
parseEndEvent
in classAbstractBpmnParseListener
-
parseExclusiveGateway
public void parseExclusiveGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity) - Specified by:
parseExclusiveGateway
in interfaceBpmnParseListener
- Overrides:
parseExclusiveGateway
in classAbstractBpmnParseListener
-
parseInclusiveGateway
public void parseInclusiveGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity) - Specified by:
parseInclusiveGateway
in interfaceBpmnParseListener
- Overrides:
parseInclusiveGateway
in classAbstractBpmnParseListener
-
parseEventBasedGateway
public void parseEventBasedGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity) - Specified by:
parseEventBasedGateway
in interfaceBpmnParseListener
- Overrides:
parseEventBasedGateway
in classAbstractBpmnParseListener
-
parseParallelGateway
public void parseParallelGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity) - Specified by:
parseParallelGateway
in interfaceBpmnParseListener
- Overrides:
parseParallelGateway
in classAbstractBpmnParseListener
-
parseScriptTask
- Specified by:
parseScriptTask
in interfaceBpmnParseListener
- Overrides:
parseScriptTask
in classAbstractBpmnParseListener
-
parseServiceTask
- Specified by:
parseServiceTask
in interfaceBpmnParseListener
- Overrides:
parseServiceTask
in classAbstractBpmnParseListener
-
parseBusinessRuleTask
public void parseBusinessRuleTask(Element businessRuleTaskElement, ScopeImpl scope, ActivityImpl activity) - Specified by:
parseBusinessRuleTask
in interfaceBpmnParseListener
- Overrides:
parseBusinessRuleTask
in classAbstractBpmnParseListener
-
parseTask
- Specified by:
parseTask
in interfaceBpmnParseListener
- Overrides:
parseTask
in classAbstractBpmnParseListener
-
parseUserTask
- Specified by:
parseUserTask
in interfaceBpmnParseListener
- Overrides:
parseUserTask
in classAbstractBpmnParseListener
-
parseCallActivity
- Specified by:
parseCallActivity
in interfaceBpmnParseListener
- Overrides:
parseCallActivity
in classAbstractBpmnParseListener
-
parseReceiveTask
- Specified by:
parseReceiveTask
in interfaceBpmnParseListener
- Overrides:
parseReceiveTask
in classAbstractBpmnParseListener
-
parseSendTask
- Specified by:
parseSendTask
in interfaceBpmnParseListener
- Overrides:
parseSendTask
in classAbstractBpmnParseListener
-
parseSubProcess
- Specified by:
parseSubProcess
in interfaceBpmnParseListener
- Overrides:
parseSubProcess
in classAbstractBpmnParseListener
-
parseTransaction
- Specified by:
parseTransaction
in interfaceBpmnParseListener
- Overrides:
parseTransaction
in classAbstractBpmnParseListener
-
isAsync
-
parseActivity
-
setFailedJobRetryTimeCycleValue
-
isMultiInstance
-