|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dlese.dpc.oai.OAIArgs
public final class OAIArgs
This class contains OAI argument constants that are used throughout the OAI application.
Field Summary | |
---|---|
static String[] |
ALL_VALID_OAI_ARGUMENTS
Array of all valid arguments. |
static Map |
ALL_VALID_OAI_ARGUMENTS_MAP
Map of all valid arguments. |
static String |
FROM
The from argument |
static String |
GET_RECORD
The GetRecord argument value |
static String |
IDENTIFIER
The identifier argument |
static String |
IDENTIFY
The Identify argument value |
static String |
LIST_IDENTIFIERS
The ListIdentifiers argument value |
static String |
LIST_METADATA_FORMATS
The ListMetadataFormats argument value |
static String |
LIST_RECORDS
The ListRecords argument value |
static String |
LIST_SETS
The ListSets argument value |
static String |
METADATA_PREFIX
The metadataPrefix argument |
static String |
RESUMPTION_TOKEN
The resumptionToken argument |
static String |
SET
The set argument |
static String |
UNTIL
The until argument |
static String |
VERB
The verb argument |
Constructor Summary | |
---|---|
OAIArgs()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String VERB
public static final String IDENTIFIER
public static final String METADATA_PREFIX
public static final String FROM
public static final String UNTIL
public static final String SET
public static final String RESUMPTION_TOKEN
public static final String[] ALL_VALID_OAI_ARGUMENTS
public static Map ALL_VALID_OAI_ARGUMENTS_MAP
public static final String IDENTIFY
public static final String GET_RECORD
public static final String LIST_METADATA_FORMATS
public static final String LIST_IDENTIFIERS
public static final String LIST_RECORDS
public static final String LIST_SETS
Constructor Detail |
---|
public OAIArgs()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |