Package org.nuxeo.ecm.core.io.registry
Interface MarshallingConstants
-
public interface MarshallingConstants
This class gather all marshalling related constants.- Since:
- 7.2
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEPTH_CONTROL_KEY_PREFIX
Key used to isolate depth control key: counter to manage infinite marshaller to marshaller call.static String
EMBED_ENRICHERS
Parameter name to specify which ContentEnrichers should be activated.static String
EMBED_PROPERTIES
Parameter name to specify which document's properties should be loaded.static String
ENTITY_FIELD_NAME
The field name for entity's type.static String
FETCH_PROPERTIES
Parameter name to specify which properties should be fetched.static String
HEADER_PREFIX
Prefix to put Nuxeo parameters in Headers.static String
MAX_DEPTH_PARAM
Parameter name to specify how deep the marshallers should call sub marshallers.static char
SEPARATOR
Default separator for enrichers, fetch and translate based properties.static String
TRANSLATE_PROPERTIES
Parameter name to specify which properties should be translated.static String
WILDCARD_VALUE
Value to specify embed all or fetch allstatic String
WRAPPED_CONTEXT
Context parameter key used to get currentWrappedContext
in aRenderingContext
.
-
-
-
Field Detail
-
ENTITY_FIELD_NAME
static final String ENTITY_FIELD_NAME
The field name for entity's type.- See Also:
- Constant Field Values
-
HEADER_PREFIX
static final String HEADER_PREFIX
Prefix to put Nuxeo parameters in Headers.- See Also:
- Constant Field Values
-
EMBED_PROPERTIES
static final String EMBED_PROPERTIES
Parameter name to specify which document's properties should be loaded.- See Also:
- Constant Field Values
-
EMBED_ENRICHERS
static final String EMBED_ENRICHERS
Parameter name to specify which ContentEnrichers should be activated.- See Also:
- Constant Field Values
-
FETCH_PROPERTIES
static final String FETCH_PROPERTIES
Parameter name to specify which properties should be fetched.- See Also:
- Constant Field Values
-
TRANSLATE_PROPERTIES
static final String TRANSLATE_PROPERTIES
Parameter name to specify which properties should be translated.- See Also:
- Constant Field Values
-
SEPARATOR
static final char SEPARATOR
Default separator for enrichers, fetch and translate based properties.- See Also:
- Constant Field Values
-
MAX_DEPTH_PARAM
static final String MAX_DEPTH_PARAM
Parameter name to specify how deep the marshallers should call sub marshallers.- See Also:
- Constant Field Values
-
WILDCARD_VALUE
static final String WILDCARD_VALUE
Value to specify embed all or fetch all- See Also:
- Constant Field Values
-
WRAPPED_CONTEXT
static final String WRAPPED_CONTEXT
Context parameter key used to get currentWrappedContext
in aRenderingContext
.- See Also:
- Constant Field Values
-
DEPTH_CONTROL_KEY_PREFIX
static final String DEPTH_CONTROL_KEY_PREFIX
Key used to isolate depth control key: counter to manage infinite marshaller to marshaller call.- See Also:
- Constant Field Values
-
-