public interface PermissionCheckCollection
| Modifier and Type | Interface and Description |
|---|---|
static class |
PermissionCheckCollection.PermissionCheckCollectionMixin
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 - 2010 Alfresco Software, Inc. All Rights Reserved.