|
||||||||||
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.lookup.DocumentLookupResults
public final class DocumentLookupResults
An immutable data transfer object implementation of the DocumentLookupResultsContract
. Instances of this
class should be constructed using the nested DocumentLookupResults.Builder
class.
Nested Class Summary | |
---|---|
static class |
DocumentLookupResults.Builder
A builder which can be used to construct DocumentLookupResults instances. |
Method Summary | |
---|---|
DocumentLookupCriteria |
getCriteria()
Returns the criteria that was used to execute the lookup. |
List<DocumentLookupResult> |
getLookupResults()
Returns the unmodifiable list of lookup results. |
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 lookup did not have permissions to view them. |
boolean |
isCriteriaModified()
Returns true if the criteria on this lookup result was modified from the original criteria submitted by the executor of the document lookup. |
boolean |
isOverThreshold()
Returns true if the results of the lookup returned more rows then the document lookup 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, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public List<DocumentLookupResult> getLookupResults()
DocumentLookupResultsContract
getLookupResults
in interface DocumentLookupResultsContract
public DocumentLookupCriteria getCriteria()
DocumentLookupResultsContract
DocumentLookupResultsContract.isCriteriaModified()
for more information.
getCriteria
in interface DocumentLookupResultsContract
public boolean isCriteriaModified()
DocumentLookupResultsContract
isCriteriaModified
in interface DocumentLookupResultsContract
public boolean isOverThreshold()
DocumentLookupResultsContract
isOverThreshold
in interface DocumentLookupResultsContract
public int getNumberOfSecurityFilteredResults()
DocumentLookupResultsContract
getNumberOfSecurityFilteredResults
in interface DocumentLookupResultsContract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |