public interface PermissionCheckCollection<T>
Modifier and Type | Interface and Description |
---|---|
static class |
PermissionCheckCollection.PermissionCheckCollectionMixin<T>
Helper 'introduction' to allow simple addition of the
PermissionCheckCollection interface to
existing collections. |
Modifier and Type | Method and Description |
---|---|
int |
getCutOffAfterCount()
Get the maximum number of permission checks to perform before cutting the results off
|
long |
getCutOffAfterTimeMs()
Get the maximum time for permission checks to execute before cutting the results off.
|
int |
getTargetResultCount()
Get the desired number of results.
|
int getTargetResultCount()
long getCutOffAfterTimeMs()
int getCutOffAfterCount()
Copyright © 2005–2017 Alfresco Software. All rights reserved.