Uses of Interface
de.uplanet.lucy.server.session.ISession
-
-
Uses of ISession in de.uplanet.lucy.server
Methods in de.uplanet.lucy.server that return ISession Modifier and Type Method Description static ISession
ContextSession. get()
CallsThreadContext.getSession()
.ISession
ISessionProcessingContext. getSession()
Get the current portal server session.ISession
ISessionProcessingContext. popSession()
For internal use only.Methods in de.uplanet.lucy.server with parameters of type ISession Modifier and Type Method Description static String
ContextLanguage. get(IServerBridgeRequest p_request, ISession p_session)
Get the language that's associated with the current execution context.static ILocale
ContextLocale. get(IServerBridgeRequest p_request, ISession p_session)
Get the locale that's associated with the current execution context.void
ISessionProcessingContext. pushSession(ISession p_session)
For internal use only. -
Uses of ISession in de.uplanet.lucy.server.businesslogic
Methods in de.uplanet.lucy.server.businesslogic that return ISession Modifier and Type Method Description ISession
RestrictedBusinessLogicProcessingContext. getSession()
ISession
RestrictedBusinessLogicProcessingContext. popSession()
Methods in de.uplanet.lucy.server.businesslogic with parameters of type ISession Modifier and Type Method Description void
RestrictedBusinessLogicProcessingContext. pushSession(ISession p_session)
-
Uses of ISession in de.uplanet.lucy.server.portalserver
Classes in de.uplanet.lucy.server.portalserver that implement ISession Modifier and Type Class Description class
GroovySession
Constructors in de.uplanet.lucy.server.portalserver with parameters of type ISession Constructor Description GroovySession(ISession p_session)
-
Uses of ISession in de.uplanet.lucy.server.session
Classes in de.uplanet.lucy.server.session that implement ISession Modifier and Type Class Description class
AbstractSession
-
Uses of ISession in de.uplanet.lucy.server.usermanager.groovy
Constructors in de.uplanet.lucy.server.usermanager.groovy with parameters of type ISession Constructor Description GroovyTenantHelper(ISession p_session)
-
Uses of ISession in de.uplanet.lucy.server.workflow.event
Methods in de.uplanet.lucy.server.workflow.event that return ISession Modifier and Type Method Description ISession
ISessionLoginWorkflowEvent. getSession()
Get the session that has been logged in.ISession
ISessionLogoutWorkflowEvent. getSession()
Get the session that has been logged out.ISession
SessionLoginWorkflowEvent. getSession()
ISession
SessionLogoutWorkflowEvent. getSession()
Constructors in de.uplanet.lucy.server.workflow.event with parameters of type ISession Constructor Description SessionLoginWorkflowEvent(ISession p_session, String p_strAuthConfigurationName)
SessionLogoutWorkflowEvent(ISession p_session, String p_strAuthConfigurationName)
-
Uses of ISession in de.uplanet.lucy.server.workflow.timer
Constructors in de.uplanet.lucy.server.workflow.timer with parameters of type ISession Constructor Description FreeTimerProcessingContext(org.springframework.context.ApplicationContext p_appCtx, de.uplanet.jdbc.JdbcConnection p_conn, ISession p_session, SharedState p_sharedState)
-