Class OAIPMHConstants
- java.lang.Object
-
- org.apache.camel.oaipmh.component.model.OAIPMHConstants
-
public final class OAIPMHConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringENDPOINT_URLstatic StringFROMstatic StringIDENTIFIERstatic StringIGNORE_SSL_WARNINGSstatic StringMETADATA_PREFIXstatic StringONLY_FIRSTstatic StringRESUMPTION_TOKENstatic StringSETstatic StringUNTILstatic StringURLstatic StringVERB
-
-
-
Field Detail
-
RESUMPTION_TOKEN
@Metadata(label="producer", description="This header is obtained when onlyFirst option is enable. Return resumption token of the request when data is still available.", javaType="String") public static final String RESUMPTION_TOKEN- See Also:
- Constant Field Values
-
URL
public static final String URL
- See Also:
- Constant Field Values
-
ENDPOINT_URL
public static final String ENDPOINT_URL
- See Also:
- Constant Field Values
-
VERB
public static final String VERB
- See Also:
- Constant Field Values
-
METADATA_PREFIX
public static final String METADATA_PREFIX
- See Also:
- Constant Field Values
-
ONLY_FIRST
public static final String ONLY_FIRST
- See Also:
- Constant Field Values
-
IGNORE_SSL_WARNINGS
public static final String IGNORE_SSL_WARNINGS
- See Also:
- Constant Field Values
-
UNTIL
public static final String UNTIL
- See Also:
- Constant Field Values
-
FROM
public static final String FROM
- See Also:
- Constant Field Values
-
SET
public static final String SET
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-