public interface PermissionCheckedCollection<T>
Modifier and Type | Interface and Description |
---|---|
static class |
PermissionCheckedCollection.PermissionCheckedCollectionMixin<T>
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()
int sizeUnchecked()
int sizeOriginal()
Copyright © 2005–2017 Alfresco Software. All rights reserved.