Class RqlParser
java.lang.Object
com.boschsemanticstack.rql.parser.v1.RqlParser
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic RqlQueryModeladdRestriction(RqlQueryModel model, RqlFilter... filters) static RqlBuilderbuilder()static RqlQueryModelstatic Iterator<RqlQueryModel> getPagedQuery(RqlQueryModel model, long pageSize) protected static Stream<RqlQueryModel> getPagedQueryStream(RqlQueryModel model, long pageSize) static RqlQueryModelpreProcessFilter(RqlQueryModel model) static RqlQueryModelpreProcessFilter(RqlQueryModel model, List<RqlFilterPreProcessor> filterPreProcessors) toQueryParameters(RqlQueryModel model) static StringtoString(RqlQueryModel model)
-
Field Details
-
DEFAULT_FILTER_PREPROCESSORS
-
-
Method Details
-
from
-
preProcessFilter
-
preProcessFilter
public static RqlQueryModel preProcessFilter(RqlQueryModel model, List<RqlFilterPreProcessor> filterPreProcessors) -
builder
-
toString
-
toQueryParameters
-
addRestriction
-
getPagedQuery
-
getPagedQueryStream
-