Uses of Enum Class
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 LimitByReturns the enum constant of this class with the specified name.static LimitBy[]LimitBy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.service.cmr.search with parameters of type LimitByModifier and TypeMethodDescriptionvoidSearchParameters.setLimitBy(LimitBy limitBy) Set how the result set should be limited.