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