Package | Description |
---|---|
com.docdoku.core.query |
Support classes to work with the query builder and the basic search.
|
Modifier and Type | Method and Description |
---|---|
QueryContext |
QueryResultRow.getContext() |
Modifier and Type | Method and Description |
---|---|
List<QueryContext> |
Query.getContexts() |
Modifier and Type | Method and Description |
---|---|
void |
QueryResultRow.setContext(QueryContext context) |
Modifier and Type | Method and Description |
---|---|
void |
Query.setContexts(List<QueryContext> contexts) |
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.