Uses of Interface
com.redwood.scheduler.api.model.EmailAlertGatewayAction
-
Packages that use EmailAlertGatewayAction Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of EmailAlertGatewayAction in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type EmailAlertGatewayAction Modifier and Type Field Description static QueryObjectType<EmailAlertGatewayAction>
EmailAlertGatewayAction. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return EmailAlertGatewayAction Modifier and Type Method Description EmailAlertGatewayAction
EmailAlertGateway. createEmailAlertGatewayAction()
Create a newEmailAlertGatewayAction
linked to this object.static EmailAlertGatewayAction
BusinessKeyLookup. getEmailAlertGatewayActionByBusinessKey(SchedulerSession session, String key)
Query an instance ofEmailAlertGatewayAction
, based on its business key.EmailAlertGatewayAction
BusinessKeyResolver. getEmailAlertGatewayActionByKey(BusinessKey key)
Query an instance ofEmailAlertGatewayAction
, based on its business key.EmailAlertGatewayAction
EmailAlertGateway. getEmailAlertGatewayActionByType(EmailAlertGatewayActionType type)
Get the EmailAlertGatewayAction by EmailAlertGatewayActionType.EmailAlertGatewayAction
SchedulerSession. getEmailAlertGatewayActionByUniqueId(Long uniqueId)
Get theEmailAlertGatewayAction
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type EmailAlertGatewayAction Modifier and Type Method Description RWIterable<EmailAlertGatewayAction>
EmailAlertGateway. getEmailAlertGatewayActions()
Get anRWIterable
over an ordered collection ofEmailAlertGatewayActions
.RWIterable<EmailAlertGatewayAction>
Library. getEmailAlertGatewayActions()
Get anRWIterable
over an ordered collection ofEmailAlertGatewayActions
.Methods in com.redwood.scheduler.api.model with parameters of type EmailAlertGatewayAction Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(EmailAlertGatewayAction theEmailAlertGatewayAction)
void
ConcreteObjectCallback. handle(EmailAlertGatewayAction theEmailAlertGatewayAction)
-
Uses of EmailAlertGatewayAction in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type EmailAlertGatewayAction Modifier and Type Method Description Iterator<EmailAlertGatewayAction>
EmailAlertGatewayComp. getEmailAlertGatewayActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEmailAlertGateway.getEmailAlertGatewayActions()
instead.Iterator<EmailAlertGatewayAction>
LibraryComp. getEmailAlertGatewayActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getEmailAlertGatewayActions()
instead.
-