Uses of Interface
com.redwood.scheduler.api.model.AdHocAlertSource
-
Packages that use AdHocAlertSource Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of AdHocAlertSource in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type AdHocAlertSource Modifier and Type Field Description static QueryObjectType<AdHocAlertSource>
AdHocAlertSource. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return AdHocAlertSource Modifier and Type Method Description AdHocAlertSource
SchedulerSession. createAdHocAlertSource()
Return a new instance of AdHocAlertSource.AdHocAlertSource
JobDefinitionRuntimeLimit. getAdHocAlertSource()
Get the AdHocAlertSource.AdHocAlertSource
JobRuntimeLimit. getAdHocAlertSource()
Get the AdHocAlertSource.AdHocAlertSource
ProcessServerCheck. getAdHocAlertSource()
Get the AdHocAlertSource.static AdHocAlertSource
BusinessKeyLookup. getAdHocAlertSourceByBusinessKey(SchedulerSession session, String key)
Query an instance ofAdHocAlertSource
, based on its business key.AdHocAlertSource
BusinessKeyResolver. getAdHocAlertSourceByKey(BusinessKey key)
Query an instance ofAdHocAlertSource
, based on its business key.AdHocAlertSource
Partition. getAdHocAlertSourceByName(String name)
Get the AdHocAlertSource by Name.AdHocAlertSource
SchedulerSession. getAdHocAlertSourceByName(Partition partition, String name)
Get theAdHocAlertSource
by Name.AdHocAlertSource
SchedulerSession. getAdHocAlertSourceByName(String name)
Get theAdHocAlertSource
by Name.AdHocAlertSource
SchedulerSession. getAdHocAlertSourceByUniqueId(Long uniqueId)
Get theAdHocAlertSource
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type AdHocAlertSource Modifier and Type Method Description RWIterable<AdHocAlertSource>
Partition. getAdHocAlertSources()
Get anRWIterable
over an ordered collection ofAdHocAlertSources
.RWIterable<AdHocAlertSource>
Application. getChildAdHocAlertSources()
Get anRWIterable
over a collection ofChildAdHocAlertSources
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type AdHocAlertSource Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(AdHocAlertSource theAdHocAlertSource)
void
ConcreteObjectCallback. handle(AdHocAlertSource theAdHocAlertSource)
void
JobDefinitionRuntimeLimit. setAdHocAlertSource(AdHocAlertSource newAdHocAlertSource)
Set the value for AdHocAlertSource.void
JobRuntimeLimit. setAdHocAlertSource(AdHocAlertSource newAdHocAlertSource)
Set the value for AdHocAlertSource.void
ProcessServerCheck. setAdHocAlertSource(AdHocAlertSource newAdHocAlertSource)
Set the value for AdHocAlertSource. -
Uses of AdHocAlertSource in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type AdHocAlertSource Modifier and Type Method Description Iterator<AdHocAlertSource>
PartitionComp. getAdHocAlertSources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getAdHocAlertSources()
instead.Iterator<AdHocAlertSource>
ApplicationComp. getChildAdHocAlertSources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildAdHocAlertSources()
instead.
-