Class WebFunctionContext

java.lang.Object
com.aquima.interactions.portal.model.session.PortalContextDelegate
com.aquima.web.api.function.context.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:
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebFunctionContext(com.aquima.interactions.portal.model.IInternalPortalContext context, WebFunctionRequestData requestData)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.aquima.interactions.portal.ds.FlowReference
     
    com.aquima.interactions.portal.function.FunctionParameters
     
    com.aquima.interactions.communication.data.DataObject
     
    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, getAuditEngine, getCaseEngineClient, getCommentsManager, 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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.aquima.interactions.portal.IPortalContext

    forModule, getActiveInstance, getApplicationMode, getAuditEngine, getCaseEngineClient, getCommentsManager, 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 Details

    • WebFunctionContext

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

    • 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()