| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
QueryParams |
BaseSearch.getSearch(int qpId)
Gets search.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryParams> |
BaseSearch.getAllSearchs()
Gets all searchs.
|
List<QueryParams> |
BaseDashboard.getUserSearches()
Gets user searches.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
BaseSearch.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.
|
ResultSet |
BaseSearch.findPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin)
Find paginated result set.
|
ResultSet |
BaseSearch.findPaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit,
String propertiesPlugin)
Find paginated result set.
|
SimpleNodeBaseResultSet |
BaseSearch.findSimpleNodeBasePaginated(QueryParams queryParams,
int offset,
int limit)
Find simple node base paginated simple node base result set.
|
SimpleNodeBaseResultSet |
BaseSearch.findSimpleNodeBasePaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit)
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.
|
ResultSet |
BaseSearch.findWithMetadataPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin,
List<String> groups)
Find with metadata paginated result set.
|
ResultSet |
BaseSearch.findWithMetadataPaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit,
String propertiesPlugin,
List<String> groups)
Find with metadata paginated result set.
|
long |
BaseSearch.saveSearch(QueryParams params)
Save search long.
|
void |
BaseSearch.updateSearch(QueryParams params)
Update search.
|
| Modifier and Type | Method and Description |
|---|---|
QueryParams |
SearchImpl.getSearch(int qpId) |
| Modifier and Type | Method and Description |
|---|---|
List<QueryParams> |
SearchImpl.getAllSearchs() |
List<QueryParams> |
DashboardImpl.getUserSearches() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
SearchImpl.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) |
ResultSet |
SearchImpl.findPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin) |
ResultSet |
SearchImpl.findPaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit,
String propertiesPlugin) |
SimpleNodeBaseResultSet |
SearchImpl.findSimpleNodeBasePaginated(QueryParams queryParams,
int offset,
int limit) |
SimpleNodeBaseResultSet |
SearchImpl.findSimpleNodeBasePaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit) |
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) |
ResultSet |
SearchImpl.findWithMetadataPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin,
List<String> groups) |
ResultSet |
SearchImpl.findWithMetadataPaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit,
String propertiesPlugin,
List<String> groups) |
long |
SearchImpl.saveSearch(QueryParams params) |
void |
SearchImpl.updateSearch(QueryParams params) |
Copyright © 2025 Open Knowledge Management System S.L.. All Rights Reserved.