Uses of Interface
com.redwood.scheduler.api.model.MonitorCondition
-
Packages that use MonitorCondition Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of MonitorCondition in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type MonitorCondition Modifier and Type Field Description static QueryObjectType<MonitorCondition>
MonitorCondition. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return MonitorCondition Modifier and Type Method Description MonitorCondition
MonitorCheck. createMonitorCondition()
Create a newMonitorCondition
linked to this object.MonitorCondition
SchedulerSession. getMonitorConditionByUniqueId(Long uniqueId)
Get theMonitorCondition
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type MonitorCondition Modifier and Type Method Description RWIterable<MonitorCondition>
MonitorCheck. getMonitorConditions()
Get anRWIterable
over a collection ofMonitorConditions
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type MonitorCondition Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(MonitorCondition theMonitorCondition)
void
ConcreteObjectCallback. handle(MonitorCondition theMonitorCondition)
-
Uses of MonitorCondition in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type MonitorCondition Modifier and Type Method Description Iterator<MonitorCondition>
MonitorCheckComp. getMonitorConditions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMonitorCheck.getMonitorConditions()
instead.
-