KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > alfresco > service > cmr > search > LimitBy


1 package org.alfresco.service.cmr.search;
2
3 /**
4  * Enum to describe how the maximum size of the returned result set should be determined.
5  *
6  * @author Andy Hind
7  */

8 public enum LimitBy
9 {
10     UNLIMITED, FINAL_SIZE; // NUMBER_OF_PERMISSION_EVALUATIONS
11
}
Popular Tags