Uses of Enum Class
com.sas.services.information.search.ResultDetails.ResultLimit
Packages that use ResultDetails.ResultLimit
Package
Description
The com.sas.services.information.search package performs and manages metadata searches for public objects.
-
Uses of ResultDetails.ResultLimit in com.sas.services.information.search
Methods in com.sas.services.information.search that return ResultDetails.ResultLimitModifier and TypeMethodDescriptionResultDetails.getResultLimit()Returns the maximum number of objects to include in the results.SearchCriteriaModel.getResultLimit()Method to retrieve the limit for the number of objects displayed from the search as set in the search criteria.static ResultDetails.ResultLimitResultDetails.ResultLimit.getResultLimitforValue(int lvalue) static ResultDetails.ResultLimitResultDetails.ResultLimit.valueOf(String name) Returns the enum constant of this class with the specified name.static ResultDetails.ResultLimit[]ResultDetails.ResultLimit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.services.information.search with parameters of type ResultDetails.ResultLimitModifier and TypeMethodDescriptionvoidResultDetails.setResultLimit(ResultDetails.ResultLimit limit) Sets the maximum number of objects to include in the results. -
Uses of ResultDetails.ResultLimit in com.sas.services.information.search.impl
Methods in com.sas.services.information.search.impl that return ResultDetails.ResultLimitModifier and TypeMethodDescriptionSearchCriteriaModelImpl.getResultLimit()Methods in com.sas.services.information.search.impl with parameters of type ResultDetails.ResultLimitModifier and TypeMethodDescriptionvoidSearchCriteriaModelImpl.setResultLimit(ResultDetails.ResultLimit limit)