Uses of Class
org.jbpm.workbench.pr.model.TimerSummary
-
Packages that use TimerSummary Package Description org.jbpm.workbench.pr.model -
-
Uses of TimerSummary in org.jbpm.workbench.pr.model
Methods in org.jbpm.workbench.pr.model that return TimerSummary Modifier and Type Method Description TimerSummary
TimerSummary.Builder. build()
Methods in org.jbpm.workbench.pr.model that return types with arguments of type TimerSummary Modifier and Type Method Description Collection<TimerSummary>
ProcessSummary. getTimers()
Method parameters in org.jbpm.workbench.pr.model with type arguments of type TimerSummary Modifier and Type Method Description void
ProcessSummary. setTimers(Collection<TimerSummary> timers)
ProcessSummary.Builder
ProcessSummary.Builder. timers(Collection<TimerSummary> timers)
-