Uses of Interface
com.redwood.scheduler.api.model.QueueAlertSource
-
Packages that use QueueAlertSource Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of QueueAlertSource in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type QueueAlertSource Modifier and Type Field Description static QueryObjectType<QueueAlertSource>
QueueAlertSource. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return QueueAlertSource Modifier and Type Method Description QueueAlertSource
SchedulerSession. createQueueAlertSource()
Return a new instance of QueueAlertSource.QueueAlertSource
QueueAlertSourceStatus. getQueueAlertSource()
Get the QueueAlertSource.static QueueAlertSource
BusinessKeyLookup. getQueueAlertSourceByBusinessKey(SchedulerSession session, String key)
Query an instance ofQueueAlertSource
, based on its business key.QueueAlertSource
BusinessKeyResolver. getQueueAlertSourceByKey(BusinessKey key)
Query an instance ofQueueAlertSource
, based on its business key.QueueAlertSource
Partition. getQueueAlertSourceByName(String name)
Get the QueueAlertSource by Name.QueueAlertSource
SchedulerSession. getQueueAlertSourceByName(Partition partition, String name)
Get theQueueAlertSource
by Name.QueueAlertSource
SchedulerSession. getQueueAlertSourceByName(String name)
Get theQueueAlertSource
by Name.QueueAlertSource
SchedulerSession. getQueueAlertSourceByUniqueId(Long uniqueId)
Get theQueueAlertSource
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type QueueAlertSource Modifier and Type Method Description RWIterable<QueueAlertSource>
Application. getChildQueueAlertSources()
Get anRWIterable
over a collection ofChildQueueAlertSources
, the collection will be ordered by Name.RWIterable<QueueAlertSource>
Partition. getQueueAlertSources()
Get anRWIterable
over an ordered collection ofQueueAlertSources
.Methods in com.redwood.scheduler.api.model with parameters of type QueueAlertSource Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(QueueAlertSource theQueueAlertSource)
void
ConcreteObjectCallback. handle(QueueAlertSource theQueueAlertSource)
-
Uses of QueueAlertSource in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type QueueAlertSource Modifier and Type Method Description Iterator<QueueAlertSource>
ApplicationComp. getChildQueueAlertSources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildQueueAlertSources()
instead.Iterator<QueueAlertSource>
PartitionComp. getQueueAlertSources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getQueueAlertSources()
instead.
-