Uses of Interface
com.aquima.interactions.composer.IComposerContext
Packages that use IComposerContext
Package
Description
-
Uses of IComposerContext in com.aquima.interactions.composer
Methods in com.aquima.interactions.composer that return IComposerContextModifier and TypeMethodDescriptionIComposerContext.forContainerId
(String containerId) This method creates a child context of active composer context.IComposerContext.forInstance
(EntityValue instance) This method creates a child context of active composer context, using this method the provided instance is used as the active instance in the underlying inference context.Methods in com.aquima.interactions.composer with parameters of type IComposerContextModifier and TypeMethodDescriptionIComposerHandler.expand
(IComposerContext context, ContainerDefinition definition, Container container) This method will be invoked for dynamic containers to allow the client to forward the actual implementation to the object actually implementing the dynamic container.Element[]
IComposer.expandReference
(IComposerHandler handler, IComposerContext context, AbstractReference reference) This method will expand the elements referenced by the abstract reference. -
Uses of IComposerContext in com.aquima.interactions.composer.model
Classes in com.aquima.interactions.composer.model that implement IComposerContextModifier and TypeClassDescriptionfinal class
This internal composer context wraps the inference context of the client, and adds instance management to keep track of the instances that were activated by containers.Methods in com.aquima.interactions.composer.model that return IComposerContextModifier and TypeMethodDescriptionComposerContext.forContainerId
(String containerId) ComposerContext.forInstance
(EntityValue instance) Methods in com.aquima.interactions.composer.model with parameters of type IComposerContextModifier and TypeMethodDescriptionElement[]
Composer.expandReference
(IComposerHandler handler, IComposerContext context, AbstractReference reference) -
Uses of IComposerContext in com.aquima.interactions.portal.model
Constructors in com.aquima.interactions.portal.model with parameters of type IComposerContextModifierConstructorDescriptionElementComposer
(IComposerContext context, IComposerHandler handler, IComposer composer, IModule module) Constructs an element composer with the required arguments, based on an IComposerContext instance. -
Uses of IComposerContext in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session with parameters of type IComposerContextModifier and TypeMethodDescriptionComposerHandler.expand
(IComposerContext composerContext, ContainerDefinition definition, Container container) Constructors in com.aquima.interactions.portal.model.session with parameters of type IComposerContextModifierConstructorDescriptionprotected
ContainerContext
(ComposerHandler handler, IComposerContext composerContext, ContainerDefinition container, ITypedParameters typedParameters)