Uses of Interface
de.uplanet.lucy.server.ISessionProcessingContext
-
-
Uses of ISessionProcessingContext in de.uplanet.lucy.server
Subinterfaces of ISessionProcessingContext in de.uplanet.lucy.server Modifier and Type Interface Description interface
de.uplanet.lucy.server.ISimpleProcessingContext
Classes in de.uplanet.lucy.server that implement ISessionProcessingContext Modifier and Type Class Description class
de.uplanet.lucy.server.SimpleProcessingContext
-
Uses of ISessionProcessingContext in de.uplanet.lucy.server.binding
Methods in de.uplanet.lucy.server.binding that return ISessionProcessingContext Modifier and Type Method Description ISessionProcessingContext
IBindingContext. getSessionProcessingContext()
-
Uses of ISessionProcessingContext in de.uplanet.lucy.server.businesslogic
Subinterfaces of ISessionProcessingContext in de.uplanet.lucy.server.businesslogic Modifier and Type Interface Description interface
IBusinessLogicProcessingContext
Classes in de.uplanet.lucy.server.businesslogic that implement ISessionProcessingContext Modifier and Type Class Description class
RestrictedBusinessLogicProcessingContext
ThisIBusinessLogicProcessingContext
is used in cases where a real business logic processing context is not available, but an operation that requires aIBusinessLogicProcessingContext
is likely to succeed with a restricted context. -
Uses of ISessionProcessingContext in de.uplanet.lucy.server.businesslogic.exchange.util
Methods in de.uplanet.lucy.server.businesslogic.exchange.util with parameters of type ISessionProcessingContext Modifier and Type Method Description static de.uplanet.jdbc.JdbcConnection
ExchangeConnectionUtil. getConnectionForWorkflowAction(ISessionProcessingContext p_context)
Returns a connection for the current user or a connection for an impersonate user if an impersonate user is registered with the givenISessionProcessingContext
. -
Uses of ISessionProcessingContext in de.uplanet.lucy.server.engine.http
Subinterfaces of ISessionProcessingContext in de.uplanet.lucy.server.engine.http Modifier and Type Interface Description interface
IWebProcessingContext
-
Uses of ISessionProcessingContext in de.uplanet.lucy.server.workflow.timer
Classes in de.uplanet.lucy.server.workflow.timer that implement ISessionProcessingContext Modifier and Type Class Description class
FreeTimerProcessingContext
Note: This processing context is not thread-safe.
-