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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionCallContext
(ISolution application, IModule module, Channel channel, IProfile profile) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves 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, getAuditEngine, getCaseEngineClient, getChannel, getChannelName, getCommentsManager, 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
-
Constructor Details
-
FunctionCallContext
-
-
Method Details
-
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:
-