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 |
---|---|
protected SortParameter |
WorkIndexService.transformSortParameter(QuerySortParameter querySortParameter) |
Modifier and Type | Method and Description |
---|---|
Map<String,SortParameter> |
PlatformIndexQueryBuilder.getCustomSortParameters() |
protected Map<String,SortParameter> |
WorkIndexService.getCustomSortParameters(PlatformIndexQueryRequest request,
String index,
String queryName) |
protected Map<String,SortParameter> |
WorkIndexService.getSortParameters(Map<String,QuerySortParameter> querySortParameters) |
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) |