Uses of Class
com.flowable.platform.api.index.variable.VariableExtractor
Packages that use VariableExtractor
Package
Description
-
Uses of VariableExtractor in com.flowable.platform.api.repository
Fields in com.flowable.platform.api.repository with type parameters of type VariableExtractorModifier and TypeFieldDescriptionprotected List<VariableExtractor>
BaseVariableExtractorDefinitionModel.variableExtractors
Methods in com.flowable.platform.api.repository that return types with arguments of type VariableExtractorModifier and TypeMethodDescriptionBaseVariableExtractorDefinitionModel.getVariableExtractors()
VariableExtractorDefinitionModel.getVariableExtractors()
Returns the variable extractors.Method parameters in com.flowable.platform.api.repository with type arguments of type VariableExtractorModifier and TypeMethodDescriptionvoid
BaseVariableExtractorDefinitionModel.setVariableExtractors
(List<VariableExtractor> variableExtractors) -
Uses of VariableExtractor in com.flowable.platform.engine.impl.indexing.cache
Methods in com.flowable.platform.engine.impl.indexing.cache with parameters of type VariableExtractorModifier and TypeMethodDescriptionprotected IndexMappingVariableExtractor
IndexMappingVariableExtractorCacheHelperImpl.createIndexMappingVariableExtractor
(VariableExtractor variableExtractor, String modelKey)