DLESE Tools
v1.6.0

org.dlese.dpc.oai
Class OAIArgs

java.lang.Object
  extended by org.dlese.dpc.oai.OAIArgs

public final class OAIArgs
extends Object

This class contains OAI argument constants that are used throughout the OAI application.

Author:
John Weatherley

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

VERB

public static final String VERB
The verb argument

See Also:
Constant Field Values

IDENTIFIER

public static final String IDENTIFIER
The identifier argument

See Also:
Constant Field Values

METADATA_PREFIX

public static final String METADATA_PREFIX
The metadataPrefix argument

See Also:
Constant Field Values

FROM

public static final String FROM
The from argument

See Also:
Constant Field Values

UNTIL

public static final String UNTIL
The until argument

See Also:
Constant Field Values

SET

public static final String SET
The set argument

See Also:
Constant Field Values

RESUMPTION_TOKEN

public static final String RESUMPTION_TOKEN
The resumptionToken argument

See Also:
Constant Field Values

ALL_VALID_OAI_ARGUMENTS

public static final String[] ALL_VALID_OAI_ARGUMENTS
Array of all valid arguments.


ALL_VALID_OAI_ARGUMENTS_MAP

public static Map ALL_VALID_OAI_ARGUMENTS_MAP
Map of all valid arguments. Both key and value contain the same argument String.


IDENTIFY

public static final String IDENTIFY
The Identify argument value

See Also:
Constant Field Values

GET_RECORD

public static final String GET_RECORD
The GetRecord argument value

See Also:
Constant Field Values

LIST_METADATA_FORMATS

public static final String LIST_METADATA_FORMATS
The ListMetadataFormats argument value

See Also:
Constant Field Values

LIST_IDENTIFIERS

public static final String LIST_IDENTIFIERS
The ListIdentifiers argument value

See Also:
Constant Field Values

LIST_RECORDS

public static final String LIST_RECORDS
The ListRecords argument value

See Also:
Constant Field Values

LIST_SETS

public static final String LIST_SETS
The ListSets argument value

See Also:
Constant Field Values
Constructor Detail

OAIArgs

public OAIArgs()

DLESE Tools
v1.6.0