Uses of Interface
com.redwood.scheduler.api.model.MonitorNode
-
Packages that use MonitorNode Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of MonitorNode in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type MonitorNode Modifier and Type Field Description static QueryObjectType<MonitorNode>
MonitorNode. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return MonitorNode Modifier and Type Method Description MonitorNode
SchedulerSession. createMonitorNode()
Return a new instance of MonitorNode.MonitorNode
MonitorNode. getChildMonitorNodeByName(String name)
Get the MonitorNode by ParentName.static MonitorNode
BusinessKeyLookup. getMonitorNodeByBusinessKey(SchedulerSession session, String key)
Query an instance ofMonitorNode
, based on its business key.MonitorNode
BusinessKeyResolver. getMonitorNodeByKey(BusinessKey key)
Query an instance ofMonitorNode
, based on its business key.MonitorNode
SchedulerSession. getMonitorNodeByNameParent(String name, MonitorNode parentMonitorNode)
Deprecated.MonitorNode
SchedulerSession. getMonitorNodeByParentName(MonitorNode parentMonitorNode, String name)
Get theMonitorNode
by ParentName.MonitorNode
SchedulerSession. getMonitorNodeByRemoteIdentifiers(String remoteSystem, String remoteId)
Get theMonitorNode
by RemoteIdentifiers.MonitorNode
SchedulerSession. getMonitorNodeByUniqueId(Long uniqueId)
Get theMonitorNode
by UniqueId.MonitorNode
Monitor. getParentMonitorNode()
Get the ParentMonitorNode.Methods in com.redwood.scheduler.api.model that return types with arguments of type MonitorNode Modifier and Type Method Description RWIterable<MonitorNode>
MonitorNode. getChildMonitorNodes()
Get anRWIterable
over a collection ofChildMonitorNodes
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type MonitorNode Modifier and Type Method Description MonitorCheck
SchedulerSession. getMonitorCheckByNameParent(String name, MonitorNode parentMonitorNode)
Deprecated.MonitorCheck
SchedulerSession. getMonitorCheckByParentName(MonitorNode parentMonitorNode, String name)
Get theMonitorCheck
by ParentName.MonitorLink
SchedulerSession. getMonitorLinkByNameParent(String name, MonitorNode parentMonitorNode)
Deprecated.MonitorLink
SchedulerSession. getMonitorLinkByParentName(MonitorNode parentMonitorNode, String name)
Get theMonitorLink
by ParentName.MonitorNode
SchedulerSession. getMonitorNodeByNameParent(String name, MonitorNode parentMonitorNode)
Deprecated.MonitorNode
SchedulerSession. getMonitorNodeByParentName(MonitorNode parentMonitorNode, String name)
Get theMonitorNode
by ParentName.void
AbstractConcreteObjectCallback. handle(MonitorNode theMonitorNode)
void
ConcreteObjectCallback. handle(MonitorNode theMonitorNode)
void
Monitor. setParentMonitorNode(MonitorNode newParentMonitorNode)
Set the value for ParentMonitorNode. -
Uses of MonitorNode in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type MonitorNode Modifier and Type Method Description Iterator<MonitorNode>
MonitorNodeComp. getChildMonitorNodes()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usegetChildMonitorNodes()
instead.
-