package org.alfresco.service.cmr.search; /** * Enum to describe how the maximum size of the returned result set should be determined. * * @author Andy Hind */ public enum LimitBy { UNLIMITED, FINAL_SIZE; // NUMBER_OF_PERMISSION_EVALUATIONS }