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 StringBOUNDARY_TIMERprotected static StringEXTENSION_ELEMENTSstatic PropertyKey<FailedJobRetryConfiguration>FAILED_JOB_CONFIGURATIONprotected static StringFAILED_JOB_RETRY_TIME_CYCLEstatic NamespaceFOX_ENGINE_NSDeprecated.protected static StringINTERMEDIATE_SIGNAL_THROWprotected static StringINTERMEDIATE_TIMERprotected static StringMULTI_INSTANCE_LOOP_CHARACTERISTICSprotected static StringSIGNAL_EVENT_DEFINITIONprotected static StringSTART_TIMER_EVENTprotected static StringTYPE
-
Constructor Summary
Constructors Constructor Description DefaultFailedJobParseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisAsync(ActivityImpl activity)protected booleanisMultiInstance(ActivityImpl activity)protected voidparseActivity(Element element, ActivityImpl activity)voidparseBoundaryEvent(Element boundaryEventElement, ScopeImpl scopeElement, ActivityImpl nestedActivity)voidparseBusinessRuleTask(Element businessRuleTaskElement, ScopeImpl scope, ActivityImpl activity)voidparseCallActivity(Element callActivityElement, ScopeImpl scope, ActivityImpl activity)voidparseEndEvent(Element endEventElement, ScopeImpl scope, ActivityImpl activity)voidparseEventBasedGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity)voidparseExclusiveGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity)voidparseInclusiveGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity)voidparseIntermediateCatchEvent(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity)voidparseIntermediateThrowEvent(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity)voidparseParallelGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity)voidparseReceiveTask(Element receiveTaskElement, ScopeImpl scope, ActivityImpl activity)voidparseScriptTask(Element scriptTaskElement, ScopeImpl scope, ActivityImpl activity)voidparseSendTask(Element sendTaskElement, ScopeImpl scope, ActivityImpl activity)voidparseServiceTask(Element serviceTaskElement, ScopeImpl scope, ActivityImpl activity)voidparseStartEvent(Element startEventElement, ScopeImpl scope, ActivityImpl startEventActivity)voidparseSubProcess(Element subProcessElement, ScopeImpl scope, ActivityImpl activity)voidparseTask(Element taskElement, ScopeImpl scope, ActivityImpl activity)voidparseTransaction(Element transactionElement, ScopeImpl scope, ActivityImpl activity)voidparseUserTask(Element userTaskElement, ScopeImpl scope, ActivityImpl activity)protected voidsetFailedJobRetryTimeCycleValue(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 String TYPE
- See Also:
- Constant Field Values
-
START_TIMER_EVENT
protected static final String START_TIMER_EVENT
- See Also:
- Constant Field Values
-
BOUNDARY_TIMER
protected static final String BOUNDARY_TIMER
- See Also:
- Constant Field Values
-
INTERMEDIATE_SIGNAL_THROW
protected static final String INTERMEDIATE_SIGNAL_THROW
- See Also:
- Constant Field Values
-
INTERMEDIATE_TIMER
protected static final String INTERMEDIATE_TIMER
- See Also:
- Constant Field Values
-
SIGNAL_EVENT_DEFINITION
protected static final String SIGNAL_EVENT_DEFINITION
- See Also:
- Constant Field Values
-
MULTI_INSTANCE_LOOP_CHARACTERISTICS
protected static final String MULTI_INSTANCE_LOOP_CHARACTERISTICS
- See Also:
- Constant Field Values
-
EXTENSION_ELEMENTS
protected static final String EXTENSION_ELEMENTS
- See Also:
- Constant Field Values
-
FAILED_JOB_RETRY_TIME_CYCLE
protected static final 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:
parseStartEventin interfaceBpmnParseListener- Overrides:
parseStartEventin classAbstractBpmnParseListener
-
parseBoundaryEvent
public void parseBoundaryEvent(Element boundaryEventElement, ScopeImpl scopeElement, ActivityImpl nestedActivity)
- Specified by:
parseBoundaryEventin interfaceBpmnParseListener- Overrides:
parseBoundaryEventin classAbstractBpmnParseListener
-
parseIntermediateThrowEvent
public void parseIntermediateThrowEvent(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseIntermediateThrowEventin interfaceBpmnParseListener- Overrides:
parseIntermediateThrowEventin classAbstractBpmnParseListener
-
parseIntermediateCatchEvent
public void parseIntermediateCatchEvent(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseIntermediateCatchEventin interfaceBpmnParseListener- Overrides:
parseIntermediateCatchEventin classAbstractBpmnParseListener
-
parseEndEvent
public void parseEndEvent(Element endEventElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseEndEventin interfaceBpmnParseListener- Overrides:
parseEndEventin classAbstractBpmnParseListener
-
parseExclusiveGateway
public void parseExclusiveGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseExclusiveGatewayin interfaceBpmnParseListener- Overrides:
parseExclusiveGatewayin classAbstractBpmnParseListener
-
parseInclusiveGateway
public void parseInclusiveGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseInclusiveGatewayin interfaceBpmnParseListener- Overrides:
parseInclusiveGatewayin classAbstractBpmnParseListener
-
parseEventBasedGateway
public void parseEventBasedGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseEventBasedGatewayin interfaceBpmnParseListener- Overrides:
parseEventBasedGatewayin classAbstractBpmnParseListener
-
parseParallelGateway
public void parseParallelGateway(Element exclusiveGwElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseParallelGatewayin interfaceBpmnParseListener- Overrides:
parseParallelGatewayin classAbstractBpmnParseListener
-
parseScriptTask
public void parseScriptTask(Element scriptTaskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseScriptTaskin interfaceBpmnParseListener- Overrides:
parseScriptTaskin classAbstractBpmnParseListener
-
parseServiceTask
public void parseServiceTask(Element serviceTaskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseServiceTaskin interfaceBpmnParseListener- Overrides:
parseServiceTaskin classAbstractBpmnParseListener
-
parseBusinessRuleTask
public void parseBusinessRuleTask(Element businessRuleTaskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseBusinessRuleTaskin interfaceBpmnParseListener- Overrides:
parseBusinessRuleTaskin classAbstractBpmnParseListener
-
parseTask
public void parseTask(Element taskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseTaskin interfaceBpmnParseListener- Overrides:
parseTaskin classAbstractBpmnParseListener
-
parseUserTask
public void parseUserTask(Element userTaskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseUserTaskin interfaceBpmnParseListener- Overrides:
parseUserTaskin classAbstractBpmnParseListener
-
parseCallActivity
public void parseCallActivity(Element callActivityElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseCallActivityin interfaceBpmnParseListener- Overrides:
parseCallActivityin classAbstractBpmnParseListener
-
parseReceiveTask
public void parseReceiveTask(Element receiveTaskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseReceiveTaskin interfaceBpmnParseListener- Overrides:
parseReceiveTaskin classAbstractBpmnParseListener
-
parseSendTask
public void parseSendTask(Element sendTaskElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseSendTaskin interfaceBpmnParseListener- Overrides:
parseSendTaskin classAbstractBpmnParseListener
-
parseSubProcess
public void parseSubProcess(Element subProcessElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseSubProcessin interfaceBpmnParseListener- Overrides:
parseSubProcessin classAbstractBpmnParseListener
-
parseTransaction
public void parseTransaction(Element transactionElement, ScopeImpl scope, ActivityImpl activity)
- Specified by:
parseTransactionin interfaceBpmnParseListener- Overrides:
parseTransactionin 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)
-
-