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