Package com.broadleafcommerce.data.tracking.core.context
package com.broadleafcommerce.data.tracking.core.context
-
ClassDescriptionBroadleaf specific keys useful for interacting with
ContextInfo.getQueryHints()
.Context implementation version ofChangeContainer
to be used withContextRequest
.Override behaviors for contextId generation forTrackable
domainPOJO representing context information regarding the current API request.This is a generic hint concept that is used to influence persistence tier queries.Container object for one or moreContextInfo.QueryHint
instances.A dynamic component that theNarrowExecutor
will invoke to generate aNode
filter string that can be parsed and set as a predicate on the ultimate query it is processing.Declare instances of this class as beans to influence customization of ContextInfo in a general way upon entry into a service endpoint.Allows the use ofContextInfo
within@RequestMapping
method parameters.Provides functionality for resolving information from a web request into aContextInfo
.Sets defaults when initializing aContextInfo
within a Spring controller argumentSpecific context information related to sandbox and/or multitenant state.Utility class for temporarily setting several values onContextInfo
for the scope of a block of code embodied in aSupplier
.