Interface | Description |
---|---|
ContextInfo.QueryInfluencer |
A dynamic component that the
NarrowExecutor will invoke to generate a Node
filter string that can be parsed and set as a predicate on the ultimate query it is
processing. |
ContextInfoCustomizer |
Declare instances of this class as beans to influence customization of ContextInfo in a general
way upon entry into a service endpoint.
|
Class | Description |
---|---|
BroadleafQueryHintKeys |
Broadleaf specific keys useful for interacting with
ContextInfo.getQueryHints() . |
ContextChangeContainer |
Context implementation version of
ChangeContainer to be used with ContextRequest . |
ContextInfo |
POJO representing context information regarding the current API request.
|
ContextInfo.QueryHint |
This is a generic hint concept that is used to influence persistence tier queries.
|
ContextInfo.QueryHints |
Container object for one or more
ContextInfo.QueryHint instances. |
ContextInfoHandlerMethodArgumentResolver |
Allows the use of
ContextInfo within @RequestMapping method parameters. |
ContextInfoWebRequestResolver |
Provides functionality for resolving information from a web request into a
ContextInfo . |
ContextRequest |
Specific context information related to sandbox and/or multitenant state.
|
ContextUtility |
Utility class for temporarily setting several values on
ContextInfo for the scope of a
block of code embodied in a Supplier . |
Enum | Description |
---|---|
ContextIdOverwriteBehavior |
Override behaviors for contextId generation for
Trackable domain |
Annotation Type | Description |
---|---|
ContextOperation |
Sets defaults when initializing a
ContextInfo within a Spring controller argument |
Copyright © 2021. All rights reserved.