| Package | Description |
|---|---|
| com.redhat.lightblue.assoc.ep |
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionBlock |
Step.block |
| Modifier and Type | Method and Description |
|---|---|
ExecutionBlock |
Source.getBlock() |
ExecutionBlock |
ResultDocument.getBlock()
Returns the execution block produced this document
|
ExecutionBlock |
Step.getBlock()
Returns the associated block of this step
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionBlock> |
JoinTuple.getBlocks() |
List<ExecutionBlock> |
ExecutionBlock.getSourceBlocks()
Returns the source execution blocks
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionBlock.addSourceBlock(ExecutionBlock source)
Adds a source block
|
AssociationQuery |
ExecutionBlock.getAssociationQueryForEdge(ExecutionBlock sourceBlock)
Returns the association query for the edge coming from the source block
into this block
|
static Set<Path> |
ExecutionPlan.getIncludedFieldsOfEntityForProjection(ExecutionBlock block,
CompositeMetadata root,
Projection requestProjection)
Returns the fields included based on the requested projection and
reference field projection
|
static Set<Path> |
ExecutionPlan.getIncludedFieldsOfEntityForSearch(ExecutionBlock block,
List<QueryFieldInfo> fieldInfo)
Returns the included fields of an entity based on query information.
|
static Set<Path> |
ExecutionPlan.getIncludedFieldsOfEntityForSort(ExecutionBlock block) |
OperationContext |
AbstractSearchStep.search(ExecutionBlock block,
ExecutionContext ctx,
CRUDFindRequest req) |
void |
ExecutionBlock.setAssociationQuery(ExecutionBlock sourceBlock,
AssociationQuery q)
Sets an edge query
|
static List<QueryExpression> |
Searches.writeQueriesForJoinTuple(JoinTuple tuple,
ExecutionBlock childBlock)
Writes queries form a join tuple
|
Copyright © 2016. All rights reserved.