public class FoxFailedJobParseListener extends AbstractBpmnParseListener
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BOUNDARY_TIMER |
protected static String |
EXTENSION_ELEMENTS |
protected static String |
FAILED_JOB_RETRY_TIME_CYCLE |
static Namespace |
FOX_ENGINE_NS
Deprecated.
|
static PropertyKey<String> |
FOX_FAILED_JOB_CONFIGURATION |
protected static String |
INTERMEDIATE_SIGNAL_THROW |
protected static String |
INTERMEDIATE_TIMER |
protected static String |
MULTI_INSTANCE_LOOP_CHARACTERISTICS |
protected static String |
SIGNAL_EVENT_DEFINITION |
protected static String |
START_TIMER_EVENT |
protected static String |
TYPE |
| Constructor and Description |
|---|
FoxFailedJobParseListener() |
| Modifier and Type | Method and 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 |
parseIntermediateCatchEvent(Element intermediateEventElement,
ScopeImpl scope,
ActivityImpl activity) |
void |
parseIntermediateThrowEvent(Element intermediateEventElement,
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) |
parseBoundaryConditionalEventDefinition, parseBoundaryErrorEventDefinition, parseBoundaryEscalationEventDefinition, parseBoundaryMessageEventDefinition, parseBoundarySignalEventDefinition, parseBoundaryTimerEventDefinition, parseCompensateEventDefinition, parseConditionalStartEventForEventSubprocess, parseEndEvent, parseEventBasedGateway, parseExclusiveGateway, parseInclusiveGateway, parseIntermediateConditionalEventDefinition, parseIntermediateMessageCatchEventDefinition, parseIntermediateSignalCatchEventDefinition, parseIntermediateTimerEventDefinition, parseManualTask, parseMultiInstanceLoopCharacteristics, parseParallelGateway, parseProcess, parseProperty, parseRootElement, parseSequenceFlowprotected static final String TYPE
protected static final String START_TIMER_EVENT
protected static final String BOUNDARY_TIMER
protected static final String INTERMEDIATE_SIGNAL_THROW
protected static final String INTERMEDIATE_TIMER
protected static final String SIGNAL_EVENT_DEFINITION
protected static final String MULTI_INSTANCE_LOOP_CHARACTERISTICS
protected static final String EXTENSION_ELEMENTS
protected static final String FAILED_JOB_RETRY_TIME_CYCLE
@Deprecated public static final Namespace FOX_ENGINE_NS
public static final PropertyKey<String> FOX_FAILED_JOB_CONFIGURATION
public void parseStartEvent(Element startEventElement, ScopeImpl scope, ActivityImpl startEventActivity)
parseStartEvent in interface BpmnParseListenerparseStartEvent in class AbstractBpmnParseListenerpublic void parseBoundaryEvent(Element boundaryEventElement, ScopeImpl scopeElement, ActivityImpl nestedActivity)
parseBoundaryEvent in interface BpmnParseListenerparseBoundaryEvent in class AbstractBpmnParseListenerpublic void parseIntermediateThrowEvent(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity)
parseIntermediateThrowEvent in interface BpmnParseListenerparseIntermediateThrowEvent in class AbstractBpmnParseListenerpublic void parseIntermediateCatchEvent(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity)
parseIntermediateCatchEvent in interface BpmnParseListenerparseIntermediateCatchEvent in class AbstractBpmnParseListenerpublic void parseScriptTask(Element scriptTaskElement, ScopeImpl scope, ActivityImpl activity)
parseScriptTask in interface BpmnParseListenerparseScriptTask in class AbstractBpmnParseListenerpublic void parseServiceTask(Element serviceTaskElement, ScopeImpl scope, ActivityImpl activity)
parseServiceTask in interface BpmnParseListenerparseServiceTask in class AbstractBpmnParseListenerpublic void parseBusinessRuleTask(Element businessRuleTaskElement, ScopeImpl scope, ActivityImpl activity)
parseBusinessRuleTask in interface BpmnParseListenerparseBusinessRuleTask in class AbstractBpmnParseListenerpublic void parseTask(Element taskElement, ScopeImpl scope, ActivityImpl activity)
parseTask in interface BpmnParseListenerparseTask in class AbstractBpmnParseListenerpublic void parseUserTask(Element userTaskElement, ScopeImpl scope, ActivityImpl activity)
parseUserTask in interface BpmnParseListenerparseUserTask in class AbstractBpmnParseListenerpublic void parseCallActivity(Element callActivityElement, ScopeImpl scope, ActivityImpl activity)
parseCallActivity in interface BpmnParseListenerparseCallActivity in class AbstractBpmnParseListenerpublic void parseReceiveTask(Element receiveTaskElement, ScopeImpl scope, ActivityImpl activity)
parseReceiveTask in interface BpmnParseListenerparseReceiveTask in class AbstractBpmnParseListenerpublic void parseSendTask(Element sendTaskElement, ScopeImpl scope, ActivityImpl activity)
parseSendTask in interface BpmnParseListenerparseSendTask in class AbstractBpmnParseListenerpublic void parseSubProcess(Element subProcessElement, ScopeImpl scope, ActivityImpl activity)
parseSubProcess in interface BpmnParseListenerparseSubProcess in class AbstractBpmnParseListenerpublic void parseTransaction(Element transactionElement, ScopeImpl scope, ActivityImpl activity)
parseTransaction in interface BpmnParseListenerparseTransaction in class AbstractBpmnParseListenerprotected boolean isAsync(ActivityImpl activity)
protected void parseActivity(Element element, ActivityImpl activity)
protected void setFailedJobRetryTimeCycleValue(Element element, ActivityImpl activity)
protected boolean isMultiInstance(ActivityImpl activity)
Copyright © 2018. All rights reserved.