| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SortParameter> |
CustomIndexConfiguration.sortParameters |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SortParameter> |
CustomIndexConfiguration.getSortParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomIndexConfiguration.setSortParameters(Map<String,SortParameter> sortParameters) |
| Constructor and Description |
|---|
CaseInstancesIndexQueryBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.node.ObjectNode customQuery,
Map<String,SortParameter> sortParameters) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SortParameter> |
PlatformIndexQueryBuilder.customSortParameters |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SortParameter> |
PlatformIndexQueryBuilder.getCustomSortParameters() |
protected Map<String,SortParameter> |
WorkIndexService.getCustomSortParameters(PlatformIndexQueryRequest request,
String index,
String queryName) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PlatformIndexQueryBuilder.parameterTypeToIndexedProperty(SortParameter sortParameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformIndexQueryBuilder.setCustomSortParameters(Map<String,SortParameter> customSortParameters) |
| Constructor and Description |
|---|
PlatformIndexQueryBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.node.ObjectNode customQuery,
Map<String,SortParameter> customSortParameters) |
| Constructor and Description |
|---|
ProcessInstancesIndexQueryBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.node.ObjectNode customQuery,
Map<String,SortParameter> sortParameters) |
| Constructor and Description |
|---|
TasksIndexQueryBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.node.ObjectNode customQuery,
Map<String,SortParameter> sortParameters) |
| Constructor and Description |
|---|
WorkInstancesIndexQueryBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.node.ObjectNode customQuery,
Map<String,SortParameter> sortParameters) |
Copyright © 2019. All rights reserved.