Uses of Interface
com.redwood.scheduler.api.model.MonitorAlertSource
-
Packages that use MonitorAlertSource Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of MonitorAlertSource in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type MonitorAlertSource Modifier and Type Field Description static QueryObjectType<MonitorAlertSource>
MonitorAlertSource. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return MonitorAlertSource Modifier and Type Method Description MonitorAlertSource
SchedulerSession. createMonitorAlertSource()
Return a new instance of MonitorAlertSource.MonitorAlertSource
MonitorAlertSourceRule. getMonitorAlertSource()
Get the MonitorAlertSource.static MonitorAlertSource
BusinessKeyLookup. getMonitorAlertSourceByBusinessKey(SchedulerSession session, String key)
Query an instance ofMonitorAlertSource
, based on its business key.MonitorAlertSource
BusinessKeyResolver. getMonitorAlertSourceByKey(BusinessKey key)
Query an instance ofMonitorAlertSource
, based on its business key.MonitorAlertSource
Partition. getMonitorAlertSourceByName(String name)
Get the MonitorAlertSource by Name.MonitorAlertSource
SchedulerSession. getMonitorAlertSourceByName(Partition partition, String name)
Get theMonitorAlertSource
by Name.MonitorAlertSource
SchedulerSession. getMonitorAlertSourceByName(String name)
Get theMonitorAlertSource
by Name.MonitorAlertSource
SchedulerSession. getMonitorAlertSourceByUniqueId(Long uniqueId)
Get theMonitorAlertSource
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type MonitorAlertSource Modifier and Type Method Description RWIterable<MonitorAlertSource>
Application. getChildMonitorAlertSources()
Get anRWIterable
over a collection ofChildMonitorAlertSources
, the collection will be ordered by Name.RWIterable<MonitorAlertSource>
Partition. getMonitorAlertSources()
Get anRWIterable
over an ordered collection ofMonitorAlertSources
.RWIterable<MonitorAlertSource>
SchedulerSession. getMonitorAlertSourcesByLinkableMonitor(LinkableMonitor linkableMonitor)
Get an iterator of all MonitorAlertSources by LinkableMonitor.Methods in com.redwood.scheduler.api.model with parameters of type MonitorAlertSource Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(MonitorAlertSource theMonitorAlertSource)
void
ConcreteObjectCallback. handle(MonitorAlertSource theMonitorAlertSource)
-
Uses of MonitorAlertSource in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type MonitorAlertSource Modifier and Type Method Description Iterator<MonitorAlertSource>
ApplicationComp. getChildMonitorAlertSources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildMonitorAlertSources()
instead.Iterator<MonitorAlertSource>
PartitionComp. getMonitorAlertSources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getMonitorAlertSources()
instead.Iterator<MonitorAlertSource>
SchedulerSessionComp. getMonitorAlertSourcesByLinkableMonitor(LinkableMonitor linkableMonitor)
Deprecated.This method is only here to provide binary compatibility with old releases of the software.
-