org.gcube.opensearch.opensearchlibrary
Class OpenSearchConstants

java.lang.Object
  extended by org.gcube.opensearch.opensearchlibrary.OpenSearchConstants

public class OpenSearchConstants
extends Object

OpenSearch and library-related constants such as namespaces and qualified OpenSearch standard parameters as used in the library

Author:
gerasimos.farantatos

Field Summary
static String configNumOfResultsQName
           
static String configSequentialResultsQName
           
static String countQName
          The qualified name for the count standard OpenSearch parameter
static String encodedOpenSearchNS
          The standard OpenSearch namespace in URL-encoded form
static String inputEncodingQName
          The qualified name for the inputEncoding standard OpenSearch parameter
static String languageQName
          The qualified name for the language standard OpenSearch parameter
static String objectIdFieldName
          The name of the unique identifier field
static String OpenSearchConfigNS
           
static String OpenSearchNS
          The standard OpenSearch namespace
static String outputEncodingQName
          The qualified name for the outputEncoding standard OpenSearch parameter
static String RESULTSNO_EVENT
          Result estimation events
static String RESULTSNOFINAL_EVENT
           
static String searchTermsQName
          The qualified name for the searchTerms standard OpenSearch parameter
static String startIndexQName
          The qualified name for the startIndex standard OpenSearch parameter
static String startPageQName
          The qualified name for the startPage standard OpenSearch parameter
 
Constructor Summary
OpenSearchConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OpenSearchNS

public static final String OpenSearchNS
The standard OpenSearch namespace

See Also:
Constant Field Values

encodedOpenSearchNS

public static final String encodedOpenSearchNS
The standard OpenSearch namespace in URL-encoded form


OpenSearchConfigNS

public static final String OpenSearchConfigNS
See Also:
Constant Field Values

searchTermsQName

public static final String searchTermsQName
The qualified name for the searchTerms standard OpenSearch parameter


startPageQName

public static final String startPageQName
The qualified name for the startPage standard OpenSearch parameter


startIndexQName

public static final String startIndexQName
The qualified name for the startIndex standard OpenSearch parameter


countQName

public static final String countQName
The qualified name for the count standard OpenSearch parameter


languageQName

public static final String languageQName
The qualified name for the language standard OpenSearch parameter


inputEncodingQName

public static final String inputEncodingQName
The qualified name for the inputEncoding standard OpenSearch parameter


outputEncodingQName

public static final String outputEncodingQName
The qualified name for the outputEncoding standard OpenSearch parameter


configNumOfResultsQName

public static final String configNumOfResultsQName
See Also:
Constant Field Values

configSequentialResultsQName

public static final String configSequentialResultsQName
See Also:
Constant Field Values

objectIdFieldName

public static final String objectIdFieldName
The name of the unique identifier field

See Also:
Constant Field Values

RESULTSNO_EVENT

public static final String RESULTSNO_EVENT
Result estimation events

See Also:
Constant Field Values

RESULTSNOFINAL_EVENT

public static final String RESULTSNOFINAL_EVENT
See Also:
Constant Field Values
Constructor Detail

OpenSearchConstants

public OpenSearchConstants()


Copyright © 2013. All Rights Reserved.