|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PermissionCheckedCollection
Interface for collection-based results that carry extra information about the state of permission cut-offs.
Nested Class Summary | |
---|---|
static class |
PermissionCheckedCollection.PermissionCheckedCollectionMixin
Helper 'introduction' to allow simple addition of the PermissionCheckedCollection interface to
existing collections. |
Method Summary | |
---|---|
boolean |
isCutOff()
Check if the results have been truncated by permission check limits. |
int |
sizeOriginal()
Get the number of objects in the original (unfiltered) collection. |
int |
sizeUnchecked()
Get the number of objects in the original (unfiltered) collection that did not have any permission checks. |
Method Detail |
---|
boolean isCutOff()
#isFiltered()
is true.
int sizeUnchecked()
int sizeOriginal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |