Uses of Class
com.flowable.indexing.config.ConfigParameter
Packages that use ConfigParameter
Package
Description
-
Uses of ConfigParameter in com.flowable.indexing
Methods in com.flowable.indexing with parameters of type ConfigParameterModifier and TypeMethodDescriptionSearchServiceImpl.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 ConfigParameterModifier and TypeMethodDescriptioncom.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 ConfigParameterModifier and TypeFieldDescriptionprotected Map<String,
ConfigParameter> CustomIndexConfiguration.parameters
Methods in com.flowable.indexing.config that return types with arguments of type ConfigParameterMethod parameters in com.flowable.indexing.config with type arguments of type ConfigParameterModifier and TypeMethodDescriptionvoid
CustomIndexConfiguration.setParameters
(Map<String, ConfigParameter> parameters) -
Uses of ConfigParameter in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index that return ConfigParameterModifier and TypeMethodDescriptionprotected ConfigParameter
WorkIndexService.transformQueryParameter
(QueryParameter queryParameter) Methods in com.flowable.platform.service.index that return types with arguments of type ConfigParameterModifier and TypeMethodDescriptionprotected Map<String,
ConfigParameter> WorkIndexService.getConfigParameters
(Map<String, QueryParameter> queryParameters)