Annotation Type Context
-
@Retention(RUNTIME) @Target(FIELD) public @interface Context
To inject contextual data into an operation field. The following context objects are provided:- The context itself. See
OperationContext
- A Core Session if available. See
CoreSession
- A Principal if available. This is the same as
CoreSession.getPrincipal()
- Any registered Nuxeo Service.
- Author:
- Bogdan Stefanescu
- The context itself. See