Uses of Class
com.openkm.sdk4j.bean.QueryResult
-
Packages that use QueryResult Package Description com.openkm.sdk4j.bean com.openkm.sdk4j.definition com.openkm.sdk4j.impl com.openkm.sdk4j.util -
-
Uses of QueryResult in com.openkm.sdk4j.bean
Methods in com.openkm.sdk4j.bean that return types with arguments of type QueryResult Modifier and Type Method Description List<QueryResult>ResultSet. getResults()Method parameters in com.openkm.sdk4j.bean with type arguments of type QueryResult Modifier and Type Method Description voidResultSet. setResults(List<QueryResult> results) -
Uses of QueryResult in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return types with arguments of type QueryResult Modifier and Type Method Description List<QueryResult>BaseSearch. find(QueryParams queryParams, String propertiesPlugin)Find list.List<QueryResult>BaseSearch. find(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin)Find list.List<QueryResult>BaseSearch. findByQuery(String query, String propertiesPlugin)Find by query list.List<QueryResult>BaseSearch. findByQuery(String query, String sortField, boolean sortReverse, String propertiesPlugin)Find by query list.List<QueryResult>BaseSearch. findWithMetadata(QueryParams params, String sortField, boolean sortReverse, String propertiesPlugin, List<String> groups)Find with metadata list.List<QueryResult>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 QueryResult Modifier and Type Method Description List<QueryResult>SearchImpl. find(QueryParams queryParams, String propertiesPlugin)List<QueryResult>SearchImpl. find(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin)List<QueryResult>SearchImpl. findByQuery(String query, String propertiesPlugin)List<QueryResult>SearchImpl. findByQuery(String query, String sortField, boolean sortReverse, String propertiesPlugin)List<QueryResult>SearchImpl. findWithMetadata(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin, List<String> groups)List<QueryResult>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 QueryResult Modifier and Type Method Description static QueryResultBeanHelper. copyToQueryResult(QueryResultComplex qrc)Conversion from QueryResultComplex to QueryResultMethods in com.openkm.sdk4j.util that return types with arguments of type QueryResult Modifier and Type Method Description static List<QueryResult>BeanHelper. copyQueryResultList(List<QueryResultComplex> qrlc)Conversion from QueryResultListComplex to QueryResultList
-