Package org.nuxeo.ecm.restapi.jaxrs.io
Class RestConstants
- java.lang.Object
-
- org.nuxeo.ecm.restapi.jaxrs.io.RestConstants
-
public class RestConstants extends Object
- Since:
- 5.9.5
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTRIBUTOR_CTX_PARAMETERS
Content Enricher Context Parameters Json Label Entrystatic String
SOURCE
static String
UPDATE_COMMENT_HEADER
static String
X_VERSIONING_OPTION
Rest Versioning Option Header
-
Constructor Summary
Constructors Constructor Description RestConstants()
-
-
-
Field Detail
-
X_VERSIONING_OPTION
public static final String X_VERSIONING_OPTION
Rest Versioning Option Header- See Also:
- Constant Field Values
-
CONTRIBUTOR_CTX_PARAMETERS
public static final String CONTRIBUTOR_CTX_PARAMETERS
Content Enricher Context Parameters Json Label Entry- See Also:
- Constant Field Values
-
SOURCE
public static final String SOURCE
- Since:
- 9.1 Rest Source header
- See Also:
- Constant Field Values
-
UPDATE_COMMENT_HEADER
public static final String UPDATE_COMMENT_HEADER
- Since:
- 9.3
- See Also:
- Constant Field Values
-
-