|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.plugins.rest.entities.SearchResultEntityList
public class SearchResultEntityList
Entity representing a search result
Constructor Summary | |
---|---|
SearchResultEntityList()
|
Method Summary | |
---|---|
java.util.List<SearchResultGroupEntity> |
getGroups()
Returns the SearchResultGroupEntity list that was found using the QUICK search. |
java.util.List<SearchResultEntity> |
getResults()
Returns the SearchResultEntity list that was found using the FULL search. |
int |
getTotalSize()
Get the number of search results before any result filter was applied. |
void |
setGroups(java.util.List<SearchResultGroupEntity> groups)
|
void |
setResults(java.util.List<SearchResultEntity> results)
|
void |
setTotalSize(int totalSize)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchResultEntityList()
Method Detail |
---|
public java.util.List<SearchResultEntity> getResults()
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.
public void setResults(java.util.List<SearchResultEntity> results)
public java.util.List<SearchResultGroupEntity> getGroups()
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.
public void setGroups(java.util.List<SearchResultGroupEntity> groups)
public int getTotalSize()
public void setTotalSize(int totalSize)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |