Modifier and Type | Method and Description |
---|---|
protected static <T> List<T> |
ElasticsearchResultConverter.convertHits(com.fasterxml.jackson.databind.JsonNode hitsRoot,
ElasticsearchResultConverter.ResultMapper<T> resultMapper) |
static <T> Page<T> |
ElasticsearchResultConverter.convertSearchResult(com.fasterxml.jackson.databind.JsonNode searchResult,
ElasticsearchResultConverter.ResultMapper<T> resultMapper,
int start,
int size) |
static <T> List<T> |
ElasticsearchResultConverter.convertSearchResultToList(com.fasterxml.jackson.databind.JsonNode searchResult,
ElasticsearchResultConverter.ResultMapper<T> resultMapper) |
Modifier and Type | Class and Description |
---|---|
class |
BaseJsonMapper<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
CaseInstanceResultMapper
The result mapper interface converting case search hits into case search representation objects.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseInstanceJsonMapper |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentItemResultMapper |
Modifier and Type | Class and Description |
---|---|
class |
ContentItemJsonMapper |
Modifier and Type | Method and Description |
---|---|
protected <RES,REQ extends PlatformIndexQueryRequest,Q extends PlatformIndexQueryBuilder<REQ>> |
WorkIndexService.fetchData(REQ request,
String index,
ElasticsearchResultConverter.ResultMapper<RES> jsonMapper,
Supplier<Q> queryBuilderSupplier) |
protected <RES,REQ extends PlatformIndexQueryRequest,Q extends PlatformIndexQueryBuilder<REQ>> |
WorkIndexService.getInstanceRepresentationPage(REQ request,
String index,
ElasticsearchResultConverter.ResultMapper<RES> jsonMapper,
ResultFilter<RES> resultFilter,
Supplier<Q> queryBuilderSupplier) |
protected <T> Page<T> |
WorkIndexService.getPageFromQuery(int start,
int size,
String index,
ElasticsearchResultConverter.ResultMapper<T> jsonMapper,
String query,
String sort,
String order) |
protected <T> Page<T> |
WorkIndexService.queryWithCustomQuery(String index,
PlatformIndexQueryRequest request,
QueryDefinitionModel queryModel,
ElasticsearchResultConverter.ResultMapper<T> jsonMapper) |
protected <RES,REQ extends PlatformIndexQueryRequest,Q extends PlatformIndexQueryBuilder<REQ>> |
WorkIndexService.queryWithSafeQuery(REQ request,
String index,
QueryDefinitionModel queryModel,
ElasticsearchResultConverter.ResultMapper<RES> jsonMapper,
Supplier<Q> queryBuilderSupplier) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessInstanceResultMapper |
Modifier and Type | Class and Description |
---|---|
class |
ProcessInstanceJsonMapper |
Modifier and Type | Interface and Description |
---|---|
interface |
TaskResultMapper |
Modifier and Type | Class and Description |
---|---|
class |
TaskJsonMapper |
Modifier and Type | Interface and Description |
---|---|
interface |
WorkInstanceResultMapper |
Modifier and Type | Class and Description |
---|---|
class |
WorkInstanceJsonMapper |