Class WebFunctionContext

  • All Implemented Interfaces:
    com.aquima.interactions.portal.function.IFunctionContext, com.aquima.interactions.portal.IPortalContext, com.aquima.interactions.portal.model.IInternalPortalContext, Serializable

    public class WebFunctionContext
    extends com.aquima.interactions.portal.model.session.PortalContextDelegate
    implements com.aquima.interactions.portal.function.IFunctionContext
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.aquima.interactions.portal.ds.FlowReference getFlowReference()  
      com.aquima.interactions.portal.function.FunctionParameters getInput()  
      com.aquima.interactions.communication.data.DataObject getOutputData()  
      void setOutput​(com.aquima.interactions.portal.function.FunctionParameters output)  
      • Methods inherited from class com.aquima.interactions.portal.model.session.PortalContextDelegate

        forModule, getActiveInstance, getApplication, getApplicationMode, getApplicationModel, getCaseEngineClient, getCommunicationEngine, getComposer, getConfiguration, getConnectionManager, getContentManagerFactory, getContentManagerFactory, getContext, getCurrentFlow, getCurrentLanguage, getDocumentEngine, getElementComposer, getExpressionParser, getFactoryManager, getFlowEngine, getFlowScope, getFunctionCallDefinitionManager, getId, getMappingComposer, getMappingManager, getMaskManager, getMatchEngine, getMetaModel, getPageScope, getProcessScope, getProfile, getProject, getRequestScope, getResourceManager, getRuleEngine, getServiceManager, getSessionId, getSessionScope, getState, getTraceEngine, getTreeEngine, getUserProfile, getUserScope, getWebServices, pushActiveInstance, restore
      • Methods inherited from interface com.aquima.interactions.portal.IPortalContext

        forModule, getActiveInstance, getApplicationMode, getCaseEngineClient, getCommunicationEngine, getConnectionManager, getContentManagerFactory, getContentManagerFactory, getCurrentFlow, getCurrentLanguage, getDocumentEngine, getElementComposer, getExpressionParser, getFlowEngine, getFlowScope, getFunctionCallDefinitionManager, getMappingComposer, getMappingManager, getMaskManager, getMatchEngine, getMetaModel, getPageScope, getProcessScope, getProfile, getProject, getRequestScope, getResourceManager, getRuleEngine, getServiceManager, getSessionId, getSessionScope, getState, getTraceEngine, getTreeEngine, getUserProfile, getUserScope, getWebServices, pushActiveInstance, restore
    • Constructor Detail

      • WebFunctionContext

        public WebFunctionContext​(com.aquima.interactions.portal.model.IInternalPortalContext context,
                                  WebFunctionRequestData requestData)
    • Method Detail

      • getFlowReference

        public com.aquima.interactions.portal.ds.FlowReference getFlowReference()
        Specified by:
        getFlowReference in interface com.aquima.interactions.portal.function.IFunctionContext
      • getInput

        public com.aquima.interactions.portal.function.FunctionParameters getInput()
        Specified by:
        getInput in interface com.aquima.interactions.portal.function.IFunctionContext
      • setOutput

        public void setOutput​(com.aquima.interactions.portal.function.FunctionParameters output)
        Specified by:
        setOutput in interface com.aquima.interactions.portal.function.IFunctionContext
      • getOutputData

        public com.aquima.interactions.communication.data.DataObject getOutputData()