Uses of Class
com.flowable.indexing.config.ConfigParameter
-
Packages that use ConfigParameter Package Description com.flowable.indexing com.flowable.indexing.config com.flowable.platform.service.index -
-
Uses of ConfigParameter in com.flowable.indexing
Methods in com.flowable.indexing with parameters of type ConfigParameter Modifier and Type Method 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)
Method parameters in com.flowable.indexing with type arguments of type ConfigParameter Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNode
SearchService. createCustomQueryForParameters(com.fasterxml.jackson.databind.JsonNode customFilter, String queryName, Map<String,ConfigParameter> configParameters, Map<String,Object> payload)
com.fasterxml.jackson.databind.node.ObjectNode
SearchServiceImpl. createCustomQueryForParameters(com.fasterxml.jackson.databind.JsonNode customFilter, String queryName, Map<String,ConfigParameter> configParameters, Map<String,Object> payload)
-
Uses of ConfigParameter in com.flowable.indexing.config
Fields in com.flowable.indexing.config with type parameters of type ConfigParameter Modifier and Type Field Description protected Map<String,ConfigParameter>
CustomIndexConfiguration. parameters
Methods in com.flowable.indexing.config that return types with arguments of type ConfigParameter Modifier and Type Method Description Map<String,ConfigParameter>
CustomIndexConfiguration. getParameters()
Method parameters in com.flowable.indexing.config with type arguments of type ConfigParameter Modifier and Type Method Description void
CustomIndexConfiguration. setParameters(Map<String,ConfigParameter> parameters)
-
Uses of ConfigParameter in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index that return ConfigParameter Modifier and Type Method Description protected ConfigParameter
WorkIndexService. transformQueryParameter(QueryParameter queryParameter)
Methods in com.flowable.platform.service.index that return types with arguments of type ConfigParameter Modifier and Type Method Description protected Map<String,ConfigParameter>
WorkIndexService. getConfigParameters(Map<String,QueryParameter> queryParameters)
-