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 the search results that are based on the
RecycleBinQuery that is specified in
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
that is specified in
RecycleBinService.search(RecycleBinQuery)
.public boolean isLimitReached()
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>