public class RecycleBinSearchResults extends Object implements Serializable
RecycleBinItem
s in the results satisfy the search query that is specified in
RecycleBinService.search(RecycleBinQuery)
. If the server cannot process all of
the items due to server limitations limitReached
are set to True. If true, more items that
satisfy the query might exist, but they cannot be returned.Constructor and Description |
---|
RecycleBinSearchResults(Set<RecycleBinItem> searchResults,
boolean limitReached)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<RecycleBinItem> |
getRecycleBinSearchResults()
Gets search results that are based on the
RecycleBinQuery provided to RecycleBinService.search(RecycleBinQuery) . |
int |
hashCode() |
boolean |
isLimitReached()
Indicates whether the server processed all of the repository items that are based on the query.
|
String |
toString() |
public RecycleBinSearchResults(Set<RecycleBinItem> searchResults, boolean limitReached)
searchResults
- the results of the search.limitReached
- indicates whether the query results exceed the maximum number of items that are allowed on the server.public Set<RecycleBinItem> getRecycleBinSearchResults()
RecycleBinQuery
provided to RecycleBinService.search(RecycleBinQuery)
.public boolean isLimitReached()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA