Uses of Interface
com.redwood.scheduler.api.model.Alert
-
Packages that use Alert 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 Alert in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Alert Modifier and Type Field Description static QueryObjectType<Alert>
Alert. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Alert Modifier and Type Method Description Alert
SchedulerSession. getAlertByUniqueId(Long uniqueId)
Get theAlert
by UniqueId.Alert
Alert. getCauseAlert()
Get the CauseAlert.Methods in com.redwood.scheduler.api.model that return types with arguments of type Alert Modifier and Type Method Description RWIterable<Alert>
ObjectDefinition. getAlerts()
Get anRWIterable
over an ordered collection ofAlerts
.RWIterable<Alert>
OperatorMessage. getAlerts()
Get anRWIterable
over an ordered collection ofAlerts
.Methods in com.redwood.scheduler.api.model with parameters of type Alert Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(Alert theAlert)
void
ConcreteObjectCallback. handle(Alert theAlert)
void
Alert. setCauseAlert(Alert newCauseAlert)
Set the value for CauseAlert. -
Uses of Alert in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Alert Modifier and Type Method Description Iterator<Alert>
ObjectDefinitionComp. getAlerts()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getAlerts()
instead.Iterator<Alert>
OperatorMessageComp. getAlerts()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useOperatorMessage.getAlerts()
instead. -
Uses of Alert in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return Alert Modifier and Type Method Description Alert
AlertEscalationPostAlertActionScriptObject. getAlert()
Returns the relatedAlert
that has been generated by the escalation process.Alert
AlertSourcePostAlertActionScriptObject. getAlert()
Returns the relatedAlert
that has been generated by the escalation process.Alert
EmailAlertGatewayPreSendActionScriptObject. getAlert()
-