Uses of Class
com.flowable.indexing.config.ConfigParameter
Package | Description |
---|---|
com.flowable.indexing | |
com.flowable.indexing.config |
-
Uses of ConfigParameter in com.flowable.indexing
Methods in com.flowable.indexing with parameters of type ConfigParameter Modifier and Type Method Description protected java.util.stream.Stream<java.lang.String>
SearchServiceImpl. getParamsStreamValue(java.lang.String paramKey, java.util.Map<java.lang.String,java.lang.Object> params, ConfigParameter configParameter, CustomIndexConfiguration customIndexConfiguration)
protected java.lang.String
SearchServiceImpl. getParamsStringValue(java.lang.String paramKey, java.util.Map<java.lang.String,java.lang.Object> params, ConfigParameter configParameter, CustomIndexConfiguration customIndexConfiguration)
-
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 java.util.Map<java.lang.String,ConfigParameter>
CustomIndexConfiguration. parameters
Methods in com.flowable.indexing.config that return types with arguments of type ConfigParameter Modifier and Type Method Description java.util.Map<java.lang.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(java.util.Map<java.lang.String,ConfigParameter> parameters)