|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.kew.api.document.search.DocumentSearchResults
public final class DocumentSearchResults
An immutable data transfer object implementation of the DocumentSearchResultsContract
. Instances of this
class should be constructed using the nested DocumentSearchResults.Builder
class.
Nested Class Summary | |
---|---|
static class |
DocumentSearchResults.Builder
A builder which can be used to construct DocumentSearchResults instances. |
Method Summary | |
---|---|
DocumentSearchCriteria |
getCriteria()
Returns the criteria that was used to execute the search. |
int |
getNumberOfSecurityFilteredResults()
Return the number of results that matched the criteria but are not included on this results instance because they principal executing the document search did not have permissions to view them. |
List<DocumentSearchResult> |
getSearchResults()
Returns the unmodifiable list of search results. |
boolean |
isCriteriaModified()
Returns true if the criteria on this search result was modified from the original criteria submitted by the executor of the document search. |
boolean |
isOverThreshold()
Returns true if the results of the search returned more rows then the document search framework is allowed to return back to the caller of the api. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public List<DocumentSearchResult> getSearchResults()
DocumentSearchResultsContract
getSearchResults
in interface DocumentSearchResultsContract
public DocumentSearchCriteria getCriteria()
DocumentSearchResultsContract
DocumentSearchResultsContract.isCriteriaModified()
for more information.
getCriteria
in interface DocumentSearchResultsContract
public boolean isCriteriaModified()
DocumentSearchResultsContract
isCriteriaModified
in interface DocumentSearchResultsContract
public boolean isOverThreshold()
DocumentSearchResultsContract
isOverThreshold
in interface DocumentSearchResultsContract
public int getNumberOfSecurityFilteredResults()
DocumentSearchResultsContract
getNumberOfSecurityFilteredResults
in interface DocumentSearchResultsContract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |