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 StringSearchServiceImpl.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.ObjectNodeSearchService.createCustomQueryForParameters(com.fasterxml.jackson.databind.JsonNode customFilter, String queryName, Map<String, ConfigParameter> configParameters, Map<String, Object> payload) com.fasterxml.jackson.databind.node.ObjectNodeSearchServiceImpl.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.parametersMethods 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 TypeMethodDescriptionvoidCustomIndexConfiguration.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 ConfigParameterWorkIndexService.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)