| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.parser.handler | |
| org.flowable.bpmn.converter | |
| org.flowable.bpmn.model | |
| org.flowable.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.parser.factory | |
| org.flowable.engine.impl.bpmn.parser.handler | |
| org.flowable.engine.impl.util | |
| org.flowable.engine.test |
Helper classes for testing processes.
|
| Modifier and Type | Method and Description |
|---|---|
protected TimerDeclarationImpl |
TimerEventDefinitionParseHandler.createTimer(BpmnParse bpmnParse,
TimerEventDefinition timerEventDefinition,
ScopeImpl timerActivity,
String jobHandlerType) |
protected void |
TimerEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse,
TimerEventDefinition timerEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBpmnXMLConverter.writeTimerDefinition(Event parentEvent,
TimerEventDefinition timerDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
| Modifier and Type | Method and Description |
|---|---|
TimerEventDefinition |
TimerEventDefinition.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimerEventDefinition.setValues(TimerEventDefinition otherDefinition) |
| Modifier and Type | Field and Description |
|---|---|
protected TimerEventDefinition |
BoundaryTimerEventActivityBehavior.timerEventDefinition |
protected TimerEventDefinition |
IntermediateCatchTimerEventActivityBehavior.timerEventDefinition |
protected TimerEventDefinition |
EventSubProcessTimerStartEventActivityBehavior.timerEventDefinition |
| Constructor and Description |
|---|
BoundaryTimerEventActivityBehavior(TimerEventDefinition timerEventDefinition,
boolean interrupting) |
EventSubProcessTimerStartEventActivityBehavior(TimerEventDefinition timerEventDefinition) |
IntermediateCatchTimerEventActivityBehavior(TimerEventDefinition timerEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TimerEventDefinitionParseHandler.executeParse(BpmnParse bpmnParse,
TimerEventDefinition timerEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static TimerJobEntity |
TimerUtil.createTimerEntityForTimerEventDefinition(TimerEventDefinition timerEventDefinition,
FlowElement currentFlowElement,
boolean isInterruptingTimer,
ExecutionEntity executionEntity,
String jobHandlerType,
String jobHandlerConfig)
The event definition on which the timer is based.
|
static TimerJobEntity |
TimerUtil.rescheduleTimerJob(String timerJobId,
TimerEventDefinition timerEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
BoundaryTimerEventActivityBehavior |
TestActivityBehaviorFactory.createBoundaryTimerEventActivityBehavior(BoundaryEvent boundaryEvent,
TimerEventDefinition timerEventDefinition,
boolean interrupting) |
EventSubProcessTimerStartEventActivityBehavior |
TestActivityBehaviorFactory.createEventSubProcessTimerStartEventActivityBehavior(StartEvent startEvent,
TimerEventDefinition timerEventDefinition) |
IntermediateCatchTimerEventActivityBehavior |
TestActivityBehaviorFactory.createIntermediateCatchTimerEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent,
TimerEventDefinition timerEventDefinition) |
Copyright © 2023 Flowable. All rights reserved.