Uses of Interface
org.camunda.bpm.model.cmmn.instance.StartTrigger
-
Packages that use StartTrigger Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of StartTrigger in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement StartTrigger Modifier and Type Class Description class
CaseFileItemStartTriggerImpl
class
PlanItemStartTriggerImpl
class
StartTriggerImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type StartTrigger Modifier and Type Field Description protected static ChildElement<StartTrigger>
TimerEventImpl. timerStartChild
protected static ChildElement<StartTrigger>
TimerEventListenerImpl. timerStartChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return StartTrigger Modifier and Type Method Description StartTrigger
TimerEventImpl. getTimerStart()
StartTrigger
TimerEventListenerImpl. getTimerStart()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type StartTrigger Modifier and Type Method Description void
TimerEventImpl. setTimerStart(StartTrigger timerStart)
void
TimerEventListenerImpl. setTimerStart(StartTrigger timerStart)
-
Uses of StartTrigger in org.camunda.bpm.model.cmmn.instance
Subinterfaces of StartTrigger in org.camunda.bpm.model.cmmn.instance Modifier and Type Interface Description interface
CaseFileItemStartTrigger
interface
PlanItemStartTrigger
Methods in org.camunda.bpm.model.cmmn.instance that return StartTrigger Modifier and Type Method Description StartTrigger
TimerEventListener. getTimerStart()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type StartTrigger Modifier and Type Method Description void
TimerEventListener. setTimerStart(StartTrigger timerStart)
-