Uses of Interface
org.jbpm.services.api.admin.TimerInstance
-
Packages that use TimerInstance Package Description org.jbpm.services.api.admin -
-
Uses of TimerInstance in org.jbpm.services.api.admin
Methods in org.jbpm.services.api.admin that return types with arguments of type TimerInstance Modifier and Type Method Description Collection<TimerInstance>ProcessInstanceAdminService. getTimerInstances(long processInstanceId)Returns active timers for given process instance.
-