Uses of Interface
com.redwood.scheduler.api.model.ConstraintDefinition
-
Packages that use ConstraintDefinition Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ConstraintDefinition in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ConstraintDefinition Modifier and Type Field Description static QueryObjectType<ConstraintDefinition>
ConstraintDefinition. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return types with arguments of type ConstraintDefinition Modifier and Type Method Description RWIterable<ConstraintDefinition>
Application. getChildConstraintDefinitions()
Get anRWIterable
over a collection ofChildConstraintDefinitions
, the collection will be ordered by Name.RWIterable<ConstraintDefinition>
Partition. getConstraintDefinitions()
Get anRWIterable
over an ordered collection ofConstraintDefinitions
.Methods in com.redwood.scheduler.api.model with parameters of type ConstraintDefinition Modifier and Type Method Description JobDefinitionConstraint
JobDefinition. createJobDefinitionConstraint(ConstraintDefinition newConstraintDefinition)
Create a newJobDefinitionConstraint
linked to this object.TableDefinitionConstraint
TableDefinition. createTableDefinitionConstraint(ConstraintDefinition newConstraintDefinition)
Create a newTableDefinitionConstraint
linked to this object.void
AbstractConcreteObjectCallback. handle(ConstraintDefinition theConstraintDefinition)
void
ConcreteObjectCallback. handle(ConstraintDefinition theConstraintDefinition)
-
Uses of ConstraintDefinition in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ConstraintDefinition Modifier and Type Method Description Iterator<ConstraintDefinition>
ApplicationComp. getChildConstraintDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildConstraintDefinitions()
instead.Iterator<ConstraintDefinition>
PartitionComp. getConstraintDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getConstraintDefinitions()
instead.
-