Uses of Interface
com.redwood.scheduler.api.model.AlertEscalation
-
Packages that use AlertEscalation Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 com.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables. -
-
Uses of AlertEscalation in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type AlertEscalation Modifier and Type Field Description static QueryObjectType<AlertEscalation>
AlertEscalation. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return AlertEscalation Modifier and Type Method Description AlertEscalation
SchedulerSession. createAlertEscalation()
Return a new instance of AlertEscalation.AlertEscalation
Alert. getAlertEscalation()
Get the AlertEscalation.AlertEscalation
AlertEscalationAction. getAlertEscalation()
Get the AlertEscalation.AlertEscalation
JobDefinitionAlertSourceRule. getAlertEscalation()
Get the AlertEscalation.AlertEscalation
MonitorAlertSourceRule. getAlertEscalation()
Get the AlertEscalation.static AlertEscalation
BusinessKeyLookup. getAlertEscalationByBusinessKey(SchedulerSession session, String key)
Query an instance ofAlertEscalation
, based on its business key.AlertEscalation
BusinessKeyResolver. getAlertEscalationByKey(BusinessKey key)
Query an instance ofAlertEscalation
, based on its business key.AlertEscalation
Partition. getAlertEscalationByName(String name)
Get the AlertEscalation by Name.AlertEscalation
SchedulerSession. getAlertEscalationByName(Partition partition, String name)
Get theAlertEscalation
by Name.AlertEscalation
SchedulerSession. getAlertEscalationByName(String name)
Get theAlertEscalation
by Name.AlertEscalation
SchedulerSession. getAlertEscalationByUniqueId(Long uniqueId)
Get theAlertEscalation
by UniqueId.AlertEscalation
AlertEscalation. getDefaultAlertEscalation()
Get the DefaultAlertEscalation.AlertEscalation
AlertSource. getDefaultAlertEscalation()
Get the DefaultAlertEscalation.Methods in com.redwood.scheduler.api.model that return types with arguments of type AlertEscalation Modifier and Type Method Description RWIterable<AlertEscalation>
Partition. getAlertEscalations()
Get anRWIterable
over an ordered collection ofAlertEscalations
.RWIterable<AlertEscalation>
Application. getChildAlertEscalations()
Get anRWIterable
over a collection ofChildAlertEscalations
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type AlertEscalation Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(AlertEscalation theAlertEscalation)
void
ConcreteObjectCallback. handle(AlertEscalation theAlertEscalation)
void
Alert. setAlertEscalation(AlertEscalation newAlertEscalation)
Set the value for AlertEscalation.void
JobDefinitionAlertSourceRule. setAlertEscalation(AlertEscalation newAlertEscalation)
Set the value for AlertEscalation.void
MonitorAlertSourceRule. setAlertEscalation(AlertEscalation newAlertEscalation)
Set the value for AlertEscalation.void
AlertEscalation. setDefaultAlertEscalation(AlertEscalation newDefaultAlertEscalation)
Set the value for DefaultAlertEscalation.void
AlertSource. setDefaultAlertEscalation(AlertEscalation newDefaultAlertEscalation)
Set the value for DefaultAlertEscalation. -
Uses of AlertEscalation in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type AlertEscalation Modifier and Type Method Description Iterator<AlertEscalation>
PartitionComp. getAlertEscalations()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getAlertEscalations()
instead.Iterator<AlertEscalation>
ApplicationComp. getChildAlertEscalations()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildAlertEscalations()
instead. -
Uses of AlertEscalation in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return AlertEscalation Modifier and Type Method Description AlertEscalation
AlertEscalationPostAlertActionScriptObject. getAlertEscalation()
Return the relatedAlertEscalation
that has been processed.
-