Uses of Interface
com.redwood.scheduler.api.model.JobDefinitionAlertSourceParameterMatch
-
Packages that use JobDefinitionAlertSourceParameterMatch Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobDefinitionAlertSourceParameterMatch in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobDefinitionAlertSourceParameterMatch Modifier and Type Field Description static QueryObjectType<JobDefinitionAlertSourceParameterMatch>
JobDefinitionAlertSourceParameterMatch. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobDefinitionAlertSourceParameterMatch Modifier and Type Method Description JobDefinitionAlertSourceParameterMatch
JobDefinitionAlertSource. createJobDefinitionAlertSourceParameterMatch()
Create a newJobDefinitionAlertSourceParameterMatch
linked to this object.JobDefinitionAlertSourceParameterMatch
JobDefinitionAlertSource. getJobDefinitionAlertSourceParameterMatchBySearchName(String searchName)
Get the JobDefinitionAlertSourceParameterMatch by SearchName.JobDefinitionAlertSourceParameterMatch
SchedulerSession. getJobDefinitionAlertSourceParameterMatchByUniqueId(Long uniqueId)
Get theJobDefinitionAlertSourceParameterMatch
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobDefinitionAlertSourceParameterMatch Modifier and Type Method Description RWIterable<JobDefinitionAlertSourceParameterMatch>
JobDefinitionAlertSource. getJobDefinitionAlertSourceParameterMatches()
Get anRWIterable
over an ordered collection ofJobDefinitionAlertSourceParameterMatches
.Methods in com.redwood.scheduler.api.model with parameters of type JobDefinitionAlertSourceParameterMatch Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobDefinitionAlertSourceParameterMatch theJobDefinitionAlertSourceParameterMatch)
void
ConcreteObjectCallback. handle(JobDefinitionAlertSourceParameterMatch theJobDefinitionAlertSourceParameterMatch)
-
Uses of JobDefinitionAlertSourceParameterMatch in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobDefinitionAlertSourceParameterMatch Modifier and Type Method Description Iterator<JobDefinitionAlertSourceParameterMatch>
JobDefinitionAlertSourceComp. getJobDefinitionAlertSourceParameterMatches()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionAlertSource.getJobDefinitionAlertSourceParameterMatches()
instead.
-