Uses of Interface
com.aquima.interactions.communication.ICommunicationEngine
Packages that use ICommunicationEngine
Package
Description
-
Uses of ICommunicationEngine in com.aquima.interactions.communication
Methods in com.aquima.interactions.communication that return ICommunicationEngineModifier and TypeMethodDescriptionCommunicationEngineFactory.create
(IMetaModel metamodel, IRuleEngine ruleEngine, ICommunicationEngineDS datasource) ICommunicationEngineFactory.create
(IMetaModel metamodel, IRuleEngine ruleEngine, ICommunicationEngineDS datasource) This method creates a new communication engine. -
Uses of ICommunicationEngine in com.aquima.interactions.communication.impl
Classes in com.aquima.interactions.communication.impl that implement ICommunicationEngineModifier and TypeClassDescriptionfinal class
Internal ICommunicationEngine implementation that uses a datasource, metamodel and ruleengine for construction.Constructors in com.aquima.interactions.communication.impl with parameters of type ICommunicationEngineModifierConstructorDescriptionprotected
RestMessageDefinition
(RestServiceDefinition serviceDefinition, IRestMessageDS datasource, ICommunicationEngine communicationEngine, IMetaModel metaModel, IRuleEngine ruleEngine) protected
RestOperationDefinition
(RestServiceDefinition restService, IRestOperationDS datasource, ICommunicationEngine communicationEngine, IMetaModel metaModel, IRuleEngine ruleEngine) protected
RestOperationVisitor
(RestServiceDefinition serviceDefinition, ICommunicationEngine communicationEngine, IMetaModel metamodel, IRuleEngine ruleEngine) protected
RestRequestMessageDefinition
(RestServiceDefinition restService, IRestRequestMessageDS datasource, ICommunicationEngine communicationEngine, IMetaModel metaModel, IRuleEngine ruleEngine) -
Uses of ICommunicationEngine in com.aquima.interactions.portal.model
Methods in com.aquima.interactions.portal.model that return ICommunicationEngineModifier and TypeMethodDescriptionIModule.getCommunicationEngine()
Returns the Communication engine.Module.getCommunicationEngine()
-
Uses of ICommunicationEngine in com.aquima.interactions.portal.model.session
Constructors in com.aquima.interactions.portal.model.session with parameters of type ICommunicationEngineModifierConstructorDescriptionprotected
CommunicationEngine
(ICommunicationEngine communicationEngine, IInternalPortalContext context)