| Package | Description |
|---|---|
| com.redhat.lightblue.crud | |
| com.redhat.lightblue.mediator |
| Modifier and Type | Method and Description |
|---|---|
Factory |
CRUDOperationContext.getFactory()
Returns the factory instance that controls the validator and CRUD
instances.
|
| Constructor and Description |
|---|
CRUDOperationContext(CRUDOperation op,
String entityName,
Factory f,
List<DocCtx> docs,
Set<String> callerRoles,
HookManager hookManager)
This constructor is used to construct an operation context that
is derived from another existing context.
|
CRUDOperationContext(CRUDOperation op,
String entityName,
Factory f,
List<JsonDoc> docs)
This is the constructor used to represent the context of an operation
|
| Constructor and Description |
|---|
CompositeFindImpl(CompositeMetadata md,
Factory factory) |
Mediator(Metadata md,
Factory factory) |
OperationContext(Request request,
Metadata metadata,
Factory factory,
CRUDOperation CRUDOperation)
Construct operation context
|
QueryPlanNodeExecutor(QueryPlanNode node,
Factory factory,
CompositeMetadata root,
Map<DocId,JsonDoc> documentCache) |
SimpleFindImpl(EntityMetadata md,
Factory factory) |
Copyright © 2015. All rights reserved.