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 Link icon

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

    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 Link icon

    forModule, forModule, getActiveInstance, getApplication, getApplicationMode, getApplicationModel, getAuditEngine, getCaseEngineClient, getCommentsManager, getCommunicationEngine, getComposer, getConfiguration, getConnectionManager, getContentManagerFactory, getContentManagerFactory, getContext, getCurrentFlow, getCurrentLanguage, getDebugger, 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 Link icon

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

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

    forModule, forModule, getActiveInstance, getApplicationMode, getAuditEngine, getCaseEngineClient, getCommentsManager, getCommunicationEngine, getConnectionManager, getContentManagerFactory, getContentManagerFactory, getCurrentFlow, getCurrentLanguage, getDebugger, 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 Link icon

    • WebFunctionContext Link icon

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

    • getFlowReference Link icon

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

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

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

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