public interface PermissionCheckedCollection
| Modifier and Type | Interface and Description |
|---|---|
static class |
PermissionCheckedCollection.PermissionCheckedCollectionMixin
Helper 'introduction' to allow simple addition of the
PermissionCheckedCollection interface to
existing collections. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean isCutOff()
#isFiltered() is true.int sizeUnchecked()
int sizeOriginal()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.