Uses of Interface
com.redwood.scheduler.api.model.JobDefinitionRuntimeLimit
-
Packages that use JobDefinitionRuntimeLimit Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobDefinitionRuntimeLimit in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobDefinitionRuntimeLimit Modifier and Type Field Description static QueryObjectType<JobDefinitionRuntimeLimit>
JobDefinitionRuntimeLimit. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobDefinitionRuntimeLimit Modifier and Type Method Description JobDefinitionRuntimeLimit
JobDefinition. createJobDefinitionRuntimeLimit()
Create a newJobDefinitionRuntimeLimit
linked to this object.static JobDefinitionRuntimeLimit
BusinessKeyLookup. getJobDefinitionRuntimeLimitByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobDefinitionRuntimeLimit
, based on its business key.JobDefinitionRuntimeLimit
BusinessKeyResolver. getJobDefinitionRuntimeLimitByKey(BusinessKey key)
Query an instance ofJobDefinitionRuntimeLimit
, based on its business key.JobDefinitionRuntimeLimit
JobDefinition. getJobDefinitionRuntimeLimitByName(String name)
Get the JobDefinitionRuntimeLimit by JobDefinitionName.JobDefinitionRuntimeLimit
SchedulerSession. getJobDefinitionRuntimeLimitByUniqueId(Long uniqueId)
Get theJobDefinitionRuntimeLimit
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobDefinitionRuntimeLimit Modifier and Type Method Description RWIterable<JobDefinitionRuntimeLimit>
AdHocAlertSource. getJobDefinitionRuntimeLimits()
Get anRWIterable
over an ordered collection ofJobDefinitionRuntimeLimits
.RWIterable<JobDefinitionRuntimeLimit>
EventDefinition. getJobDefinitionRuntimeLimits()
Get anRWIterable
over an ordered collection ofJobDefinitionRuntimeLimits
.RWIterable<JobDefinitionRuntimeLimit>
JobDefinition. getJobDefinitionRuntimeLimits()
Get anRWIterable
over an ordered collection ofJobDefinitionRuntimeLimits
.Methods in com.redwood.scheduler.api.model with parameters of type JobDefinitionRuntimeLimit Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobDefinitionRuntimeLimit theJobDefinitionRuntimeLimit)
void
ConcreteObjectCallback. handle(JobDefinitionRuntimeLimit theJobDefinitionRuntimeLimit)
-
Uses of JobDefinitionRuntimeLimit in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobDefinitionRuntimeLimit Modifier and Type Method Description Iterator<JobDefinitionRuntimeLimit>
AdHocAlertSourceComp. getJobDefinitionRuntimeLimits()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useAdHocAlertSource.getJobDefinitionRuntimeLimits()
instead.Iterator<JobDefinitionRuntimeLimit>
EventDefinitionComp. getJobDefinitionRuntimeLimits()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEventDefinition.getJobDefinitionRuntimeLimits()
instead.Iterator<JobDefinitionRuntimeLimit>
JobDefinitionComp. getJobDefinitionRuntimeLimits()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionRuntimeLimits()
instead.
-