Package org.fcrepo.client
Class FedoraHeaderConstants
- java.lang.Object
-
- org.fcrepo.client.FedoraHeaderConstants
-
public class FedoraHeaderConstants extends Object
Header constants used in calls to the Fedora API- Author:
- bbpennel
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPTstatic StringACCEPT_DATETIMEstatic StringCACHE_CONTROLstatic StringCONTENT_DISPOSITIONstatic StringCONTENT_DISPOSITION_CREATION_DATEstatic StringCONTENT_DISPOSITION_FILENAMEstatic StringCONTENT_DISPOSITION_MODIFICATION_DATEstatic StringCONTENT_DISPOSITION_SIZEstatic StringCONTENT_TYPEstatic StringDESTINATIONstatic StringDIGESTstatic StringETAGstatic StringIF_MATCHstatic StringIF_MODIFIED_SINCEstatic StringIF_NONE_MATCHstatic StringIF_STATE_TOKENstatic StringIF_UNMODIFIED_SINCEstatic StringLAST_MODIFIEDstatic StringLINKstatic StringLOCATIONstatic StringMEMENTO_DATETIMEDatetime for a memento, either provided when creating the memento or returned when retrieving one.static StringPREFERstatic StringRANGEstatic StringSLUGstatic StringSTATE_TOKENstatic StringWANT_DIGEST
-
-
-
Field Detail
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION
public static final String CONTENT_DISPOSITION
- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION_FILENAME
public static final String CONTENT_DISPOSITION_FILENAME
- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION_CREATION_DATE
public static final String CONTENT_DISPOSITION_CREATION_DATE
- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION_MODIFICATION_DATE
public static final String CONTENT_DISPOSITION_MODIFICATION_DATE
- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION_SIZE
public static final String CONTENT_DISPOSITION_SIZE
- See Also:
- Constant Field Values
-
SLUG
public static final String SLUG
- See Also:
- Constant Field Values
-
DIGEST
public static final String DIGEST
- See Also:
- Constant Field Values
-
LOCATION
public static final String LOCATION
- See Also:
- Constant Field Values
-
ACCEPT
public static final String ACCEPT
- See Also:
- Constant Field Values
-
PREFER
public static final String PREFER
- See Also:
- Constant Field Values
-
RANGE
public static final String RANGE
- See Also:
- Constant Field Values
-
IF_NONE_MATCH
public static final String IF_NONE_MATCH
- See Also:
- Constant Field Values
-
IF_MODIFIED_SINCE
public static final String IF_MODIFIED_SINCE
- See Also:
- Constant Field Values
-
IF_MATCH
public static final String IF_MATCH
- See Also:
- Constant Field Values
-
IF_UNMODIFIED_SINCE
public static final String IF_UNMODIFIED_SINCE
- See Also:
- Constant Field Values
-
LAST_MODIFIED
public static final String LAST_MODIFIED
- See Also:
- Constant Field Values
-
ETAG
public static final String ETAG
- See Also:
- Constant Field Values
-
STATE_TOKEN
public static final String STATE_TOKEN
- See Also:
- Constant Field Values
-
IF_STATE_TOKEN
public static final String IF_STATE_TOKEN
- See Also:
- Constant Field Values
-
DESTINATION
public static final String DESTINATION
- See Also:
- Constant Field Values
-
LINK
public static final String LINK
- See Also:
- Constant Field Values
-
WANT_DIGEST
public static final String WANT_DIGEST
- See Also:
- Constant Field Values
-
CACHE_CONTROL
public static final String CACHE_CONTROL
- See Also:
- Constant Field Values
-
MEMENTO_DATETIME
public static final String MEMENTO_DATETIME
Datetime for a memento, either provided when creating the memento or returned when retrieving one.- See Also:
- Constant Field Values
-
ACCEPT_DATETIME
public static final String ACCEPT_DATETIME
- See Also:
- Constant Field Values
-
-