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

Packages that use CSWConstants.ReturnableElement
org.deegree.metadata   
org.deegree.metadata.ebrim   
org.deegree.metadata.iso   
org.deegree.protocol.csw   
org.deegree.services.csw.getrecordbyid   
org.deegree.services.csw.getrecords   
 

Uses of CSWConstants.ReturnableElement in org.deegree.metadata
 

Methods in org.deegree.metadata with parameters of type CSWConstants.ReturnableElement
 void MetadataRecord.serialize(XMLStreamWriter writer, CSWConstants.ReturnableElement returnType)
          Writes the XML representation of this record to the given XML stream.
 void DCRecord.serialize(XMLStreamWriter writer, CSWConstants.ReturnableElement returnType)
           
 

Uses of CSWConstants.ReturnableElement in org.deegree.metadata.ebrim
 

Methods in org.deegree.metadata.ebrim that return CSWConstants.ReturnableElement
 CSWConstants.ReturnableElement AdhocQuery.getElementSetName()
           
 

Methods in org.deegree.metadata.ebrim with parameters of type CSWConstants.ReturnableElement
 void RegistryObject.serialize(XMLStreamWriter writer, CSWConstants.ReturnableElement returnType)
           
 

Uses of CSWConstants.ReturnableElement in org.deegree.metadata.iso
 

Methods in org.deegree.metadata.iso with parameters of type CSWConstants.ReturnableElement
 void ISORecord.serialize(XMLStreamWriter writer, CSWConstants.ReturnableElement returnType)
           
 

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

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

Uses of CSWConstants.ReturnableElement in org.deegree.services.csw.getrecordbyid
 

Methods in org.deegree.services.csw.getrecordbyid that return CSWConstants.ReturnableElement
 CSWConstants.ReturnableElement GetRecordById.getElementSetName()
           
 

Constructors in org.deegree.services.csw.getrecordbyid with parameters of type CSWConstants.ReturnableElement
GetRecordById(Version version, String outputFormat, CSWConstants.ReturnableElement elementSetName, URI outputSchema, List<String> id, QName[] typeNames)
           
 

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

Methods in org.deegree.services.csw.getrecords that return CSWConstants.ReturnableElement
 CSWConstants.ReturnableElement Query.getElementSetName()
           
 

Constructors in org.deegree.services.csw.getrecords with parameters of type CSWConstants.ReturnableElement
Query(CSWConstants.ReturnableElement elementSetName, String[] elementName, Filter constraint, CSWConstants.ConstraintLanguage constraintLanguage, SortProperty[] sortProps, QName[] queryTypeNames, QName[] returnTypeNames)
           
 



Copyright © 2011. All Rights Reserved.