Class SearchResults
- java.lang.Object
-
- org.exoplatform.wiki.service.rest.model.LinkCollection
-
- org.exoplatform.wiki.service.rest.model.SearchResults
-
public class SearchResults extends LinkCollection
-
-
Field Summary
Fields Modifier and Type Field Description protected List<SearchResult>searchResultsprotected Stringtemplate-
Fields inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
links
-
-
Constructor Summary
Constructors Constructor Description SearchResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SearchResult>getSearchResults()Gets the value of the searchResults property.StringgetTemplate()Obtient la valeur de la propriété template.voidsetTemplate(String value)Définit la valeur de la propriété template.-
Methods inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
getLinks
-
-
-
-
Field Detail
-
searchResults
protected List<SearchResult> searchResults
-
template
protected String template
-
-
Method Detail
-
getSearchResults
public List<SearchResult> getSearchResults()
Gets the value of the searchResults property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the searchResults property.For example, to add a new item, do as follows:
getSearchResults().add(newItem);
Objects of the following type(s) are allowed in the list
SearchResult
-
getTemplate
public String getTemplate()
Obtient la valeur de la propriété template.- Returns:
- possible object is
String
-
-