Uses of Interface
com.redwood.scheduler.api.model.MonitorLink
-
Packages that use MonitorLink Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of MonitorLink in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type MonitorLink Modifier and Type Field Description static QueryObjectType<MonitorLink>
MonitorLink. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return MonitorLink Modifier and Type Method Description MonitorLink
SchedulerSession. createMonitorLink()
Return a new instance of MonitorLink.MonitorLink
MonitorNode. getChildMonitorLinkByName(String name)
Get the MonitorLink by ParentName.static MonitorLink
BusinessKeyLookup. getMonitorLinkByBusinessKey(SchedulerSession session, String key)
Query an instance ofMonitorLink
, based on its business key.MonitorLink
BusinessKeyResolver. getMonitorLinkByKey(BusinessKey key)
Query an instance ofMonitorLink
, based on its business key.MonitorLink
SchedulerSession. getMonitorLinkByNameParent(String name, MonitorNode parentMonitorNode)
Deprecated.MonitorLink
SchedulerSession. getMonitorLinkByParentName(MonitorNode parentMonitorNode, String name)
Get theMonitorLink
by ParentName.MonitorLink
SchedulerSession. getMonitorLinkByUniqueId(Long uniqueId)
Get theMonitorLink
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type MonitorLink Modifier and Type Method Description RWIterable<MonitorLink>
MonitorNode. getChildMonitorLinks()
Get anRWIterable
over a collection ofChildMonitorLinks
, the collection will be ordered by Name.RWIterable<MonitorLink>
LinkableMonitor. getLinkedMonitorLinks()
Get anRWIterable
over a collection ofLinkedMonitorLinks
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type MonitorLink Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(MonitorLink theMonitorLink)
void
ConcreteObjectCallback. handle(MonitorLink theMonitorLink)
-
Uses of MonitorLink in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type MonitorLink Modifier and Type Method Description Iterator<MonitorLink>
MonitorNodeComp. getChildMonitorLinks()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMonitorNode.getChildMonitorLinks()
instead.Iterator<MonitorLink>
LinkableMonitorComp. getLinkedMonitorLinks()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLinkableMonitor.getLinkedMonitorLinks()
instead.
-