| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl | |
| com.openkm.sdk4j.util |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
BaseSearch.findByQueryPaginated(String query,
int offset,
int limit,
String propertiesPlugin)
Find by query paginated result set.
|
ResultSet |
BaseSearch.findByQueryPaginated(String query,
String sortField,
boolean sortReverse,
int offset,
int limit,
String propertiesPlugin)
Find by query paginated result set.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
SearchImpl.findByQueryPaginated(String query,
int offset,
int limit,
String propertiesPlugin) |
ResultSet |
SearchImpl.findByQueryPaginated(String query,
String sortField,
boolean sortReverse,
int offset,
int limit,
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
static ResultSet |
BeanHelper.copyToResultSet(ResultSetComplex rsc)
Conversion from ResultSetComplex to ResultSet
|
Copyright © 2025 Open Knowledge Management System S.L.. All Rights Reserved.