Esri Geoportal Server
1.0

com.esri.gpt.server.csw.provider.components
Class CswConstants

java.lang.Object
  extended by com.esri.gpt.server.csw.provider.components.CswConstants

public class CswConstants
extends Object

Defines some commonly used CSW constants.


Field Summary
static String ElementSetType_Brief
          ="brief", return the brief record response
static String ElementSetType_Full
          ="full", return the full record response
static String ElementSetType_Summary
          ="summary", return the summary record response
static String Operation_DescribeRecord
          ="DescribeRecord" operation name
static String Operation_GetCapabilities
          ="GetCapabilities" operation name
static String Operation_GetDomain
          ="GetDomain" operation name
static String Operation_GetRecordById
          ="GetRecordById" operation name
static String Operation_GetRecords
          ="GetRecords" operation name
static String Operation_Transaction
          ="Transaction" operation name
static String OutputFormat_ApplicationXml
          ="application/xml" HTTP MIME type
static String OutputFormat_TextXml
          ="text/xml" HTTP MIME type
static String OutputSchema_CswRecord
          ="http://www.opengis.net/cat/csw/2.0.2", the CSW core record schema
static String OutputSchema_Original
          ="original", the original XML schema for the document
static String Parameter_ConstraintCql
          ="constraintCql", applies to: GetRecords
static String Parameter_ConstraintVersion
          ="constraintVersion", applies to: GetRecords
static String Parameter_ElementName
          ="elementName", applies to: GetRecords
static String Parameter_ElementSetType
          ="elementSetType", applies to: GetRecordById, GetRecords e.g.
static String Parameter_ElementSetTypeNames
          ="elementSetTypeNames", applies to: GetRecordById, GetRecords
static String Parameter_Id
          ="id", applies to: GetRecordById
static String Parameter_OperationName
          ="operationName", e.g.
static String Parameter_OutputFormat
          ="outputFormat", applies to: all operations
static String Parameter_OutputSchema
          ="outputSchema", applies to: GetRecordById, GetRecords
static String Parameter_QueryTypeNames
          ="queryTypeNames", applies to: GetRecords
static String Parameter_ResultType
          ="resultType", applies to: GetRecordById, GetRecords e.g.
static String Parameter_SchemaLanguage
          ="schemaLanguage", applies to: DescribeRecord
static String Parameter_Sections
          ="sections", applies to: GetCapabilities
static String Parameter_Service
          ="service", applies to: all operations
static String Parameter_TypeName
          ="typeName", applies to: DescribeRecord
static String Parameter_Version
          ="version", applies to: all operations
static String ResultType_Hits
          ="hits", return a hit count only
static String ResultType_Results
          "=results", return the result
static String ResultType_Validate
          ="validate", validate and return an acknowledgement
static String SchemaLanguage_XMLSCHEMA
          ="XMLSCHEMA"
static String SchemaLanguage_XMLW3C
          ="http://www.w3.org/XML/Schema"
static String TransactionType_Delete
          ="Delete" transaction type
static String TransactionType_Insert
          ="Insert" transaction type
static String TransactionType_Update
          ="Update" transaction type
static String TypeName_CswRecord
          ="csw:Record"
 
Constructor Summary
CswConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ElementSetType_Brief

public static String ElementSetType_Brief
="brief", return the brief record response


ElementSetType_Summary

public static String ElementSetType_Summary
="summary", return the summary record response


ElementSetType_Full

public static String ElementSetType_Full
="full", return the full record response


Operation_DescribeRecord

public static String Operation_DescribeRecord
="DescribeRecord" operation name


Operation_GetCapabilities

public static String Operation_GetCapabilities
="GetCapabilities" operation name


Operation_GetDomain

public static String Operation_GetDomain
="GetDomain" operation name


Operation_GetRecordById

public static String Operation_GetRecordById
="GetRecordById" operation name


Operation_GetRecords

public static String Operation_GetRecords
="GetRecords" operation name


Operation_Transaction

public static String Operation_Transaction
="Transaction" operation name


OutputFormat_ApplicationXml

public static String OutputFormat_ApplicationXml
="application/xml" HTTP MIME type


OutputFormat_TextXml

public static String OutputFormat_TextXml
="text/xml" HTTP MIME type


OutputSchema_CswRecord

public static String OutputSchema_CswRecord
="http://www.opengis.net/cat/csw/2.0.2", the CSW core record schema


OutputSchema_Original

public static String OutputSchema_Original
="original", the original XML schema for the document


Parameter_ConstraintCql

public static String Parameter_ConstraintCql
="constraintCql", applies to: GetRecords


Parameter_ConstraintVersion

public static String Parameter_ConstraintVersion
="constraintVersion", applies to: GetRecords


Parameter_ElementName

public static String Parameter_ElementName
="elementName", applies to: GetRecords


Parameter_ElementSetType

public static String Parameter_ElementSetType
="elementSetType", applies to: GetRecordById, GetRecords e.g. brief,summary,full


Parameter_ElementSetTypeNames

public static String Parameter_ElementSetTypeNames
="elementSetTypeNames", applies to: GetRecordById, GetRecords


Parameter_Id

public static String Parameter_Id
="id", applies to: GetRecordById


Parameter_OperationName

public static String Parameter_OperationName
="operationName", e.g. GetCapabilities, DescribeRecord, GetRecordById, GetRecords, GetDomain, Transaction


Parameter_OutputFormat

public static String Parameter_OutputFormat
="outputFormat", applies to: all operations


Parameter_OutputSchema

public static String Parameter_OutputSchema
="outputSchema", applies to: GetRecordById, GetRecords


Parameter_QueryTypeNames

public static String Parameter_QueryTypeNames
="queryTypeNames", applies to: GetRecords


Parameter_ResultType

public static String Parameter_ResultType
="resultType", applies to: GetRecordById, GetRecords e.g. hits,results,validate


Parameter_SchemaLanguage

public static String Parameter_SchemaLanguage
="schemaLanguage", applies to: DescribeRecord


Parameter_Sections

public static String Parameter_Sections
="sections", applies to: GetCapabilities


Parameter_Service

public static String Parameter_Service
="service", applies to: all operations


Parameter_TypeName

public static String Parameter_TypeName
="typeName", applies to: DescribeRecord


Parameter_Version

public static String Parameter_Version
="version", applies to: all operations


ResultType_Hits

public static String ResultType_Hits
="hits", return a hit count only


ResultType_Results

public static String ResultType_Results
"=results", return the result


ResultType_Validate

public static String ResultType_Validate
="validate", validate and return an acknowledgement


SchemaLanguage_XMLSCHEMA

public static String SchemaLanguage_XMLSCHEMA
="XMLSCHEMA"


SchemaLanguage_XMLW3C

public static String SchemaLanguage_XMLW3C
="http://www.w3.org/XML/Schema"


TransactionType_Delete

public static String TransactionType_Delete
="Delete" transaction type


TransactionType_Insert

public static String TransactionType_Insert
="Insert" transaction type


TransactionType_Update

public static String TransactionType_Update
="Update" transaction type


TypeName_CswRecord

public static String TypeName_CswRecord
="csw:Record"

Constructor Detail

CswConstants

public CswConstants()

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.