Uses of Class
com.openkm.sdk4j.bean.ResultSet
-
Packages that use ResultSet Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl com.openkm.sdk4j.util -
-
Uses of ResultSet in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return ResultSet Modifier and Type Method Description ResultSetBaseSearch. findWithMetadataPaginated(QueryParams queryParams, int offset, int limit, String propertiesPlugin, List<String> groups)Find with metadata paginated result set.ResultSetBaseSearch. 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 ResultSet Modifier and Type Method Description ResultSetSearchImpl. findWithMetadataPaginated(QueryParams queryParams, int offset, int limit, String propertiesPlugin, List<String> groups)ResultSetSearchImpl. 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 ResultSet Modifier and Type Method Description static ResultSetBeanHelper. copyToResultSet(ResultSetComplex rsc)Conversion from ResultSetComplex to ResultSet
-