Uses of Interface
com.redwood.scheduler.api.model.EntityDefinitionConstraint
-
Packages that use EntityDefinitionConstraint Package Description com.redwood.scheduler.api.constraint Scheduler API - Dates and Periodscom.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of EntityDefinitionConstraint in com.redwood.scheduler.api.constraint
Methods in com.redwood.scheduler.api.constraint with type parameters of type EntityDefinitionConstraint Modifier and Type Method Description <T extends EntityDefinitionConstraint>
RWIterable<T>ConstraintEntity. getConstraints()
Gets the constraints from the entity definition. -
Uses of EntityDefinitionConstraint in com.redwood.scheduler.api.model
Subinterfaces of EntityDefinitionConstraint in com.redwood.scheduler.api.model Modifier and Type Interface Description interface
JobDefinitionConstraint
A constraint on a job definition.interface
TableDefinitionConstraint
A constraint on a table definition.Methods in com.redwood.scheduler.api.model that return EntityDefinitionConstraint Modifier and Type Method Description EntityDefinitionConstraint
EntityDefinitionConstraintParameterMapping. getEntityDefinitionConstraint()
Gets the constraint for this constraint parameter mapping.
-