Uses of Interface
com.redwood.scheduler.api.model.EntityDefinitionConstraintParameterMapping
-
Packages that use EntityDefinitionConstraintParameterMapping Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.spi.constraint -
-
Uses of EntityDefinitionConstraintParameterMapping in com.redwood.scheduler.api.model
Subinterfaces of EntityDefinitionConstraintParameterMapping in com.redwood.scheduler.api.model Modifier and Type Interface Description interface
JobDefinitionConstraintParameterMapping
The parameters of a JobDefinitionConstraint.interface
TableDefinitionConstraintParameterMapping
The parameters of a TableDefinitionConstraint.Methods in com.redwood.scheduler.api.model that return EntityDefinitionConstraintParameterMapping Modifier and Type Method Description EntityDefinitionConstraintParameterMapping
EntityDefinitionConstraint. getConstraintParameterMappingByName(String name)
Gets the parameter mapping for this constraint with the given name.Methods in com.redwood.scheduler.api.model that return types with arguments of type EntityDefinitionConstraintParameterMapping Modifier and Type Method Description RWIterable<? extends EntityDefinitionConstraintParameterMapping>
EntityDefinitionConstraint. getConstraintParameterMappings()
Gets the parameter mappings for this constraint. -
Uses of EntityDefinitionConstraintParameterMapping in com.redwood.scheduler.spi.constraint
Method parameters in com.redwood.scheduler.spi.constraint with type arguments of type EntityDefinitionConstraintParameterMapping Modifier and Type Method Description void
Constraint. setParameterMappings(Iterator<? extends EntityDefinitionConstraintParameterMapping> parameterMappings)
Set the parameter mappings for this constraint.
-