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

Packages that use CSWConstants.CSWRequestType
org.deegree.protocol.csw   
org.deegree.services.csw   
org.deegree.services.csw.profile   
 

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

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

Uses of CSWConstants.CSWRequestType in org.deegree.services.csw
 

Methods in org.deegree.services.csw that return types with arguments of type CSWConstants.CSWRequestType
 ImplementationMetadata<CSWConstants.CSWRequestType> CSWProvider.getImplementationMetadata()
           
 

Constructor parameters in org.deegree.services.csw with type arguments of type CSWConstants.CSWRequestType
CSWController(URL configURL, ImplementationMetadata<CSWConstants.CSWRequestType> serviceInfo)
           
 

Uses of CSWConstants.CSWRequestType in org.deegree.services.csw.profile
 

Fields in org.deegree.services.csw.profile with type parameters of type CSWConstants.CSWRequestType
protected static ImplementationMetadata<CSWConstants.CSWRequestType> EbrimProfile.IMPLEMENTATION_METADATA
           
protected static ImplementationMetadata<CSWConstants.CSWRequestType> CommonCSWProfile.IMPLEMENTATION_METADATA
           
 

Methods in org.deegree.services.csw.profile that return types with arguments of type CSWConstants.CSWRequestType
 ImplementationMetadata<CSWConstants.CSWRequestType> EbrimProfile.getImplementationMetadata()
           
 ImplementationMetadata<CSWConstants.CSWRequestType> CommonCSWProfile.getImplementationMetadata()
           
 ImplementationMetadata<CSWConstants.CSWRequestType> ServiceProfile.getImplementationMetadata()
           
 

Methods in org.deegree.services.csw.profile with parameters of type CSWConstants.CSWRequestType
 boolean EbrimProfile.supportsOperation(CSWConstants.CSWRequestType type)
           
 boolean CommonCSWProfile.supportsOperation(CSWConstants.CSWRequestType type)
           
 boolean ServiceProfile.supportsOperation(CSWConstants.CSWRequestType type)
          Checks if the given CSWConstants.CSWRequestType is supported by this service
 



Copyright © 2011. All Rights Reserved.