|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Session in de.uplanet.lucy.server |
---|
Methods in de.uplanet.lucy.server that return Session | |
---|---|
static Session |
ContextSession.get()
Calls ThreadContext.getSession() . |
Uses of Session in de.uplanet.lucy.server.businesslogic |
---|
Methods in de.uplanet.lucy.server.businesslogic that return Session | |
---|---|
Session |
RestrictedBusinessLogicProcessingContext.getSession()
|
Session |
RestrictedBusinessLogicProcessingContext.popSession()
|
Methods in de.uplanet.lucy.server.businesslogic with parameters of type Session | |
---|---|
void |
RestrictedBusinessLogicProcessingContext.pushSession(Session p_session)
|
Uses of Session in de.uplanet.lucy.server.portalserver |
---|
Constructors in de.uplanet.lucy.server.portalserver with parameters of type Session | |
---|---|
GroovySession(Session p_session)
|
Uses of Session in de.uplanet.lucy.server.workflow |
---|
Methods in de.uplanet.lucy.server.workflow that return Session | |
---|---|
Session |
WorkflowRestrictedBusinessLogicProcessingContext.getSession()
|
Session |
WorkflowRestrictedBusinessLogicProcessingContext.popSession()
|
Methods in de.uplanet.lucy.server.workflow with parameters of type Session | |
---|---|
void |
WorkflowRestrictedBusinessLogicProcessingContext.pushSession(Session p_session)
|
Uses of Session in de.uplanet.lucy.server.workflow.event |
---|
Methods in de.uplanet.lucy.server.workflow.event that return Session | |
---|---|
Session |
ISessionLoginWorkflowEvent.getSession()
Get the session that has been logged in. |
Session |
ISessionLogoutWorkflowEvent.getSession()
Get the session that has been logged out. |
Session |
SessionLoginWorkflowEvent.getSession()
|
Session |
SessionLogoutWorkflowEvent.getSession()
|
Constructors in de.uplanet.lucy.server.workflow.event with parameters of type Session | |
---|---|
SessionLoginWorkflowEvent(Session p_session,
java.lang.String p_strAuthConfigurationName)
|
|
SessionLogoutWorkflowEvent(Session p_session,
java.lang.String p_strAuthConfigurationName)
|
Uses of Session in de.uplanet.lucy.server.workflow.timer |
---|
Methods in de.uplanet.lucy.server.workflow.timer that return Session | |
---|---|
Session |
FreeTimerProcessingContext.getSession()
|
Session |
FreeTimerProcessingContext.popSession()
|
Methods in de.uplanet.lucy.server.workflow.timer with parameters of type Session | |
---|---|
void |
FreeTimerProcessingContext.pushSession(Session p_session)
|
Constructors in de.uplanet.lucy.server.workflow.timer with parameters of type Session | |
---|---|
FreeTimerProcessingContext(de.uplanet.jdbc.JdbcConnection p_conn,
Session p_session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |