Uses of Class
org.jbpm.workbench.pr.model.TimerInstanceSummary
-
Packages that use TimerInstanceSummary Package Description org.jbpm.workbench.pr.model org.jbpm.workbench.pr.service -
-
Uses of TimerInstanceSummary in org.jbpm.workbench.pr.model
Methods in org.jbpm.workbench.pr.model that return TimerInstanceSummary Modifier and Type Method Description TimerInstanceSummaryTimerInstanceSummary.Builder. build() -
Uses of TimerInstanceSummary in org.jbpm.workbench.pr.service
Methods in org.jbpm.workbench.pr.service that return types with arguments of type TimerInstanceSummary Modifier and Type Method Description List<TimerInstanceSummary>ProcessRuntimeDataService. getProcessInstanceTimerInstances(ProcessInstanceKey processInstanceKey)Methods in org.jbpm.workbench.pr.service with parameters of type TimerInstanceSummary Modifier and Type Method Description voidProcessRuntimeDataService. rescheduleTimerInstance(ProcessInstanceKey processInstanceKey, TimerInstanceSummary summary)
-