public class DirtyUpdateInvokeBridge extends Object
Core API is loaded in a separate class loader and cannot be accessed by the interceptor. In any context, nuxeo common classes are always accessible by any class loaders. This is the only place identified for putting that kind of logic without modifying the server assemblies.
Modifier and Type | Class and Description |
---|---|
static class |
DirtyUpdateInvokeBridge.ThreadContext |
Modifier and Type | Method and Description |
---|---|
static void |
clearThreadContext() |
static DirtyUpdateInvokeBridge.ThreadContext |
getThreadContext() |
static void |
putTagInThreadContext(Object tag) |
public static void putTagInThreadContext(Object tag)
public static void clearThreadContext()
public static DirtyUpdateInvokeBridge.ThreadContext getThreadContext()
Copyright © 2013 Nuxeo SA. All Rights Reserved.