Uses of Interface
com.redwood.scheduler.api.model.ReportColumn
-
Packages that use ReportColumn Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ReportColumn in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ReportColumn Modifier and Type Field Description static QueryObjectType<ReportColumn>
ReportColumn. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ReportColumn Modifier and Type Method Description ReportColumn
Report. createReportColumn()
Create a newReportColumn
linked to this object.ReportColumn
ReportSelection. getLeftReportColumn()
Get the LeftReportColumn.ReportColumn
ReportSort. getReportColumn()
Get the ReportColumn.static ReportColumn
BusinessKeyLookup. getReportColumnByBusinessKey(SchedulerSession session, String key)
Query an instance ofReportColumn
, based on its business key.ReportColumn
Report. getReportColumnByColumnOrder(Long columnOrder)
Get the ReportColumn by ColumnOrder.ReportColumn
BusinessKeyResolver. getReportColumnByKey(BusinessKey key)
Query an instance ofReportColumn
, based on its business key.ReportColumn
Report. getReportColumnByName(String name)
Get the ReportColumn by Name.ReportColumn
SchedulerSession. getReportColumnByUniqueId(Long uniqueId)
Get theReportColumn
by UniqueId.ReportColumn
ReportSelection. getRightReportColumn()
Get the RightReportColumn.Methods in com.redwood.scheduler.api.model that return types with arguments of type ReportColumn Modifier and Type Method Description RWIterable<ReportColumn>
Report. getReportColumns()
Get anRWIterable
over a collection ofReportColumns
, the collection will be ordered by ColumnOrder.Methods in com.redwood.scheduler.api.model with parameters of type ReportColumn Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ReportColumn theReportColumn)
void
ConcreteObjectCallback. handle(ReportColumn theReportColumn)
void
ReportSelection. setLeftReportColumn(ReportColumn newLeftReportColumn)
Set the value for LeftReportColumn.void
ReportSort. setReportColumn(ReportColumn newReportColumn)
Set the value for ReportColumn.void
ReportSelection. setRightReportColumn(ReportColumn newRightReportColumn)
Set the value for RightReportColumn. -
Uses of ReportColumn in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ReportColumn Modifier and Type Method Description Iterator<ReportColumn>
ReportComp. getReportColumns()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useReport.getReportColumns()
instead.
-