Uses of Class
org.jbpm.process.instance.timer.TimerManager
-
Packages that use TimerManager Package Description org.jbpm.kie.services.impl.admin.commands org.jbpm.process.instance org.jbpm.process.instance.command org.jbpm.runtime.manager.impl.migration -
-
Uses of TimerManager in org.jbpm.kie.services.impl.admin.commands
Methods in org.jbpm.kie.services.impl.admin.commands with parameters of type TimerManager Modifier and Type Method Description protected void
ListTimersCommand. processNodeInstance(TimerManager tm, NodeInstanceContainer container, List<TimerInstance> timers)
-
Uses of TimerManager in org.jbpm.process.instance
Methods in org.jbpm.process.instance that return TimerManager Modifier and Type Method Description TimerManager
InternalProcessRuntime. getTimerManager()
TimerManager
ProcessRuntimeImpl. getTimerManager()
Constructors in org.jbpm.process.instance with parameters of type TimerManager Constructor Description RegisterStartTimerAction(String processId, List<StartNode> startNodes, TimerManager timerManager)
-
Uses of TimerManager in org.jbpm.process.instance.command
Methods in org.jbpm.process.instance.command that return TimerManager Modifier and Type Method Description protected TimerManager
UpdateTimerCommand. getTimerManager(org.kie.api.runtime.KieSession ksession)
Methods in org.jbpm.process.instance.command with parameters of type TimerManager Modifier and Type Method Description protected TimerInstance
UpdateTimerCommand. rescheduleTimer(TimerInstance timer, TimerManager tm)
-
Uses of TimerManager in org.jbpm.runtime.manager.impl.migration
Methods in org.jbpm.runtime.manager.impl.migration that return TimerManager Modifier and Type Method Description protected TimerManager
MigrationManager. getTimerManager(org.kie.api.runtime.KieSession ksession)
-