Uses of Interface
com.redwood.scheduler.api.model.JobRuntimeLimit
-
Packages that use JobRuntimeLimit Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobRuntimeLimit in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobRuntimeLimit Modifier and Type Field Description static QueryObjectType<JobRuntimeLimit>
JobRuntimeLimit. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobRuntimeLimit Modifier and Type Method Description JobRuntimeLimit
Job. createJobRuntimeLimit()
Create a newJobRuntimeLimit
linked to this object.static JobRuntimeLimit
BusinessKeyLookup. getJobRuntimeLimitByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobRuntimeLimit
, based on its business key.JobRuntimeLimit
BusinessKeyResolver. getJobRuntimeLimitByKey(BusinessKey key)
Query an instance ofJobRuntimeLimit
, based on its business key.JobRuntimeLimit
Job. getJobRuntimeLimitByName(String name)
Get the JobRuntimeLimit by JobName.JobRuntimeLimit
SchedulerSession. getJobRuntimeLimitByUniqueId(Long uniqueId)
Get theJobRuntimeLimit
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobRuntimeLimit Modifier and Type Method Description RWIterable<JobRuntimeLimit>
Job. getJobRuntimeLimits()
Get anRWIterable
over an ordered collection ofJobRuntimeLimits
.Methods in com.redwood.scheduler.api.model with parameters of type JobRuntimeLimit Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobRuntimeLimit theJobRuntimeLimit)
void
ConcreteObjectCallback. handle(JobRuntimeLimit theJobRuntimeLimit)
-
Uses of JobRuntimeLimit in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobRuntimeLimit Modifier and Type Method Description Iterator<JobRuntimeLimit>
JobComp. getJobRuntimeLimits()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobRuntimeLimits()
instead.
-