Uses of Interface
com.redwood.scheduler.api.model.JobNote
-
Packages that use JobNote Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobNote in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobNote Modifier and Type Field Description static QueryObjectType<JobNote>
JobNote. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobNote Modifier and Type Method Description JobNote
Job. createJobNote()
Create a newJobNote
linked to this object.JobNote
SchedulerSession. getJobNoteByUniqueId(Long uniqueId)
Get theJobNote
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobNote Modifier and Type Method Description RWIterable<JobNote>
Job. getJobNotes()
Get anRWIterable
over an ordered collection ofJobNotes
.Methods in com.redwood.scheduler.api.model with parameters of type JobNote Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobNote theJobNote)
void
ConcreteObjectCallback. handle(JobNote theJobNote)
-
Uses of JobNote in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobNote Modifier and Type Method Description Iterator<JobNote>
JobComp. getJobNotes()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobNotes()
instead.
-