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
public class DefaultFailedJobParseListener extends AbstractBpmnParseListener
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
BOUNDARY_TIMER
protected static java.lang.String
EXTENSION_ELEMENTS
static PropertyKey<FailedJobRetryConfiguration>
FAILED_JOB_CONFIGURATION
protected static java.lang.String
FAILED_JOB_RETRY_TIME_CYCLE
static Namespace
FOX_ENGINE_NS
Deprecated.protected static java.lang.String
INTERMEDIATE_SIGNAL_THROW
protected static java.lang.String
INTERMEDIATE_TIMER
protected static java.lang.String
MULTI_INSTANCE_LOOP_CHARACTERISTICS
protected static java.lang.String
SIGNAL_EVENT_DEFINITION
protected static java.lang.String
START_TIMER_EVENT
protected static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description DefaultFailedJobParseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
TYPE
protected static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
START_TIMER_EVENT
protected static final java.lang.String START_TIMER_EVENT
- See Also:
- Constant Field Values
-
BOUNDARY_TIMER
protected static final java.lang.String BOUNDARY_TIMER
- See Also:
- Constant Field Values
-
INTERMEDIATE_SIGNAL_THROW
protected static final java.lang.String INTERMEDIATE_SIGNAL_THROW
- See Also:
- Constant Field Values
-
INTERMEDIATE_TIMER
protected static final java.lang.String INTERMEDIATE_TIMER
- See Also:
- Constant Field Values
-
SIGNAL_EVENT_DEFINITION
protected static final java.lang.String SIGNAL_EVENT_DEFINITION
- See Also:
- Constant Field Values
-
MULTI_INSTANCE_LOOP_CHARACTERISTICS
protected static final java.lang.String MULTI_INSTANCE_LOOP_CHARACTERISTICS
- See Also:
- Constant Field Values
-
EXTENSION_ELEMENTS
protected static final java.lang.String EXTENSION_ELEMENTS
- See Also:
- Constant Field Values
-
FAILED_JOB_RETRY_TIME_CYCLE
protected static final java.lang.String FAILED_JOB_RETRY_TIME_CYCLE
- See Also:
- Constant Field Values
-
FOX_ENGINE_NS
@Deprecated public static final Namespace FOX_ENGINE_NS
Deprecated.deprecated since 7.4, use camunda ns.
-
FAILED_JOB_CONFIGURATION
public static final PropertyKey<FailedJobRetryConfiguration> FAILED_JOB_CONFIGURATION
-
-
Method Detail
-
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
public void parseEndEvent(Element endEventElement, ScopeImpl scope, ActivityImpl activity)
- 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
public void parseScriptTask(Element scriptTaskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseScriptTask
in interfaceBpmnParseListener
- Overrides:
parseScriptTask
in classAbstractBpmnParseListener
-
parseServiceTask
public void parseServiceTask(Element serviceTaskElement, ScopeImpl scope, ActivityImpl activity)
- 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
public void parseTask(Element taskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseTask
in interfaceBpmnParseListener
- Overrides:
parseTask
in classAbstractBpmnParseListener
-
parseUserTask
public void parseUserTask(Element userTaskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseUserTask
in interfaceBpmnParseListener
- Overrides:
parseUserTask
in classAbstractBpmnParseListener
-
parseCallActivity
public void parseCallActivity(Element callActivityElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseCallActivity
in interfaceBpmnParseListener
- Overrides:
parseCallActivity
in classAbstractBpmnParseListener
-
parseReceiveTask
public void parseReceiveTask(Element receiveTaskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseReceiveTask
in interfaceBpmnParseListener
- Overrides:
parseReceiveTask
in classAbstractBpmnParseListener
-
parseSendTask
public void parseSendTask(Element sendTaskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseSendTask
in interfaceBpmnParseListener
- Overrides:
parseSendTask
in classAbstractBpmnParseListener
-
parseSubProcess
public void parseSubProcess(Element subProcessElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseSubProcess
in interfaceBpmnParseListener
- Overrides:
parseSubProcess
in classAbstractBpmnParseListener
-
parseTransaction
public void parseTransaction(Element transactionElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseTransaction
in interfaceBpmnParseListener
- Overrides:
parseTransaction
in classAbstractBpmnParseListener
-
isAsync
protected boolean isAsync(ActivityImpl activity)
-
parseActivity
protected void parseActivity(Element element, ActivityImpl activity)
-
setFailedJobRetryTimeCycleValue
protected void setFailedJobRetryTimeCycleValue(Element element, ActivityImpl activity)
-
isMultiInstance
protected boolean isMultiInstance(ActivityImpl activity)
-
-