Uses of Interface
com.aquima.interactions.portal.IFlowScope
Packages that use IFlowScope
Package
Description
-
Uses of IFlowScope in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal that return IFlowScopeModifier and TypeMethodDescriptionIPortalContext.getFlowScope()
Retrieves the flow scope form the context. -
Uses of IFlowScope in com.aquima.interactions.portal.model.session
Methods in com.aquima.interactions.portal.model.session that return IFlowScopeModifier and TypeMethodDescriptionActionHandlerContext.getFlowScope()
PortalContextDelegate.getFlowScope()
ServiceContextDelegate.getFlowScope()
-
Uses of IFlowScope in com.aquima.interactions.portal.model.session.concurrent
Classes in com.aquima.interactions.portal.model.session.concurrent that implement IFlowScopeModifier and TypeClassDescriptionclass
Flow scope implementation that uses locking to handle concurrent method calls.Constructors in com.aquima.interactions.portal.model.session.concurrent with parameters of type IFlowScopeModifierConstructorDescriptionConcurrentFlowScope
(IFlowScope flowScope, ReadWriteLock lock) Construct a concurrent flow scope. -
Uses of IFlowScope in com.aquima.interactions.portal.model.session.scope
Classes in com.aquima.interactions.portal.model.session.scope that implement IFlowScopeModifier and TypeClassDescriptionclass
This class implements the IFlowScope interface and is used to store flow specific objects.class
Utility class to allow for easy wrapping of a flow scope implementation.Constructors in com.aquima.interactions.portal.model.session.scope with parameters of type IFlowScope -
Uses of IFlowScope in com.aquima.interactions.portal.model.tx
Methods in com.aquima.interactions.portal.model.tx that return IFlowScope