Uses of Interface
com.aquima.interactions.portal.IPageScope
Packages that use IPageScope
Package
Description
-
Uses of IPageScope in com.aquima.interactions.framework.container.caselist.state
Methods in com.aquima.interactions.framework.container.caselist.state with parameters of type IPageScopeModifier and TypeMethodDescriptionstatic CaseListState
CaseListState.acquireCachedInstance
(String containerName, IPageScope pageScope) static CaseListState
CaseListState.acquireInstance
(String containerName, IPageScope pageScope) -
Uses of IPageScope in com.aquima.interactions.framework.container.instance.list.state
Methods in com.aquima.interactions.framework.container.instance.list.state with parameters of type IPageScopeModifier and TypeMethodDescriptionstatic InstanceListState
InstanceListState.acquireCachedInstance
(String containerName, String containerId, IPageScope pageScope) static InstanceListState
InstanceListState.acquireInstance
(String containerName, String containerId, IPageScope pageScope) -
Uses of IPageScope in com.aquima.interactions.framework.container.worklist.state
Methods in com.aquima.interactions.framework.container.worklist.state with parameters of type IPageScopeModifier and TypeMethodDescriptionstatic WorkListState
WorkListState.acquireCachedInstance
(String containerName, IPageScope pageScope) static WorkListState
WorkListState.acquireInstance
(String containerName, IPageScope pageScope) -
Uses of IPageScope in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return IPageScopeModifier and TypeMethodDescriptionIPortalContext.getPageScope()
Retrieves the page scope form the context. -
Uses of IPageScope in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return IPageScopeModifier and TypeMethodDescriptionActionHandlerContext.getPageScope()
PortalContext.getPageScope()
PortalContextDelegate.getPageScope()
ServiceContextDelegate.getPageScope()
-
Uses of IPageScope in com.aquima.interactions.portal.model.session.concurrent
Classes in com.aquima.interactions.portal.model.session.concurrent that implement IPageScopeModifier and TypeClassDescriptionclass
Page scope implementation that uses locking to handle concurrent method calls.Constructors in com.aquima.interactions.portal.model.session.concurrent with parameters of type IPageScopeModifierConstructorDescriptionConcurrentPageScope
(IPageScope pageScope, ReadWriteLock lock) Construct a concurrent page scope. -
Uses of IPageScope in com.aquima.interactions.portal.model.session.scope
Classes in com.aquima.interactions.portal.model.session.scope that implement IPageScopeModifier and TypeClassDescriptionclass
This class implements the IPageScope interface and is used to store page specific attributes.class
Utility class to allow for easy wrapping of a page scope implementation.Constructors in com.aquima.interactions.portal.model.session.scope with parameters of type IPageScopeModifierConstructorDescriptionprotected
PageScopeDelegate
(IPageScope parent) Constructs the page scope with the object that needs to be wrapped. -
Uses of IPageScope in com.aquima.interactions.portal.model.session.state
Constructors in com.aquima.interactions.portal.model.session.state with parameters of type IPageScope