Esri Geoportal Server
1.0

com.esri.gpt.server.csw.provider.components
Interface ICqlParser


public interface ICqlParser

Interface for parsing the csw:CqlText portion of a CSW request.


Method Summary
 void parseCql(OperationContext context, String cql)
          Parses the csw:CqlText expression.
 

Method Detail

parseCql

void parseCql(OperationContext context,
              String cql)
              throws OwsException
Parses the csw:CqlText expression.

Parameters:
context - the operation context
cql - the CQL expression
Throws:
OwsException - if validation fails

Esri Geoportal Server
1.0

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