Uses of Enum
org.alfresco.service.cmr.search.LimitBy
Packages that use LimitBy
-
Uses of LimitBy in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return LimitByModifier and TypeMethodDescriptionSearchParameters.getLimitBy()
Get how the result set should be limitedResultSetMetaData.getLimitedBy()
Return how, in fact, the result set was limited.static LimitBy
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 LimitByModifier and TypeMethodDescriptionvoid
SearchParameters.setLimitBy
(LimitBy limitBy) Set how the result set should be limited.