Class GetFeedsContentsAction.QuerySearchresult
- java.lang.Object
-
- org.ametys.plugins.mobileapp.action.GetFeedsContentsAction.QuerySearchresult
-
- Enclosing class:
- GetFeedsContentsAction
protected class GetFeedsContentsAction.QuerySearchresult extends Object
Content fetched from a query
-
-
Constructor Summary
Constructors Constructor Description QuerySearchresult(Query query, Sort sort, Content content)
New QuerySearchresult
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Content
getContent()
The contentString
getQueryId()
The query IDString
getQueryName()
The query nameSort
getSort()
The sort
-
-
-
Constructor Detail
-
QuerySearchresult
public QuerySearchresult(Query query, Sort sort, Content content)
New QuerySearchresult- Parameters:
query
- the query that found this contentsort
- the sort usedcontent
- the content itself
-
-
Method Detail
-
getQueryId
public String getQueryId()
The query ID- Returns:
- The query ID
-
getQueryName
public String getQueryName()
The query name- Returns:
- The query name
-
getContent
public Content getContent()
The content- Returns:
- The content
-
-