Package | Description |
---|---|
com.docdoku.core.query |
Support classes to work with the query builder and the basic search.
|
Modifier and Type | Method and Description |
---|---|
QueryRule |
QueryRule.getParentQueryRule() |
QueryRule |
Query.getPathDataQueryRule() |
QueryRule |
Query.getQueryRule() |
Modifier and Type | Method and Description |
---|---|
List<QueryRule> |
QueryRule.getSubQueryRules() |
Modifier and Type | Method and Description |
---|---|
void |
QueryRule.setParentQueryRule(QueryRule parentQueryRule) |
void |
Query.setPathDataQueryRule(QueryRule pathDataQueryRule) |
void |
Query.setQueryRule(QueryRule queryRule) |
void |
Query.setRules(QueryRule queryRule) |
Modifier and Type | Method and Description |
---|---|
void |
QueryRule.setSubQueryRules(List<QueryRule> subQueryRules) |
Constructor and Description |
---|
Query(User author,
String name,
Date creationDate,
QueryRule queryRule,
QueryRule pathDataQueryRule,
List<String> selects,
List<String> orderByList,
List<String> groupedByList,
List<QueryContext> contexts) |
Copyright © 2017 DocDoku. All rights reserved.