Uses of Class
org.flowable.bpmn.model.TimerEventDefinition
Packages that use TimerEventDefinition
Package
Description
Helper classes for testing processes.
-
Uses of TimerEventDefinition in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return TimerEventDefinitionMethods in org.flowable.bpmn.model with parameters of type TimerEventDefinitionModifier and TypeMethodDescriptionvoid
TimerEventDefinition.setValues
(TimerEventDefinition otherDefinition) -
Uses of TimerEventDefinition in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type TimerEventDefinitionModifier and TypeMethodDescriptionorg.flowable.engine.impl.bpmn.behavior.BoundaryTimerEventActivityBehavior
TestActivityBehaviorFactory.createBoundaryTimerEventActivityBehavior
(BoundaryEvent boundaryEvent, TimerEventDefinition timerEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.EventSubProcessTimerStartEventActivityBehavior
TestActivityBehaviorFactory.createEventSubProcessTimerStartEventActivityBehavior
(StartEvent startEvent, TimerEventDefinition timerEventDefinition) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchTimerEventActivityBehavior
TestActivityBehaviorFactory.createIntermediateCatchTimerEventActivityBehavior
(IntermediateCatchEvent intermediateCatchEvent, TimerEventDefinition timerEventDefinition)