|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
org.alfresco.service.cmr.search.LimitBy
public final class LimitBy
Enum to describe how the maximum size of the returned result set should be determined.
Field Summary | |
---|---|
static LimitBy |
FINAL_SIZE
Limit the total number of search results returned after pruning by permissions. |
static LimitBy |
NUMBER_OF_PERMISSION_EVALUATIONS
Limit the number of results that will be passed through for permission checks. Used internally to prevent excessive permission checking (see property lucene.query.maxInitialSearchResults). |
static LimitBy |
UNLIMITED
The final number of search results is not important. |
Method Summary | |
---|---|
static LimitBy |
valueOf(java.lang.String name)
|
static LimitBy[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LimitBy UNLIMITED
public static final LimitBy FINAL_SIZE
public static final LimitBy NUMBER_OF_PERMISSION_EVALUATIONS
Method Detail |
---|
public static LimitBy[] values()
public static LimitBy valueOf(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |