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.api.model Scheduler API - Modelcom.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.api.model
Methods in com.redwood.scheduler.api.model that return LOVCollection Modifier and Type Method Description LOVCollection
SchedulerEntity. getLOV(String fieldName, String query, Long startAt, Long maxSize)
Enquire about LOV support for a field on this object.LOVCollection
ProcessServer. getParametersLOV(String query)
Get a List of Values (LOV) for process server parameter names, using the specified query (if present). -
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.
-