Uses of Interface
org.camunda.bpm.model.bpmn.instance.TimerEventDefinition
-
-
Uses of TimerEventDefinition in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return TimerEventDefinition Modifier and Type Method Description protected TimerEventDefinition
AbstractBaseElementBuilder. createTimeCycle(String timerCycle)
protected TimerEventDefinition
AbstractBaseElementBuilder. createTimeDate(String timerDate)
protected TimerEventDefinition
AbstractBaseElementBuilder. createTimeDuration(String timerDuration)
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type TimerEventDefinition Modifier and Type Method Description protected 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
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement TimerEventDefinition Modifier and Type Class Description class
TimerEventDefinitionImpl
The BPMN timerEventDefinition element -
Uses of TimerEventDefinition in org.camunda.bpm.model.bpmn.impl.instance.camunda
Fields in org.camunda.bpm.model.bpmn.impl.instance.camunda with type parameters of type TimerEventDefinition Modifier and Type Field Description protected static ChildElementCollection<TimerEventDefinition>
CamundaTaskListenerImpl. timeoutCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance.camunda that return types with arguments of type TimerEventDefinition Modifier and Type Method Description Collection<TimerEventDefinition>
CamundaTaskListenerImpl. getTimeouts()
-
Uses of TimerEventDefinition in org.camunda.bpm.model.bpmn.instance.camunda
Methods in org.camunda.bpm.model.bpmn.instance.camunda that return types with arguments of type TimerEventDefinition Modifier and Type Method Description Collection<TimerEventDefinition>
CamundaTaskListener. getTimeouts()
-