Support preloading keywords for improved performance

This commit is contained in:
drdev
2015-09-07 21:13:12 +00:00
parent b707d03c1e
commit 1ce62b1bb8
4 changed files with 55 additions and 3 deletions

View File

@@ -891,6 +891,14 @@ public class AdvancedSearch {
return caption.substring(emptyCaption.length());
}
public FilterOption getOption() {
return option;
}
public FilterOperator getOperator() {
return operator;
}
public Predicate<T> getPredicate() {
return predicate;
}