Uses of Interface
com.redwood.scheduler.api.model.AlertSource
-
Packages that use AlertSource Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables. -
-
Uses of AlertSource in com.redwood.scheduler.api.model
Subinterfaces of AlertSource in com.redwood.scheduler.api.model Modifier and Type Interface Description interface
AdHocAlertSource
An alert source for ad-hoc alertsinterface
JobDefinitionAlertSource
An alert raised by a job definitioninterface
MonitorAlertSource
An alert raised by a Monitor Nodeinterface
ProcessServerAlertSource
An alert raised by a process serverinterface
QueueAlertSource
An alert raised by a queueMethods in com.redwood.scheduler.api.model that return AlertSource Modifier and Type Method Description AlertSource
Alert. getAlertSource()
Get the AlertSource.AlertSource
AlertSourceAction. getAlertSource()
Get the AlertSource.AlertSource
AlertSourceEmail. getAlertSource()
Get the AlertSource.AlertSource
VisualizationAlertSource. getAlertSource()
Get the AlertSource.Methods in com.redwood.scheduler.api.model with parameters of type AlertSource Modifier and Type Method Description VisualizationAlertSource
VisualizationAlert. getVisualizationAlertSourceByAlertSource(AlertSource alertSource)
Get the VisualizationAlertSource by AlertSource.void
VisualizationAlertSource. setAlertSource(AlertSource newAlertSource)
Set the value for AlertSource. -
Uses of AlertSource in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return AlertSource Modifier and Type Method Description AlertSource
AlertSourcePostAlertActionScriptObject. getAlertSource()
Return the relatedAlertSource
that has been processed.
-