Uses of Class
org.alfresco.service.cmr.search.LimitBy
-
Packages that use LimitBy Package Description org.alfresco.service.cmr.search -
-
Uses of LimitBy in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return LimitBy Modifier and Type Method Description LimitBySearchParameters. getLimitBy()Get how the result set should be limitedLimitByResultSetMetaData. getLimitedBy()Return how, in fact, the result set was limited.static LimitByLimitBy. valueOf(String name)Returns the enum constant of this type with the specified name.static LimitBy[]LimitBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.service.cmr.search with parameters of type LimitBy Modifier and Type Method Description voidSearchParameters. setLimitBy(LimitBy limitBy)Set how the result set should be limited.
-