Interface MTAttributeServerFilter
- All Superinterfaces:
MTAttributeFilter
Interface indicating that this attribute filter can produce a BooM expression.
BooM expressions can be run, and matched, on the server, potentially increasing
performance.
-
Method Summary
Modifier and TypeMethodDescriptionReturns this filter's filter string as a BooM expression.Methods inherited from interface se.conciliate.extensions.store.query.MTAttributeFilter
createCustomEditor, getAttributeType, getAvailableKeys, getEditorType, getFilterRepresentation, getFilterString, getFilterType, getIcon, getSelectedKeys, getTitle, isEditorHideable, isFiltering, match, matchEmpty, setSelectedKeys
-
Method Details
-
getBooMExpression
String getBooMExpression()Returns this filter's filter string as a BooM expression.- Returns:
- this filter's filter string as a BooM expression.
-