Uses of Class
org.deegree.protocol.csw.CSWConstants.ResultType

Packages that use CSWConstants.ResultType
org.deegree.protocol.csw   
org.deegree.services.csw.getrecords   
 

Uses of CSWConstants.ResultType in org.deegree.protocol.csw
 

Methods in org.deegree.protocol.csw that return CSWConstants.ResultType
static CSWConstants.ResultType CSWConstants.ResultType.determineResultType(String typeString)
           
static CSWConstants.ResultType CSWConstants.ResultType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CSWConstants.ResultType[] CSWConstants.ResultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CSWConstants.ResultType in org.deegree.services.csw.getrecords
 

Methods in org.deegree.services.csw.getrecords that return CSWConstants.ResultType
 CSWConstants.ResultType GetRecords.getResultType()
           
 

Methods in org.deegree.services.csw.getrecords with parameters of type CSWConstants.ResultType
protected abstract  GetRecords AbstractGetRecordsXMLAdapter.parseSubElements(org.apache.axiom.om.OMElement holeRequest, CSWConstants.ResultType resultType, int maxRecords, int startPosition, String outputFormat, String requestId, URI outputSchema, List<org.apache.axiom.om.OMElement> getRecordsChildElements)
           
protected  GetRecords GetRecordsXMLAdapter.parseSubElements(org.apache.axiom.om.OMElement holeRequest, CSWConstants.ResultType resultType, int maxRecords, int startPosition, String outputFormat, String requestId, URI outputSchema, List<org.apache.axiom.om.OMElement> getRecordsChildElements)
           
 

Constructors in org.deegree.services.csw.getrecords with parameters of type CSWConstants.ResultType
GetRecords(Version version, NamespaceBindings namespaces, String outputFormat, CSWConstants.ResultType resultType, String requestId, URI outputSchema, int startPosition, int maxRecords, boolean distributedSearch, int hopCount, String responseHandler, AdhocQuery adhocQuery, org.apache.axiom.om.OMElement holeRequest)
           
GetRecords(Version version, NamespaceBindings namespaces, String outputFormat, CSWConstants.ResultType resultType, String requestId, URI outputSchema, int startPosition, int maxRecords, boolean distributedSearch, int hopCount, String responseHandler, Query query, org.apache.axiom.om.OMElement holeRequest)
          Creates a new GetRecords request.
 



Copyright © 2011. All Rights Reserved.