Uses of Interface
com.redwood.scheduler.api.model.MonitorAlertSourceRule
-
Packages that use MonitorAlertSourceRule Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of MonitorAlertSourceRule in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type MonitorAlertSourceRule Modifier and Type Field Description static QueryObjectType<MonitorAlertSourceRule>
MonitorAlertSourceRule. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return MonitorAlertSourceRule Modifier and Type Method Description MonitorAlertSourceRule
MonitorAlertSource. createMonitorAlertSourceRule()
Create a newMonitorAlertSourceRule
linked to this object.MonitorAlertSourceRule
MonitorAlertSource. getMonitorAlertSourceRuleByProcessingOrder(Long processingOrder)
Get the MonitorAlertSourceRule by ProcessingOrder.MonitorAlertSourceRule
SchedulerSession. getMonitorAlertSourceRuleByUniqueId(Long uniqueId)
Get theMonitorAlertSourceRule
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type MonitorAlertSourceRule Modifier and Type Method Description RWIterable<MonitorAlertSourceRule>
MonitorAlertSource. getMonitorAlertSourceRules()
Get anRWIterable
over an ordered collection ofMonitorAlertSourceRules
.Methods in com.redwood.scheduler.api.model with parameters of type MonitorAlertSourceRule Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(MonitorAlertSourceRule theMonitorAlertSourceRule)
void
ConcreteObjectCallback. handle(MonitorAlertSourceRule theMonitorAlertSourceRule)
-
Uses of MonitorAlertSourceRule in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type MonitorAlertSourceRule Modifier and Type Method Description Iterator<MonitorAlertSourceRule>
MonitorAlertSourceComp. getMonitorAlertSourceRules()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMonitorAlertSource.getMonitorAlertSourceRules()
instead.
-