Uses of Interface
com.redwood.scheduler.api.model.EmailAlertGateway
-
Packages that use EmailAlertGateway 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 EmailAlertGateway in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type EmailAlertGateway Modifier and Type Field Description static QueryObjectType<EmailAlertGateway>
EmailAlertGateway. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return EmailAlertGateway Modifier and Type Method Description EmailAlertGateway
SchedulerSession. createEmailAlertGateway()
Return a new instance of EmailAlertGateway.EmailAlertGateway
EmailAlertGatewayAction. getEmailAlertGateway()
Get the EmailAlertGateway.EmailAlertGateway
EmailAlertGatewayEmail. getEmailAlertGateway()
Get the EmailAlertGateway.EmailAlertGateway
EmailAlertGatewayHeader. getEmailAlertGateway()
Get the EmailAlertGateway.EmailAlertGateway
EmailAlertGatewayJobFileAttachment. getEmailAlertGateway()
Get the EmailAlertGateway.static EmailAlertGateway
BusinessKeyLookup. getEmailAlertGatewayByBusinessKey(SchedulerSession session, String key)
Query an instance ofEmailAlertGateway
, based on its business key.EmailAlertGateway
BusinessKeyResolver. getEmailAlertGatewayByKey(BusinessKey key)
Query an instance ofEmailAlertGateway
, based on its business key.EmailAlertGateway
Partition. getEmailAlertGatewayByName(String name)
Get the EmailAlertGateway by Name.EmailAlertGateway
SchedulerSession. getEmailAlertGatewayByName(Partition partition, String name)
Get theEmailAlertGateway
by Name.EmailAlertGateway
SchedulerSession. getEmailAlertGatewayByName(String name)
Get theEmailAlertGateway
by Name.EmailAlertGateway
SchedulerSession. getEmailAlertGatewayByUniqueId(Long uniqueId)
Get theEmailAlertGateway
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type EmailAlertGateway Modifier and Type Method Description RWIterable<EmailAlertGateway>
Application. getChildEmailAlertGateways()
Get anRWIterable
over a collection ofChildEmailAlertGateways
, the collection will be ordered by Name.RWIterable<EmailAlertGateway>
Partition. getEmailAlertGateways()
Get anRWIterable
over an ordered collection ofEmailAlertGateways
.Methods in com.redwood.scheduler.api.model with parameters of type EmailAlertGateway Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(EmailAlertGateway theEmailAlertGateway)
void
ConcreteObjectCallback. handle(EmailAlertGateway theEmailAlertGateway)
-
Uses of EmailAlertGateway in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type EmailAlertGateway Modifier and Type Method Description Iterator<EmailAlertGateway>
ApplicationComp. getChildEmailAlertGateways()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildEmailAlertGateways()
instead.Iterator<EmailAlertGateway>
PartitionComp. getEmailAlertGateways()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getEmailAlertGateways()
instead. -
Uses of EmailAlertGateway in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return EmailAlertGateway Modifier and Type Method Description EmailAlertGateway
EmailAlertGatewayPreSendActionScriptObject. getEmailAlertGateway()
-