| Package | Description |
|---|---|
| com.redhat.lightblue.crud | |
| com.redhat.lightblue.mediator |
| Modifier and Type | Method and Description |
|---|---|
HookManager |
CRUDOperationContext.getHookManager()
The hookManager for this operation
|
| 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,
Set<String> callerRoles,
HookManager hookManager,
List<JsonDoc> docs,
ExecutionOptions eo) |
| Constructor and Description |
|---|
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
|
Copyright © 2016. All rights reserved.