Uses of Interface
com.redwood.scheduler.api.model.MailConnector
-
Packages that use MailConnector Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of MailConnector in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type MailConnector Modifier and Type Field Description static QueryObjectType<MailConnector>
MailConnector. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return MailConnector Modifier and Type Method Description MailConnector
SchedulerSession. createMailConnector()
Return a new instance of MailConnector.MailConnector
MailConnectionSetting. getMailConnector()
Get the MailConnector.static MailConnector
BusinessKeyLookup. getMailConnectorByBusinessKey(SchedulerSession session, String key)
Query an instance ofMailConnector
, based on its business key.MailConnector
BusinessKeyResolver. getMailConnectorByKey(BusinessKey key)
Query an instance ofMailConnector
, based on its business key.MailConnector
Partition. getMailConnectorByName(String name)
Get the MailConnector by Name.MailConnector
SchedulerSession. getMailConnectorByName(Partition partition, String name)
Get theMailConnector
by Name.MailConnector
SchedulerSession. getMailConnectorByName(String name)
Get theMailConnector
by Name.MailConnector
SchedulerSession. getMailConnectorByUniqueId(Long uniqueId)
Get theMailConnector
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type MailConnector Modifier and Type Method Description RWIterable<MailConnector>
Application. getChildMailConnectors()
Get anRWIterable
over a collection ofChildMailConnectors
, the collection will be ordered by Name.RWIterable<MailConnector>
Partition. getMailConnectors()
Get anRWIterable
over an ordered collection ofMailConnectors
.Methods in com.redwood.scheduler.api.model with parameters of type MailConnector Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(MailConnector theMailConnector)
void
ConcreteObjectCallback. handle(MailConnector theMailConnector)
-
Uses of MailConnector in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type MailConnector Modifier and Type Method Description Iterator<MailConnector>
ApplicationComp. getChildMailConnectors()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildMailConnectors()
instead.Iterator<MailConnector>
PartitionComp. getMailConnectors()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getMailConnectors()
instead.
-