Uses of Class
com.openkm.sdk4j.bean.QueryParams
-
Packages that use QueryParams Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of QueryParams in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return QueryParams Modifier and Type Method Description QueryParamsBaseSearch. getSearch(int qpId)Gets search.Methods in com.openkm.sdk4j.definition that return types with arguments of type QueryParams Modifier and Type Method Description List<QueryParams>BaseSearch. findAllDefaultByNodeClass(long ncId)Find all default by node class list.List<QueryParams>BaseSearch. getAllSearches()Gets all searches.List<QueryParams>BaseDashboard. getUserSearches()Gets user searches.Methods in com.openkm.sdk4j.definition with parameters of type QueryParams Modifier and Type Method Description InputStreamBaseSearch. csvExport(String lang, QueryParams queryParams, boolean compact)Csv export input stream.List<QueryResult>BaseSearch. find(QueryParams queryParams, String propertiesPlugin)Find list.List<QueryResult>BaseSearch. find(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin)Find list.ResultSetBaseSearch. findPaginated(QueryParams queryParams, int offset, int limit, String propertiesPlugin)Find paginated result set.ResultSetBaseSearch. findPaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit, String propertiesPlugin)Find paginated result set.SimpleNodeBaseResultSetBaseSearch. findSimpleNodeBasePaginated(QueryParams queryParams, int offset, int limit)Find simple node base paginated simple node base result set.SimpleNodeBaseResultSetBaseSearch. findSimpleNodeBasePaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit)Find simple node base paginated simple node base result set.SimpleNodeBaseResultSetBaseSearch. findSimpleNodeBasePaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit, String pluginName)Find simple node base paginated simple node base result set.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.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.longBaseSearch. saveSearch(QueryParams params)Save search long.voidBaseSearch. updateSearch(QueryParams params)Update search. -
Uses of QueryParams in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return QueryParams Modifier and Type Method Description QueryParamsSearchImpl. getSearch(int qpId)Methods in com.openkm.sdk4j.impl that return types with arguments of type QueryParams Modifier and Type Method Description List<QueryParams>SearchImpl. findAllDefaultByNodeClass(long ncId)List<QueryParams>SearchImpl. getAllSearches()List<QueryParams>DashboardImpl. getUserSearches()Methods in com.openkm.sdk4j.impl with parameters of type QueryParams Modifier and Type Method Description InputStreamSearchImpl. csvExport(String lang, QueryParams queryParams, boolean compact)List<QueryResult>SearchImpl. find(QueryParams queryParams, String propertiesPlugin)List<QueryResult>SearchImpl. find(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin)ResultSetSearchImpl. findPaginated(QueryParams queryParams, int offset, int limit, String propertiesPlugin)ResultSetSearchImpl. findPaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit, String propertiesPlugin)SimpleNodeBaseResultSetSearchImpl. findSimpleNodeBasePaginated(QueryParams queryParams, int offset, int limit)SimpleNodeBaseResultSetSearchImpl. findSimpleNodeBasePaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit)SimpleNodeBaseResultSetSearchImpl. findSimpleNodeBasePaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit, String pluginName)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)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)longSearchImpl. saveSearch(QueryParams params)voidSearchImpl. updateSearch(QueryParams params)
-