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