Uses of Interface
org.camunda.bpm.model.bpmn.instance.TimerEventDefinition
Package
Description
-
Uses of TimerEventDefinition in org.camunda.bpm.model.bpmn.builder
Modifier and TypeMethodDescriptionprotected TimerEventDefinition
AbstractBaseElementBuilder.createTimeCycle
(String timerCycle) protected TimerEventDefinition
AbstractBaseElementBuilder.createTimeDate
(String timerDate) protected TimerEventDefinition
AbstractBaseElementBuilder.createTimeDuration
(String timerDuration) Modifier and TypeMethodDescriptionprotected B
AbstractUserTaskBuilder.createCamundaTaskListenerClassTimeout
(String id, String fullQualifiedClassName, TimerEventDefinition timerDefinition) protected B
AbstractUserTaskBuilder.createCamundaTaskListenerDelegateExpressionTimeout
(String id, String delegateExpression, TimerEventDefinition timerDefinition) protected B
AbstractUserTaskBuilder.createCamundaTaskListenerExpressionTimeout
(String id, String expression, TimerEventDefinition timerDefinition) protected CamundaTaskListener
AbstractUserTaskBuilder.createCamundaTaskListenerTimeout
(String id, TimerEventDefinition timerDefinition) -
Uses of TimerEventDefinition in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeClassDescriptionclass
The BPMN timerEventDefinition element -
Uses of TimerEventDefinition in org.camunda.bpm.model.bpmn.impl.instance.camunda
Modifier and TypeFieldDescriptionprotected static ChildElementCollection<TimerEventDefinition>
CamundaTaskListenerImpl.timeoutCollection
-
Uses of TimerEventDefinition in org.camunda.bpm.model.bpmn.instance.camunda