Package org.bonitasoft.engine.mdc
Interface MDCConstants
- All Known Implementing Classes:
AbstractMDC,FlowNodeInstanceMDC,ProcessInstanceMDC,UserIdMDC
public interface MDCConstants
These constants are used as logging keys for Mapped Diagnostic Context (MDC).
The REQUEST_* constants are the same as in ch.qos.logback.classic.ClassicConstants (but with no
dependency):
- req.remoteHost
- req.userAgent
- req.requestURI
- req.queryString
- req.requestURL
- req.method
- req.xForwardedFor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe correlation ID identifying a larger operation than the HTTP request.static final StringThe technical ID of the executing flow node instance in the process.static final StringThe technical ID of the process definition.static final StringThe technical ID of the concerned process instance (a.k.a.static final StringThe ID of the HTTP request.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe technical ID of the concerned root process instance (a.k.a.static final StringThe technical ID of the admin user who triggered an operation for another user.static final StringThe ID of the JPA transaction.static final StringThe technical ID of the user who performed the current operation.
-
Field Details
-
PROCESS_INSTANCE_ID
The technical ID of the concerned process instance (a.k.a. case ID).- See Also:
-
ROOT_PROCESS_INSTANCE_ID
The technical ID of the concerned root process instance (a.k.a. root case ID).- See Also:
-
PROCESS_DEFINITION_ID
The technical ID of the process definition.- See Also:
-
FLOW_NODE_INSTANCE_ID
The technical ID of the executing flow node instance in the process.- See Also:
-
USER_ID
The technical ID of the user who performed the current operation.- See Also:
-
SUBSTITUTE_USER_ID
The technical ID of the admin user who triggered an operation for another user.- See Also:
-
TRANSACTION_ID
The ID of the JPA transaction.- See Also:
-
REQUEST_ID
The ID of the HTTP request.- See Also:
-
CORRELATION_REQUEST_ID
The correlation ID identifying a larger operation than the HTTP request.- See Also:
-
REQUEST_REMOTE_HOST_MDC_KEY
- See Also:
-
REQUEST_USER_AGENT_MDC_KEY
- See Also:
-
REQUEST_REQUEST_URI
- See Also:
-
REQUEST_QUERY_STRING
- See Also:
-
REQUEST_REQUEST_URL
- See Also:
-
REQUEST_METHOD
- See Also:
-
REQUEST_X_FORWARDED_FOR
- See Also:
-