Uses of Interface
org.camunda.bpm.model.bpmn.instance.TimeCycle
-
Packages that use TimeCycle Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of TimeCycle in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement TimeCycle Modifier and Type Class Description class
TimeCycleImpl
The BPMN timeDuration element of the BPMN tTimerEventDefinition typeFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type TimeCycle Modifier and Type Field Description protected static ChildElement<TimeCycle>
TimerEventDefinitionImpl. timeCycleChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return TimeCycle Modifier and Type Method Description TimeCycle
TimerEventDefinitionImpl. getTimeCycle()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type TimeCycle Modifier and Type Method Description void
TimerEventDefinitionImpl. setTimeCycle(TimeCycle timeCycle)
-
Uses of TimeCycle in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return TimeCycle Modifier and Type Method Description TimeCycle
TimerEventDefinition. getTimeCycle()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type TimeCycle Modifier and Type Method Description void
TimerEventDefinition. setTimeCycle(TimeCycle timeCycle)
-