Uses of Interface
com.redwood.scheduler.api.model.AlertSourceEmail
-
Packages that use AlertSourceEmail Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of AlertSourceEmail in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type AlertSourceEmail Modifier and Type Field Description static QueryObjectType<AlertSourceEmail>
AlertSourceEmail. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return AlertSourceEmail Modifier and Type Method Description AlertSourceEmail
AlertSource. createAlertSourceEmail()
Create a newAlertSourceEmail
linked to this object.AlertSourceEmail
AlertSource. getAlertSourceEmail()
Get the AlertSourceEmail.AlertSourceEmail
SchedulerSession. getAlertSourceEmailByUniqueId(Long uniqueId)
Get theAlertSourceEmail
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type AlertSourceEmail Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(AlertSourceEmail theAlertSourceEmail)
void
ConcreteObjectCallback. handle(AlertSourceEmail theAlertSourceEmail)
-