Uses of Interface
com.aquima.interactions.communication.ICustomElementComposerContext
Packages that use ICustomElementComposerContext
Package
Description
-
Uses of ICustomElementComposerContext in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication with parameters of type ICustomElementComposerContextModifier and TypeMethodDescriptionvoid
ICommunicationEngineHandler.composeElement
(String customSchemaElement, InferenceContext profile, ICustomElementComposerContext context) This method is called by the communication engine when a custom schema element is encountered and should be composed. -
Uses of ICustomElementComposerContext in com.aquima.interactions.communication.impl.evaluator.composer
Classes in com.aquima.interactions.communication.impl.evaluator.composer that implement ICustomElementComposerContextModifier and TypeClassDescriptionfinal class
Internal custom element composer context. -
Uses of ICustomElementComposerContext in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session with parameters of type ICustomElementComposerContextModifier and TypeMethodDescriptionvoid
CommunicationEngineHandler.composeElement
(String customSchemaElement, InferenceContext profile, ICustomElementComposerContext composerContext) Constructors in com.aquima.interactions.portal.model.session with parameters of type ICustomElementComposerContextModifierConstructorDescriptionprotected
SchemaContext
(ICustomSchemaElementFactory factory, IInternalPortalContext context, InferenceContext profile, ICustomElementComposerContext composerContext)