|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Query
Nested Class Summary | |
---|---|
static class |
Query.Type
Defines general query types. |
Method Summary | |
---|---|
QueryResult |
execute()
Makes a query to the backend. |
QueryResult |
execute(boolean countTotal)
Makes a query to the backend. |
Method Detail |
---|
QueryResult execute() throws QueryException
QueryException
FilterableQuery#execute(QueryFilter,boolean)}
QueryResult execute(boolean countTotal) throws QueryException
The total number of documents can also be retrieved, it is then stored in
the DocumentModelList
returned by
QueryResult.getDocumentModels()
.
countTotal
- if true
, also count the total number of
documents when no limit/offset is passed
QueryException
FilterableQuery#execute(QueryFilter,boolean)}
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |