com.atlassian.confluence.plugins.rest.entities
Class SearchResultEntityList

java.lang.Object
  extended by com.atlassian.confluence.plugins.rest.entities.SearchResultEntityList

public class SearchResultEntityList
extends Object

Entity representing a search result


Constructor Summary
SearchResultEntityList()
           
 
Method Summary
 List<SearchResultGroupEntity> getGroups()
          Returns the SearchResultGroupEntity list that was found using the QUICK search.
 List<SearchResultEntity> getResults()
          Returns the SearchResultEntity list that was found using the FULL search.
 void setGroups(List<SearchResultGroupEntity> groups)
           
 void setResults(List<SearchResultEntity> results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResultEntityList

public SearchResultEntityList()
Method Detail

getResults

public List<SearchResultEntity> getResults()
Returns the SearchResultEntity list that was found using the FULL search. NOTE that this list will only be populated if using the full search, otherwise it will be an empty list.

Returns:
list of results

setResults

public void setResults(List<SearchResultEntity> results)

getGroups

public List<SearchResultGroupEntity> getGroups()
Returns the SearchResultGroupEntity list that was found using the QUICK search. NOTE that this list will only be populated if using the quick search, otherwise it will be an empty list.

Returns:
list of results

setGroups

public void setGroups(List<SearchResultGroupEntity> groups)


Copyright © 2003-2010 Atlassian. All Rights Reserved.