Interface OpenSearchQueryInfo
-
- All Known Implementing Classes:
SimpleOpenSearchQueryInfo
@Deprecated public interface OpenSearchQueryInfo
Deprecated.Legacy AEM 6.x API.Metadata interface holding (limited) information about the Open Search query element.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
getRole
Query.Role getRole()
Deprecated.Get the query role type.
-
getSearchTerms
String getSearchTerms()
Deprecated.Get the query search terms.
-
asQueryElement
Query asQueryElement(RequestContext request)
Deprecated.Create the relatedQueryelement.
-
-