Uses of Interface
com.aquima.interactions.portal.ICustomSchemaElementFactory
Packages that use ICustomSchemaElementFactory
Package
Description
-
Uses of ICustomSchemaElementFactory in com.aquima.interactions.framework
Methods in com.aquima.interactions.framework that return ICustomSchemaElementFactoryModifier and TypeMethodDescriptionDefaultFactoryManagerBase.getCustomSchemaElementFactory()
FactoryManager.getCustomSchemaElementFactory()
PersistenceAwareFactoryManager.getCustomSchemaElementFactory()
Methods in com.aquima.interactions.framework with parameters of type ICustomSchemaElementFactoryModifier and TypeMethodDescriptionvoid
FactoryManager.setCustomSchemaElementFactory
(ICustomSchemaElementFactory factory) This method may be used to specify the custom schema element factory implementation. -
Uses of ICustomSchemaElementFactory in com.aquima.interactions.framework.communication
Classes in com.aquima.interactions.framework.communication that implement ICustomSchemaElementFactoryModifier and TypeClassDescriptionclass
The default schema composer factory that provides implementations for the schema composers that come bundled with the aquima runtime. -
Uses of ICustomSchemaElementFactory in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return ICustomSchemaElementFactoryModifier and TypeMethodDescriptionIFactoryManager.getCustomSchemaElementFactory()
This method returns the schema composer factory which supplies schema(s) for the communication engine. -
Uses of ICustomSchemaElementFactory in com.aquima.interactions.portal.model.factory
Classes in com.aquima.interactions.portal.model.factory that implement ICustomSchemaElementFactoryModifier and TypeClassDescriptionfinal class
Custom schema element factory implementation that combines two factories.Methods in com.aquima.interactions.portal.model.factory that return ICustomSchemaElementFactoryModifier and TypeMethodDescriptionstatic ICustomSchemaElementFactory
LinkedCustomSchemaElementFactory.createFor
(ICustomSchemaElementFactory factory, ICustomSchemaElementFactory defaultFactory) This method returns a custom schema composer factory implementation that combines both the schema factories that are passed to this method.LinkedFactoryManager.getCustomSchemaElementFactory()
Methods in com.aquima.interactions.portal.model.factory with parameters of type ICustomSchemaElementFactoryModifier and TypeMethodDescriptionstatic ICustomSchemaElementFactory
LinkedCustomSchemaElementFactory.createFor
(ICustomSchemaElementFactory factory, ICustomSchemaElementFactory defaultFactory) This method returns a custom schema composer factory implementation that combines both the schema factories that are passed to this method. -
Uses of ICustomSchemaElementFactory in com.aquima.interactions.portal.model.session
Constructors in com.aquima.interactions.portal.model.session with parameters of type ICustomSchemaElementFactoryModifierConstructorDescriptionprotected
SchemaContext
(ICustomSchemaElementFactory factory, IInternalPortalContext context, InferenceContext profile, ICustomElementComposerContext composerContext)