Uses of Interface
com.redwood.scheduler.api.model.Dashboard
-
Packages that use Dashboard Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of Dashboard in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Dashboard Modifier and Type Field Description static QueryObjectType<Dashboard>
Dashboard. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Dashboard Modifier and Type Method Description Dashboard
SchedulerSession. createDashboard()
Return a new instance of Dashboard.Dashboard
DashboardItem. getDashboard()
Get the Dashboard.static Dashboard
BusinessKeyLookup. getDashboardByBusinessKey(SchedulerSession session, String key)
Query an instance ofDashboard
, based on its business key.Dashboard
BusinessKeyResolver. getDashboardByKey(BusinessKey key)
Query an instance ofDashboard
, based on its business key.Dashboard
SchedulerSession. getDashboardByOwnerName(Subject ownerSubject, String name)
Get theDashboard
by OwnerName.Dashboard
SchedulerSession. getDashboardByUniqueId(Long uniqueId)
Get theDashboard
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type Dashboard Modifier and Type Method Description RWIterable<Dashboard>
Application. getChildDashboards()
Get anRWIterable
over a collection ofChildDashboards
, the collection will be ordered by Name.RWIterable<Dashboard>
Partition. getDashboards()
Get anRWIterable
over an ordered collection ofDashboards
.Methods in com.redwood.scheduler.api.model with parameters of type Dashboard Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(Dashboard theDashboard)
void
ConcreteObjectCallback. handle(Dashboard theDashboard)
-
Uses of Dashboard in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Dashboard Modifier and Type Method Description Iterator<Dashboard>
ApplicationComp. getChildDashboards()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildDashboards()
instead.Iterator<Dashboard>
PartitionComp. getDashboards()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getDashboards()
instead.
-