Uses of Interface
org.jbpm.services.api.model.TimerDesc
-
Packages that use TimerDesc Package Description org.jbpm.kie.services.impl.bpmn2 org.jbpm.kie.services.impl.model org.jbpm.services.api.model -
-
Uses of TimerDesc in org.jbpm.kie.services.impl.bpmn2
Methods in org.jbpm.kie.services.impl.bpmn2 that return types with arguments of type TimerDesc Modifier and Type Method Description Set<TimerDesc>
ProcessDescriptor. getTimers()
-
Uses of TimerDesc in org.jbpm.kie.services.impl.model
Classes in org.jbpm.kie.services.impl.model that implement TimerDesc Modifier and Type Class Description class
TimerDesc
Methods in org.jbpm.kie.services.impl.model that return types with arguments of type TimerDesc Modifier and Type Method Description Set<TimerDesc>
ProcessAssetDesc. getTimers()
Method parameters in org.jbpm.kie.services.impl.model with type arguments of type TimerDesc Modifier and Type Method Description void
ProcessAssetDesc. setTimers(Set<TimerDesc> timers)
-
Uses of TimerDesc in org.jbpm.services.api.model
Methods in org.jbpm.services.api.model that return types with arguments of type TimerDesc Modifier and Type Method Description Set<TimerDesc>
ProcessDefinition. getTimers()
Returns process definition timers.
-