Uses of Interface
de.uplanet.lucy.server.ISessionProcessingContext
Packages that use ISessionProcessingContext
Package
Description
Bindings.
-
Uses of ISessionProcessingContext in de.uplanet.lucy.server
Subinterfaces of ISessionProcessingContext in de.uplanet.lucy.serverModifier and TypeInterfaceDescriptioninterface
de.uplanet.lucy.server.ISimpleProcessingContext
-
Uses of ISessionProcessingContext in de.uplanet.lucy.server.binding
Methods in de.uplanet.lucy.server.binding that return ISessionProcessingContext -
Uses of ISessionProcessingContext in de.uplanet.lucy.server.businesslogic
Subinterfaces of ISessionProcessingContext in de.uplanet.lucy.server.businesslogicClasses in de.uplanet.lucy.server.businesslogic that implement ISessionProcessingContextModifier and TypeClassDescriptionclass
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 ISessionProcessingContextModifier and TypeMethodDescriptionstatic 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