Uses of Interface
com.redwood.scheduler.api.model.JobDefinitionRaiseEvent
-
Packages that use JobDefinitionRaiseEvent Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobDefinitionRaiseEvent in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobDefinitionRaiseEvent Modifier and Type Field Description static QueryObjectType<JobDefinitionRaiseEvent>
JobDefinitionRaiseEvent. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobDefinitionRaiseEvent Modifier and Type Method Description JobDefinitionRaiseEvent
JobDefinition. createJobDefinitionRaiseEvent()
Create a newJobDefinitionRaiseEvent
linked to this object.JobDefinitionRaiseEvent
SchedulerSession. getJobDefinitionRaiseEventByUniqueId(Long uniqueId)
Get theJobDefinitionRaiseEvent
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobDefinitionRaiseEvent Modifier and Type Method Description RWIterable<JobDefinitionRaiseEvent>
EventDefinition. getJobDefinitionRaiseEvents()
Get anRWIterable
over an ordered collection ofJobDefinitionRaiseEvents
.RWIterable<JobDefinitionRaiseEvent>
JobDefinition. getJobDefinitionRaiseEvents()
Get anRWIterable
over an ordered collection ofJobDefinitionRaiseEvents
.RWIterable<JobDefinitionRaiseEvent>
ForecastJob. getRaiseEvents()
Return the event definitions that are forecasted to be raised.Methods in com.redwood.scheduler.api.model with parameters of type JobDefinitionRaiseEvent Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobDefinitionRaiseEvent theJobDefinitionRaiseEvent)
void
ConcreteObjectCallback. handle(JobDefinitionRaiseEvent theJobDefinitionRaiseEvent)
-
Uses of JobDefinitionRaiseEvent in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobDefinitionRaiseEvent Modifier and Type Method Description Iterator<JobDefinitionRaiseEvent>
EventDefinitionComp. getJobDefinitionRaiseEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEventDefinition.getJobDefinitionRaiseEvents()
instead.Iterator<JobDefinitionRaiseEvent>
JobDefinitionComp. getJobDefinitionRaiseEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionRaiseEvents()
instead.Iterator<JobDefinitionRaiseEvent>
ForecastJobComp. getRaiseEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useForecastJob.getRaiseEvents()
instead.
-