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 LimitBy
SearchParameters. getLimitBy()
Get how the result set should be limitedLimitBy
ResultSetMetaData. getLimitedBy()
Return how, in fact, the result set was limited.static LimitBy
LimitBy. valueOf(java.lang.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 void
SearchParameters. setLimitBy(LimitBy limitBy)
Set how the result set should be limited.
-