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