Package org.dlese.dpc.oai
Class OAIArgs
java.lang.Object
org.dlese.dpc.oai.OAIArgs
This class contains OAI argument constants that are used throughout the OAI application.
- Author:
- John Weatherley
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]Array of all valid arguments.static MapMap of all valid arguments.static final StringThe from argumentstatic final StringThe GetRecord argument valuestatic final StringThe identifier argumentstatic final StringThe Identify argument valuestatic final StringThe ListIdentifiers argument valuestatic final StringThe ListMetadataFormats argument valuestatic final StringThe ListRecords argument valuestatic final StringThe ListSets argument valuestatic final StringThe metadataPrefix argumentstatic final StringThe resumptionToken argumentstatic final StringThe set argumentstatic final StringThe until argumentstatic final StringThe verb argument -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERB
The verb argument- See Also:
-
IDENTIFIER
The identifier argument- See Also:
-
METADATA_PREFIX
The metadataPrefix argument- See Also:
-
FROM
The from argument- See Also:
-
UNTIL
The until argument- See Also:
-
SET
The set argument- See Also:
-
RESUMPTION_TOKEN
The resumptionToken argument- See Also:
-
ALL_VALID_OAI_ARGUMENTS
Array of all valid arguments. -
ALL_VALID_OAI_ARGUMENTS_MAP
Map of all valid arguments. Both key and value contain the same argument String. -
IDENTIFY
The Identify argument value- See Also:
-
GET_RECORD
The GetRecord argument value- See Also:
-
LIST_METADATA_FORMATS
The ListMetadataFormats argument value- See Also:
-
LIST_IDENTIFIERS
The ListIdentifiers argument value- See Also:
-
LIST_RECORDS
The ListRecords argument value- See Also:
-
LIST_SETS
The ListSets argument value- See Also:
-
-
Constructor Details
-
OAIArgs
public OAIArgs()
-