Class SimpleOpenSearchQueryInfo
- java.lang.Object
-
- org.apache.abdera.ext.opensearch.server.impl.SimpleOpenSearchQueryInfo
-
- All Implemented Interfaces:
OpenSearchQueryInfo
@Deprecated public class SimpleOpenSearchQueryInfo extends Object implements OpenSearchQueryInfo
Deprecated.Legacy AEM 6.x API.SimpleOpenSearchQueryInfoimplementation.
-
-
Constructor Summary
Constructors Constructor Description SimpleOpenSearchQueryInfo()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description QueryasQueryElement(RequestContext request)Deprecated.Create the relatedQueryelement.Query.RolegetRole()Deprecated.Get the query role type.StringgetSearchTerms()Deprecated.Get the query search terms.voidsetRole(Query.Role role)Deprecated.voidsetSearchTerms(String searchTerms)Deprecated.
-
-
-
Method Detail
-
setRole
public void setRole(Query.Role role)
Deprecated.
-
getRole
public Query.Role getRole()
Deprecated.Description copied from interface:OpenSearchQueryInfoGet the query role type.- Specified by:
getRolein interfaceOpenSearchQueryInfo
-
setSearchTerms
public void setSearchTerms(String searchTerms)
Deprecated.
-
getSearchTerms
public String getSearchTerms()
Deprecated.Description copied from interface:OpenSearchQueryInfoGet the query search terms.- Specified by:
getSearchTermsin interfaceOpenSearchQueryInfo
-
asQueryElement
public Query asQueryElement(RequestContext request)
Deprecated.Description copied from interface:OpenSearchQueryInfoCreate the relatedQueryelement.- Specified by:
asQueryElementin interfaceOpenSearchQueryInfo
-
-