|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryResult | |
|---|---|
| org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
| org.apache.chemistry.opencmis.workbench.model | |
| Uses of QueryResult in org.apache.chemistry.opencmis.client.api |
|---|
| Methods in org.apache.chemistry.opencmis.client.api that return QueryResult | |
|---|---|
QueryResult |
ObjectFactory.convertQueryResult(ObjectData objectData)
|
| Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type QueryResult | |
|---|---|
ItemIterable<QueryResult> |
Session.query(String statement,
boolean searchAllVersions)
Sends a query to the repository. |
ItemIterable<QueryResult> |
Session.query(String statement,
boolean searchAllVersions,
OperationContext context)
Sends a query to the repository using the given OperationContext. |
| Uses of QueryResult in org.apache.chemistry.opencmis.workbench.model |
|---|
| Methods in org.apache.chemistry.opencmis.workbench.model that return types with arguments of type QueryResult | |
|---|---|
ItemIterable<QueryResult> |
ClientModel.query(String q,
boolean searchAllVersions,
int maxHits)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||