public class TimerEventDefinitionParseHandler extends AbstractBpmnParseHandler<TimerEventDefinition>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTYNAME_START_TIMER |
PROPERTYNAME_ERROR_EVENT_DEFINITIONS, PROPERTYNAME_EVENT_SUBSCRIPTION_DECLARATION, PROPERTYNAME_IS_FOR_COMPENSATION, PROPERTYNAME_TIMER_DECLARATION| Constructor and Description |
|---|
TimerEventDefinitionParseHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addTimerDeclaration(ScopeImpl scope,
TimerDeclarationImpl timerDeclaration) |
protected TimerDeclarationImpl |
createTimer(BpmnParse bpmnParse,
TimerEventDefinition timerEventDefinition,
ScopeImpl timerActivity,
String jobHandlerType) |
protected void |
executeParse(BpmnParse bpmnParse,
TimerEventDefinition timerEventDefinition) |
Class<? extends BaseElement> |
getHandledType() |
addEventSubscriptionDeclaration, createActivityOnCurrentScope, createActivityOnScope, createAssociation, createExecutionListener, createExecutionListenersOnScope, createExecutionListenersOnTransition, findActivity, getHandledTypes, getPrecedingEventBasedGateway, parse, processArtifacts, processDataObjectspublic static final String PROPERTYNAME_START_TIMER
public Class<? extends BaseElement> getHandledType()
getHandledType in class AbstractBpmnParseHandler<TimerEventDefinition>protected void executeParse(BpmnParse bpmnParse, TimerEventDefinition timerEventDefinition)
executeParse in class AbstractBpmnParseHandler<TimerEventDefinition>protected TimerDeclarationImpl createTimer(BpmnParse bpmnParse, TimerEventDefinition timerEventDefinition, ScopeImpl timerActivity, String jobHandlerType)
protected void addTimerDeclaration(ScopeImpl scope, TimerDeclarationImpl timerDeclaration)
Copyright © 2023 Flowable. All rights reserved.