Uses of Interface
com.redwood.scheduler.api.constraint.LOVCollection
-
Packages that use LOVCollection Package Description com.redwood.scheduler.api.constraint Scheduler API - Dates and Periodscom.redwood.scheduler.spi.constraint -
-
Uses of LOVCollection in com.redwood.scheduler.api.constraint
Methods in com.redwood.scheduler.api.constraint that return LOVCollection Modifier and Type Method Description LOVCollection
ConstraintContext. getLOV(Locale locale, String parameterName, String query, int startAt, int fetchSize)
Get an LOV for the specified parameter.LOVCollection
LOVContext. getLOVCollection()
Methods in com.redwood.scheduler.api.constraint with parameters of type LOVCollection Modifier and Type Method Description void
LOVContext. setLOVCollection(LOVCollection lov)
-
Uses of LOVCollection in com.redwood.scheduler.spi.constraint
Methods in com.redwood.scheduler.spi.constraint that return LOVCollection Modifier and Type Method Description LOVCollection
Constraint. getLOV(ConstraintContext context, String parameterName, String query, int startAt, int fetchSize)
Get an LOV for the specified parameter.
-