Uses of Class
com.hybris.cockpitng.core.spring.RequestOperationContextHolder.ContextRequest
-
Packages that use RequestOperationContextHolder.ContextRequest Package Description com.hybris.cockpitng.core.spring com.hybris.cockpitng.engine.operations -
-
Uses of RequestOperationContextHolder.ContextRequest in com.hybris.cockpitng.core.spring
Methods in com.hybris.cockpitng.core.spring that return RequestOperationContextHolder.ContextRequest Modifier and Type Method Description protected RequestOperationContextHolder.ContextRequestRequestOperationContextHolder. createContextRequest()RequestOperationContextHolder.ContextRequestRequestOperationContextHolder. prepareForOperation()Prepares a context for current thread (if not yet created).Methods in com.hybris.cockpitng.core.spring with parameters of type RequestOperationContextHolder.ContextRequest Modifier and Type Method Description voidRequestOperationContextHolder. attachToContext(RequestOperationContextHolder.ContextRequest contextRequest)Joins operation performed by current thread to scope context prepared earlier by callingRequestOperationContextHolder.prepareForOperation(). -
Uses of RequestOperationContextHolder.ContextRequest in com.hybris.cockpitng.engine.operations
Constructors in com.hybris.cockpitng.engine.operations with parameters of type RequestOperationContextHolder.ContextRequest Constructor Description CockpitNGBackgroundOperation(org.zkoss.zk.ui.Desktop desktop, RequestOperationContextHolder.ContextRequest contextRequest, java.util.function.Supplier backgroundTask, java.util.function.Consumer<java.lang.Object> onSuccess, java.util.function.Consumer<java.lang.Exception> onError)Creates new instance ofCockpitNGBackgroundOperation
-