Uses of Interface
com.blueriq.component.api.IAquimaSession
Packages that use IAquimaSession
Package
Description
-
Uses of IAquimaSession in com.blueriq.component.api
Methods in com.blueriq.component.api that return IAquimaSessionModifier and TypeMethodDescriptionIAquimaEngineFacade.createChildSession(IAquimaSessionsMap manager, String parentSessionId, com.aquima.interactions.foundation.ApplicationID applicationId, com.aquima.interactions.project.ModuleID moduleId, com.aquima.interactions.metamodel.Channel channel, com.aquima.interactions.project.IUserData userData, String name) Creates a child portal session for the specified application and module and saves the session.IAquimaEngineFacade.createChildSession(IAquimaSessionsMap sessionManager, String parentSessionId, com.aquima.interactions.foundation.ApplicationID applicationId, String channel, com.aquima.interactions.project.IUserData user, String name) Creates a portal session for the specified application.IAquimaEngineFacade.createNonInteractiveSession(com.aquima.interactions.foundation.ApplicationID applicationId, com.aquima.interactions.project.IUserData userData) Creates a portal session for the specified application and saves the session.IAquimaEngineFacade.createSession(IAquimaSessionsMap manager, com.aquima.interactions.foundation.ApplicationID applicationId, String channel, com.aquima.interactions.project.IUserData userData, String name) Creates a web portal session for the specified application and saves the session.IAquimaSessionsMap.getRootSession(String currentSessionId) Retrieves the root session from the current session id.IAquimaSessionsMap.getSession(String aquimaSessionId) Returns the session with the specified id.IAquimaSessionsMap.getSession(String aquimaSessionId, FlushMode flushMode) Returns the session with the specified id.IAquimaEngineFacade.restoreSession(IAquimaSessionsMap sessionManager, com.aquima.interactions.foundation.ApplicationID applicationId, com.aquima.interactions.portal.model.ISessionState sessionState, String sessionId, com.aquima.interactions.portal.IPortalMessageBus messageBus, com.aquima.interactions.portal.IPortalEventBus eventBus) This method may be used to restore a session from binary data containing a saved session state.IAquimaEngineFacade.restoreSession(IAquimaSessionsMap sessionManager, com.aquima.interactions.foundation.ApplicationID applicationId, String sessionXml, String sessionId, com.aquima.interactions.portal.IPortalMessageBus messageBus, com.aquima.interactions.portal.IPortalEventBus eventBus) This method may be used to restore a session from an XML containing a saved session state.Methods in com.blueriq.component.api that return types with arguments of type IAquimaSessionModifier and TypeMethodDescriptionIAquimaSessionsMap.getChildSessions(String sessionId) Returns the child sessions of the specified parent sessionIAquimaSessionsMap.getChildSessions(String sessionId, String pageName) Returns the child sessions of the specified parent session which were created on the specified page.Methods in com.blueriq.component.api with parameters of type IAquimaSessionModifier and TypeMethodDescriptionvoidIAquimaEngineFacade.activateSession(IAquimaSession session) Activates the given session.voidIAquimaSessionsMap.addChildSession(String parentSessionId, IAquimaSession session) Adds the Aquima session and sets the unique session id, it will also be registered as a child session of the specified parent sessionvoidIAquimaSessionsMap.addSession(IAquimaSession aquimaSession) Adds the Aquima session.voidIAquimaEngineFacade.passivateSession(IAquimaSession session) Passivates the given session.voidIAquimaSessionsMap.updateSession(IAquimaSession aquimaSession) This method updates the session with the same id as the specified session. -
Uses of IAquimaSession in com.blueriq.component.api.externalflow.session
Subinterfaces of IAquimaSession in com.blueriq.component.api.externalflow.session -
Uses of IAquimaSession in com.blueriq.component.api.ui
Methods in com.blueriq.component.api.ui that return IAquimaSession