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 interfacede.uplanet.lucy.server.ISimpleProcessingContextClasses in de.uplanet.lucy.server that implement ISessionProcessingContext Modifier and Type Class Description classde.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 ISessionProcessingContextIBindingContext. getSessionProcessingContext() -
Uses of ISessionProcessingContext in de.uplanet.lucy.server.businesslogic
Subinterfaces of ISessionProcessingContext in de.uplanet.lucy.server.businesslogic Modifier and Type Interface Description interfaceIBusinessLogicProcessingContextClasses in de.uplanet.lucy.server.businesslogic that implement ISessionProcessingContext Modifier and Type Class Description classRestrictedBusinessLogicProcessingContextThisIBusinessLogicProcessingContextis used in cases where a real business logic processing context is not available, but an operation that requires aIBusinessLogicProcessingContextis 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.JdbcConnectionExchangeConnectionUtil. 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 interfaceIWebProcessingContext -
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 classFreeTimerProcessingContextNote: This processing context is not thread-safe.
-