public interface SearchResults
| Modifier and Type | Method and Description |
|---|---|
Query |
getQuery()
Obtain the query that was executed to return these results.
|
List<SearchResult> |
getResults()
Obtain the list of results held by this object
|
long |
getSize()
Obtain the number of results held by this object.
|
long |
getTotalSize()
Obtain the total results count.
|
List<SearchResult> getResults()
long getTotalSize()
long getSize()
Query getQuery()
Copyright © 2005–2014 Alfresco Software. All rights reserved.