Uses of Interface
com.redwood.scheduler.api.model.MonitorCheck
-
Packages that use MonitorCheck Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of MonitorCheck in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type MonitorCheck Modifier and Type Field Description static QueryObjectType<MonitorCheck>
MonitorCheck. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return MonitorCheck Modifier and Type Method Description MonitorCheck
SchedulerSession. createMonitorCheck()
Return a new instance of MonitorCheck.MonitorCheck
MonitorNode. getChildMonitorCheckByName(String name)
Get the MonitorCheck by ParentName.MonitorCheck
MonitorCondition. getMonitorCheck()
Get the MonitorCheck.MonitorCheck
MonitorValue. getMonitorCheck()
Get the MonitorCheck.static MonitorCheck
BusinessKeyLookup. getMonitorCheckByBusinessKey(SchedulerSession session, String key)
Query an instance ofMonitorCheck
, based on its business key.MonitorCheck
BusinessKeyResolver. getMonitorCheckByKey(BusinessKey key)
Query an instance ofMonitorCheck
, based on its business key.MonitorCheck
SchedulerSession. getMonitorCheckByNameParent(String name, MonitorNode parentMonitorNode)
Deprecated.MonitorCheck
SchedulerSession. getMonitorCheckByParentName(MonitorNode parentMonitorNode, String name)
Get theMonitorCheck
by ParentName.MonitorCheck
SchedulerSession. getMonitorCheckByRemoteIdentifiers(String remoteSystem, String remoteId)
Get theMonitorCheck
by RemoteIdentifiers.MonitorCheck
SchedulerSession. getMonitorCheckByUniqueId(Long uniqueId)
Get theMonitorCheck
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type MonitorCheck Modifier and Type Method Description RWIterable<MonitorCheck>
MonitorNode. getChildMonitorChecks()
Get anRWIterable
over a collection ofChildMonitorChecks
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type MonitorCheck Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(MonitorCheck theMonitorCheck)
void
ConcreteObjectCallback. handle(MonitorCheck theMonitorCheck)
-
Uses of MonitorCheck in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type MonitorCheck Modifier and Type Method Description Iterator<MonitorCheck>
MonitorNodeComp. getChildMonitorChecks()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMonitorNode.getChildMonitorChecks()
instead.
-