Uses of Interface
org.camunda.bpm.model.bpmn.instance.TimeCycle

Packages that use TimeCycle
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
 class TimeCycleImpl
          The BPMN timeDuration element of the BPMN tTimerEventDefinition type
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type TimeCycle
protected static org.camunda.bpm.model.xml.type.child.ChildElement<TimeCycle> TimerEventDefinitionImpl.timeCycleChild
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return TimeCycle
 TimeCycle TimerEventDefinitionImpl.getTimeCycle()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type TimeCycle
 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
 TimeCycle TimerEventDefinition.getTimeCycle()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type TimeCycle
 void TimerEventDefinition.setTimeCycle(TimeCycle timeCycle)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.