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 classTimeCycleImplThe 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. timeCycleChildMethods in org.camunda.bpm.model.bpmn.impl.instance that return TimeCycle Modifier and Type Method Description TimeCycleTimerEventDefinitionImpl. getTimeCycle()Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type TimeCycle Modifier and Type Method Description voidTimerEventDefinitionImpl. 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 TimeCycleTimerEventDefinition. getTimeCycle()Methods in org.camunda.bpm.model.bpmn.instance with parameters of type TimeCycle Modifier and Type Method Description voidTimerEventDefinition. setTimeCycle(TimeCycle timeCycle)
-