Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD DETAIL: ENUM CONSTANTS | FIELD | METHOD

org.alfresco.service.cmr.search
Enum LimitBy
java.lang.Object
  java.lang.Enum<LimitBy>
      org.alfresco.service.cmr.search.LimitBy
All Implemented Interfaces:
Comparable<LimitBy>, Serializable

@org.alfresco.api.AlfrescoPublicApi
public enum LimitBy
extends Enum<LimitBy>
Enum to describe how the maximum size of the returned result set should be determined.
Author:
Andy Hind

Enum Constant Summary
FINAL_SIZE
          Limit the total number of search results returned after pruning by permissions.
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).
UNLIMITED
          The final number of search results is not important.
Method Summary
static LimitBy
valueOf(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
Enum Constant Detail
UNLIMITED
public static final LimitBy UNLIMITED
The final number of search results is not important.

FINAL_SIZE
public static final LimitBy FINAL_SIZE
Limit the total number of search results returned after pruning by permissions.

NUMBER_OF_PERMISSION_EVALUATIONS
public static final 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).
Method Detail
values
public static LimitBy[] values()

valueOf
public static LimitBy valueOf(String name)

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD DETAIL: ENUM CONSTANTS | FIELD | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.