Uses of Interface
com.redwood.scheduler.api.model.JobWaitEvent
-
Packages that use JobWaitEvent Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobWaitEvent in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobWaitEvent Modifier and Type Field Description static QueryObjectType<JobWaitEvent>
JobWaitEvent. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobWaitEvent Modifier and Type Method Description JobWaitEvent
Job. createJobWaitEvent()
Create a newJobWaitEvent
linked to this object.static JobWaitEvent
BusinessKeyLookup. getJobWaitEventByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobWaitEvent
, based on its business key.JobWaitEvent
Job. getJobWaitEventByEventDefinition(EventDefinition eventDefinition)
Get the JobWaitEvent by JobWaitEvents.JobWaitEvent
BusinessKeyResolver. getJobWaitEventByKey(BusinessKey key)
Query an instance ofJobWaitEvent
, based on its business key.JobWaitEvent
SchedulerSession. getJobWaitEventByUniqueId(Long uniqueId)
Get theJobWaitEvent
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobWaitEvent Modifier and Type Method Description RWIterable<JobWaitEvent>
Event. getJobWaitEvents()
Get anRWIterable
over an ordered collection ofJobWaitEvents
.RWIterable<JobWaitEvent>
Job. getJobWaitEvents()
Get anRWIterable
over an ordered collection ofJobWaitEvents
.Methods in com.redwood.scheduler.api.model with parameters of type JobWaitEvent Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobWaitEvent theJobWaitEvent)
void
ConcreteObjectCallback. handle(JobWaitEvent theJobWaitEvent)
-
Uses of JobWaitEvent in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobWaitEvent Modifier and Type Method Description Iterator<JobWaitEvent>
EventComp. getJobWaitEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEvent.getJobWaitEvents()
instead.Iterator<JobWaitEvent>
JobComp. getJobWaitEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobWaitEvents()
instead.
-