public class BroadleafQueryHintKeys extends Object
ContextInfo.getQueryHints()
.Modifier and Type | Field and Description |
---|---|
static String |
FILTERS
Hints based on this key will inform the system of additional filters it should add during
criteria embellishment.
|
Constructor and Description |
---|
BroadleafQueryHintKeys() |
public static final String FILTERS
Trackable
will be informed by this hint. Furthermore, if ContextInfo.isIgnoreNarrowing()
is
true, any hints using this key will not be applied.
Filters should be expressed as valid RSQL expressions. Multiple expressions may be included and should be delimited with a semicolon.
Copyright © 2021. All rights reserved.