Uses of Interface
com.redwood.scheduler.api.model.JobDefinitionConstraint
-
Packages that use JobDefinitionConstraint Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobDefinitionConstraint in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobDefinitionConstraint Modifier and Type Field Description static QueryObjectType<JobDefinitionConstraint>
JobDefinitionConstraint. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobDefinitionConstraint Modifier and Type Method Description JobDefinitionConstraint
JobDefinition. createJobDefinitionConstraint(ConstraintDefinition newConstraintDefinition)
Create a newJobDefinitionConstraint
linked to this object.JobDefinitionConstraint
JobDefinitionConstraintParameterMapping. getJobDefinitionConstraint()
Get the JobDefinitionConstraint.static JobDefinitionConstraint
BusinessKeyLookup. getJobDefinitionConstraintByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobDefinitionConstraint
, based on its business key.JobDefinitionConstraint
BusinessKeyResolver. getJobDefinitionConstraintByKey(BusinessKey key)
Query an instance ofJobDefinitionConstraint
, based on its business key.JobDefinitionConstraint
JobDefinition. getJobDefinitionConstraintByName(String name)
Get the JobDefinitionConstraint by JobDefinitionJobDefinitionConstraintName.JobDefinitionConstraint
SchedulerSession. getJobDefinitionConstraintByUniqueId(Long uniqueId)
Get theJobDefinitionConstraint
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobDefinitionConstraint Modifier and Type Method Description RWIterable<JobDefinitionConstraint>
JobDefinition. getJobDefinitionConstraints()
Get anRWIterable
over an ordered collection ofJobDefinitionConstraints
.Methods in com.redwood.scheduler.api.model with parameters of type JobDefinitionConstraint Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobDefinitionConstraint theJobDefinitionConstraint)
void
ConcreteObjectCallback. handle(JobDefinitionConstraint theJobDefinitionConstraint)
-
Uses of JobDefinitionConstraint in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobDefinitionConstraint Modifier and Type Method Description Iterator<JobDefinitionConstraint>
JobDefinitionComp. getJobDefinitionConstraints()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionConstraints()
instead.
-