Class FunctionCallContext
- java.lang.Object
-
- com.aquima.interactions.portal.model.session.PortalContext
-
- com.aquima.interactions.portal.model.tx.TxPortalContext
-
- com.aquima.interactions.portal.function.FunctionCallContext
-
- All Implemented Interfaces:
Interruptible
,IPortalContext
,ISessionLifecycle
,IInternalPortalContext
,Serializable
public class FunctionCallContext extends TxPortalContext
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionCallContext(ISolution application, IModule module, Channel channel, IProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRequestScope
getRequestScope()
Retrieves the request scope form the context.-
Methods inherited from class com.aquima.interactions.portal.model.tx.TxPortalContext
abortFlow, activate, commitTransaction, completeFlow, destroy, getActiveContext, getActiveFlowScope, getActiveInstance, getFlowScope, getProfile, getState, getTmsProfile, getUserProfile, passivate, pushActiveInstance, restore, rollbackTransaction, setActiveContext, setActiveFlowScope, startFlow, startTransaction
-
Methods inherited from class com.aquima.interactions.portal.model.session.PortalContext
forModule, getApplication, getApplicationMode, getApplicationModel, getCaseEngineClient, getChannel, getChannelName, getCommunicationEngine, getComposer, getConfiguration, getConnectionManager, getContentManagerFactory, getContentManagerFactory, getCurrentFlow, getCurrentLanguage, getCurrentPageName, getDocumentEngine, getElementComposer, getExpressionParser, getFactoryManager, getFlowEngine, getFlowState, getFunctionCallDefinitionManager, getId, getInternalSessionScope, getMappingComposer, getMappingManager, getMaskManager, getMatchEngine, getMetaModel, getPageScope, getProcessScope, getProject, getRequestErrorMap, getResourceManager, getRuleEngine, getServiceManager, getSessionId, getSessionScope, getTraceEngine, getTreeEngine, getUser, getUserScope, getWebServices, interrupt, isInterrupted, onEndRequest, onStartPage, onStartRequest, onStartTransition, setCurrentLanguage, setFlowState, setProcessScope, setSessionId, setSessionScope, setSessionScope
-
-
-
-
Method Detail
-
getRequestScope
public IRequestScope getRequestScope()
Description copied from interface:IPortalContext
Retrieves the request scope form the context. This object contains parameters and information about the request.- Specified by:
getRequestScope
in interfaceIPortalContext
- Overrides:
getRequestScope
in classPortalContext
- Returns:
- A request scope corresponding to this request. Never null
- See Also:
IRequestScope
-
-