| Package | Description |
|---|---|
| com.redhat.lightblue.crud | |
| com.redhat.lightblue.mediator |
| Modifier and Type | Method and Description |
|---|---|
static FindRequest |
FindRequest.fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Parses a find request from a json object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FindRequest.shallowCopyFrom(FindRequest r) |
| Modifier and Type | Method and Description |
|---|---|
Response |
Mediator.explain(FindRequest req)
Explains the query.
|
Response |
Mediator.find(FindRequest req)
Finds documents
|
protected Callable<Response> |
Mediator.getAsyncFind(FindRequest req) |
Copyright © 2016. All rights reserved.