Uses of Class
com.openkm.sdk4j.bean.QueryParams
Packages that use QueryParams
-
Uses of QueryParams in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return QueryParamsMethods in com.openkm.sdk4j.definition that return types with arguments of type QueryParamsModifier and TypeMethodDescriptionBaseSearch.findAllDefaultByNodeClass(long ncId) Find all default by node class list.BaseSearch.getAllSearches()Gets all searches.BaseDashboard.getUserSearches()Gets user searches.Methods in com.openkm.sdk4j.definition with parameters of type QueryParamsModifier and TypeMethodDescriptionBaseSearch.csvExport(String lang, QueryParams queryParams, boolean compact) Csv export input stream.BaseSearch.find(QueryParams queryParams, String propertiesPlugin) Find list.BaseSearch.find(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin) Find list.BaseSearch.findSimpleNodeBasePaginated(QueryParams queryParams, int offset, int limit) Find simple node base paginated simple node base result set.BaseSearch.findSimpleNodeBasePaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit) Find simple node base paginated simple node base result set.BaseSearch.findSimpleNodeBasePaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit, String pluginName) Find simple node base paginated simple node base result set.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.BaseSearch.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.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 QueryParamsMethods in com.openkm.sdk4j.impl that return types with arguments of type QueryParamsModifier and TypeMethodDescriptionSearchImpl.findAllDefaultByNodeClass(long ncId) SearchImpl.getAllSearches()DashboardImpl.getUserSearches()Methods in com.openkm.sdk4j.impl with parameters of type QueryParamsModifier and TypeMethodDescriptionSearchImpl.csvExport(String lang, QueryParams queryParams, boolean compact) SearchImpl.find(QueryParams queryParams, String propertiesPlugin) SearchImpl.find(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin) SearchImpl.findSimpleNodeBasePaginated(QueryParams queryParams, int offset, int limit) SearchImpl.findSimpleNodeBasePaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit) SearchImpl.findSimpleNodeBasePaginated(QueryParams queryParams, String sortField, boolean sortReverse, int offset, int limit, String pluginName) SearchImpl.findWithMetadata(QueryParams queryParams, String sortField, boolean sortReverse, String propertiesPlugin, List<String> groups) SearchImpl.findWithMetadata(QueryParams queryParams, String propertiesPlugin, List<String> groups) SearchImpl.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) longSearchImpl.saveSearch(QueryParams params) voidSearchImpl.updateSearch(QueryParams params)