|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PermissionCheckCollection
Interface for collection-based results that describe permission filtering behaviour around cut-off limits.
Nested Class Summary | |
---|---|
static class |
PermissionCheckCollection.PermissionCheckCollectionMixin
Helper 'introduction' to allow simple addition of the PermissionCheckCollection interface to
existing collections. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getTargetResultCount()
long getCutOffAfterTimeMs()
int getCutOffAfterCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |