Uses of Class
com.openkm.sdk4j.bean.ResultSet
Packages that use ResultSet
-
Uses of ResultSet in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return ResultSetModifier and TypeMethodDescriptionBaseSearch.findWithMetadataPaginated(QueryParams queryParams, int offset, int limit, String propertiesPlugin, List<String> groups) Find with metadata paginated result set.BaseSearch.findWithMetadataPaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit, String propertiesPlugin, List<String> groups) Find with metadata paginated result set. -
Uses of ResultSet in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return ResultSetModifier and TypeMethodDescriptionSearchImpl.findWithMetadataPaginated(QueryParams queryParams, int offset, int limit, String propertiesPlugin, List<String> groups) SearchImpl.findWithMetadataPaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit, String propertiesPlugin, List<String> groups) -
Uses of ResultSet in com.openkm.sdk4j.util
Methods in com.openkm.sdk4j.util that return ResultSetModifier and TypeMethodDescriptionstatic ResultSetBeanHelper.copyToResultSet(ResultSetComplex rsc) Conversion from ResultSetComplex to ResultSet