Package | Description |
---|---|
com.flowable.indexing | |
com.flowable.indexing.config | |
com.flowable.platform.service.index |
Modifier and Type | Method and Description |
---|---|
protected Stream<String> |
SearchServiceImpl.getParamsStreamValue(String paramKey,
Map<String,Object> params,
ConfigParameter configParameter,
String configName) |
protected String |
SearchServiceImpl.getParamsStringValue(String paramKey,
Map<String,Object> params,
ConfigParameter configParameter,
String configName) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
SearchServiceImpl.createCustomQueryForParameters(com.fasterxml.jackson.databind.JsonNode customFilter,
String queryName,
Map<String,ConfigParameter> configParameters,
Map<String,Object> payload) |
com.fasterxml.jackson.databind.node.ObjectNode |
SearchService.createCustomQueryForParameters(com.fasterxml.jackson.databind.JsonNode customFilter,
String queryName,
Map<String,ConfigParameter> configParameters,
Map<String,Object> payload) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
SearchServiceImpl.handleQueryWithCustomFilter(IndexMapping indexMapping,
CustomIndexConfiguration customIndexConfiguration,
Map<String,Object> params,
Map<String,ConfigParameter> configParams) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
SearchServiceImpl.handleQueryWithCustomFilter(String indexMapping,
String configName,
Map<String,Object> params,
Map<String,ConfigParameter> configParams) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigParameter> |
CustomIndexConfiguration.parameters |
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigParameter> |
CustomIndexConfiguration.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
CustomIndexConfiguration.setParameters(Map<String,ConfigParameter> parameters) |
Modifier and Type | Method and Description |
---|---|
protected ConfigParameter |
WorkIndexService.transformQueryParameter(QueryParameter queryParameter) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ConfigParameter> |
WorkIndexService.getConfigParameters(Map<String,QueryParameter> queryParameters) |