| Package | Description |
|---|---|
| com.redhat.lightblue.crud | |
| com.redhat.lightblue.crud.valuegenerators | |
| 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,
ExecutionOptions eo)
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,
ExecutionOptions eo)
This is the constructor used to represent the context of an operation
|
CRUDOperationContext(CRUDOperation op,
String entityName,
Factory f,
Set<String> callerRoles,
HookManager hookManager,
List<JsonDoc> docs,
ExecutionOptions eo) |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
GeneratedFields.generate(Factory factory,
SimpleField field,
EntityMetadata md) |
static void |
GeneratedFields.initializeGeneratedFields(Factory factory,
EntityMetadata md,
JsonDoc doc) |
| Constructor and Description |
|---|
Mediator(Metadata md,
Factory factory) |
OperationContext(Request request,
Metadata metadata,
Factory factory,
CRUDOperation CRUDOperation)
Construct operation context
|
OperationContext(Request request,
Metadata metadata,
Factory factory,
CRUDOperation CRUDOperation,
DefaultMetadataResolver resolver,
List<DocCtx> docs,
Set<String> callerRoles,
HookManager hookManager)
Construct an operation context drived from another operation context
|
SimpleFindImpl(EntityMetadata md,
Factory factory) |
Copyright © 2016. All rights reserved.