Uses of Interface
com.redwood.scheduler.api.model.ReportSort
-
Packages that use ReportSort Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ReportSort in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ReportSort Modifier and Type Field Description static QueryObjectType<ReportSort>
ReportSort. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ReportSort Modifier and Type Method Description ReportSort
Report. createReportSort()
Create a newReportSort
linked to this object.static ReportSort
BusinessKeyLookup. getReportSortByBusinessKey(SchedulerSession session, String key)
Query an instance ofReportSort
, based on its business key.ReportSort
BusinessKeyResolver. getReportSortByKey(BusinessKey key)
Query an instance ofReportSort
, based on its business key.ReportSort
Report. getReportSortBySortOrder(Long sortOrder)
Get the ReportSort by SortOrder.ReportSort
SchedulerSession. getReportSortByUniqueId(Long uniqueId)
Get theReportSort
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ReportSort Modifier and Type Method Description RWIterable<ReportSort>
Report. getReportSorts()
Get anRWIterable
over a collection ofReportSorts
, the collection will be ordered by SortOrder.Methods in com.redwood.scheduler.api.model with parameters of type ReportSort Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ReportSort theReportSort)
void
ConcreteObjectCallback. handle(ReportSort theReportSort)
-
Uses of ReportSort in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ReportSort Modifier and Type Method Description Iterator<ReportSort>
ReportComp. getReportSorts()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useReport.getReportSorts()
instead.
-