public class SearchResultEntityList extends Object
Constructor and Description |
---|
SearchResultEntityList() |
Modifier and Type | Method and Description |
---|---|
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. |
int |
getTotalSize()
Get the number of search results before any result filter was applied.
|
void |
setGroups(List<SearchResultGroupEntity> groups) |
void |
setResults(List<SearchResultEntity> results) |
void |
setTotalSize(int totalSize) |
public 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(List<SearchResultEntity> results)
public 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(List<SearchResultGroupEntity> groups)
public int getTotalSize()
public void setTotalSize(int totalSize)
Copyright © 2003–2016 Atlassian. All rights reserved.