org.apache.abdera.ext.opensearch.server
Interface OpenSearchQueryInfo

All Known Implementing Classes:
SimpleOpenSearchQueryInfo

public interface OpenSearchQueryInfo

Metadata interface holding (limited) information about the Open Search query element.


Method Summary
 Query asQueryElement(RequestContext request)
          Create the related Query element.
 Query.Role getRole()
          Get the query role type.
 String getSearchTerms()
          Get the query search terms.
 

Method Detail

getRole

Query.Role getRole()
Get the query role type.


getSearchTerms

String getSearchTerms()
Get the query search terms.


asQueryElement

Query asQueryElement(RequestContext request)
Create the related Query element.



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.