Uses of Class
com.redwood.scheduler.api.constraint.LOVSupport
-
Packages that use LOVSupport 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 LOVSupport in com.redwood.scheduler.api.constraint
Fields in com.redwood.scheduler.api.constraint declared as LOVSupport Modifier and Type Field Description static LOVSupport
LOVSupport. GetLOV
static LOVSupport
LOVSupport. GetLOVAllowNew
static LOVSupport
LOVSupport. GetLOVQuery
static LOVSupport
LOVSupport. GetLOVQueryAllowNew
static LOVSupport
LOVSupport. GetLOVQueryPrefix
static LOVSupport
LOVSupport. GetLOVQueryPrefixAllowNew
static LOVSupport
LOVSupport. NoGetLOV
Methods in com.redwood.scheduler.api.constraint that return LOVSupport Modifier and Type Method Description LOVSupport
ConstraintContext. getLOVSupport(String parameterName)
Does this constraint provide LOV support for the specified parameter?static LOVSupport
LOVSupport. valueOf(String name)
Get the LOV support for a string (opposite oftoString()
).Methods in com.redwood.scheduler.api.constraint with parameters of type LOVSupport Modifier and Type Method Description int
LOVSupport. compareTo(LOVSupport that)
-
Uses of LOVSupport in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return LOVSupport Modifier and Type Method Description LOVSupport
SchedulerEntity. getLOVSupport(String fieldName)
Enquire about LOV support for a field on this object. -
Uses of LOVSupport in com.redwood.scheduler.spi.constraint
Methods in com.redwood.scheduler.spi.constraint that return LOVSupport Modifier and Type Method Description LOVSupport
Constraint. getLOVSupport(ConstraintContext context, String parameterName)
Does this constraint provide LOV support for the specified parameter?
-