Uses of Enum Class
org.chenile.core.context.ContextContainer
Packages that use ContextContainer
Package
Description
Chenile core beans are initialized in Spring.
The core Chenile exchange objects are defined here.
Define Core Chenile interceptors
Defines contracts for Search using the query model.
Contains key interceptors that can be used in conjunction with the Chenile Query service.
This class contains the
SecurityInterceptorWorkflow entry, exit commands etc.
-
Uses of ContextContainer in org.chenile.configuration.core
Methods in org.chenile.configuration.core that return ContextContainerModifier and TypeMethodDescription(package private) ContextContainerChenileCoreConfiguration.contextContainer() -
Uses of ContextContainer in org.chenile.core.context
Fields in org.chenile.core.context declared as ContextContainerModifier and TypeFieldDescription(package private) ContextContainerPopulateContextContainer.contextContainerMethods in org.chenile.core.context that return ContextContainerModifier and TypeMethodDescriptionstatic ContextContainerContextContainer.getInstance()static ContextContainerReturns the enum constant of this class with the specified name.static ContextContainer[]ContextContainer.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.chenile.core.context with parameters of type ContextContainerModifier and TypeMethodDescriptionstatic voidPopulateContextContainer.populateChenileExchangeFromContext(ChenileExchange exchange, ContextContainer contextContainer) static voidPopulateContextContainer.populateContextFromChenileExchange(ChenileExchange exchange, ContextContainer contextContainer) -
Uses of ContextContainer in org.chenile.core.interceptors
Fields in org.chenile.core.interceptors declared as ContextContainerModifier and TypeFieldDescription(package private) ContextContainerValidateCopyHeaders.contextContainer -
Uses of ContextContainer in org.chenile.query.service
Fields in org.chenile.query.service declared as ContextContainerModifier and TypeFieldDescriptionprotected ContextContainerAbstractSearchServiceImpl.contextContainerMethods in org.chenile.query.service with parameters of type ContextContainerModifier and TypeMethodDescriptionvoidAbstractSearchServiceImpl.setContextContainer(ContextContainer contextContainer) -
Uses of ContextContainer in org.chenile.query.service.interceptor
Fields in org.chenile.query.service.interceptor declared as ContextContainerModifier and TypeFieldDescription(package private) ContextContainerQuerySAASInterceptor.contextContainerprivate ContextContainerQueryUserFilterInterceptor.contextContainer -
Uses of ContextContainer in org.chenile.security.interceptor
Fields in org.chenile.security.interceptor declared as ContextContainer -
Uses of ContextContainer in org.chenile.workflow.service.stmcmds
Fields in org.chenile.workflow.service.stmcmds declared as ContextContainerModifier and TypeFieldDescriptionprivate ContextContainerSTMTransitionActionResolver.contextContainer