Uses of Interface
com.redwood.scheduler.api.model.StatisticsSample
-
Packages that use StatisticsSample Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of StatisticsSample in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type StatisticsSample Modifier and Type Field Description static QueryObjectType<StatisticsSample>
StatisticsSample. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return StatisticsSample Modifier and Type Method Description StatisticsSample
SchedulerSession. createStatisticsSample()
Return a new instance of StatisticsSample.StatisticsSample
SchedulerSession. getStatisticsSampleByUniqueId(Long uniqueId)
Get theStatisticsSample
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type StatisticsSample Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(StatisticsSample theStatisticsSample)
void
ConcreteObjectCallback. handle(StatisticsSample theStatisticsSample)
-