| Package | Description |
|---|---|
| com.redhat.lightblue.assoc |
| Modifier and Type | Method and Description |
|---|---|
Map<QueryPlanNode,List<ChildDocReference>> |
ResultDoc.getChildren() |
static List<ChildDocReference> |
ResultDoc.getChildren(List<ResultDoc> docs,
QueryPlanNode dest)
Returns all child references to a given node for all the docs in the list
|
List<ChildDocReference> |
ResultDoc.getChildren(QueryPlanNode dest) |
Map<QueryPlanNode,ChildDocReference> |
ResultDoc.getParentDocs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResolvedFieldBinding.refresh(ChildDocReference ref)
Attempts to refresh this binding starting at the given parent document, and ascending to its parents
|
static void |
ResolvedFieldBinding.refresh(List<ResolvedFieldBinding> bindings,
ChildDocReference ref) |
void |
ResultDoc.setParentDoc(QueryPlanNode parentNode,
ChildDocReference ref)
Sets the parent document reference of this document that is coming from parentNode
|
Copyright © 2015. All rights reserved.