Uses of Class
com.openkm.sdk4j.bean.QueryResult
Packages that use QueryResult
Package
Description
-
Uses of QueryResult in com.openkm.sdk4j.bean
Methods in com.openkm.sdk4j.bean that return types with arguments of type QueryResultMethod parameters in com.openkm.sdk4j.bean with type arguments of type QueryResult -
Uses of QueryResult in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return types with arguments of type QueryResultModifier and TypeMethodDescriptionBaseSearch.find(QueryParams queryParams, String propertiesPlugin) Find list.BaseSearch.find(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin) Find list.BaseSearch.findByQuery(String query, String propertiesPlugin) Find by query list.BaseSearch.findByQuery(String query, String sortField, boolean sortReverse, String propertiesPlugin) Find by query list.BaseSearch.findWithMetadata(QueryParams params, String sortField, boolean sortReverse, String propertiesPlugin, List<String> groups) Find with metadata list.BaseSearch.findWithMetadata(QueryParams params, String propertiesPlugin, List<String> groups) Find with metadata list. -
Uses of QueryResult in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return types with arguments of type QueryResultModifier and TypeMethodDescriptionSearchImpl.find(QueryParams queryParams, String propertiesPlugin) SearchImpl.find(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin) SearchImpl.findByQuery(String query, String propertiesPlugin) SearchImpl.findByQuery(String query, String sortField, boolean sortReverse, String propertiesPlugin) SearchImpl.findWithMetadata(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin, List<String> groups) SearchImpl.findWithMetadata(QueryParams queryParams, String propertiesPlugin, List<String> groups) -
Uses of QueryResult in com.openkm.sdk4j.util
Methods in com.openkm.sdk4j.util that return QueryResultModifier and TypeMethodDescriptionstatic QueryResultBeanHelper.copyToQueryResult(QueryResultComplex qrc) Conversion from QueryResultComplex to QueryResultMethods in com.openkm.sdk4j.util that return types with arguments of type QueryResultModifier and TypeMethodDescriptionstatic List<QueryResult>BeanHelper.copyQueryResultList(List<QueryResultComplex> qrlc) Conversion from QueryResultListComplex to QueryResultList