Uses of Class
com.flowable.platform.api.index.variable.VariableExtractor
-
Packages that use VariableExtractor Package Description com.flowable.platform.api.repository com.flowable.platform.engine.impl.indexing.cache -
-
Uses of VariableExtractor in com.flowable.platform.api.repository
Fields in com.flowable.platform.api.repository with type parameters of type VariableExtractor Modifier and Type Field Description protected List<VariableExtractor>
BaseVariableExtractorDefinitionModel. variableExtractors
Methods in com.flowable.platform.api.repository that return types with arguments of type VariableExtractor Modifier and Type Method Description List<VariableExtractor>
BaseVariableExtractorDefinitionModel. getVariableExtractors()
List<VariableExtractor>
VariableExtractorDefinitionModel. getVariableExtractors()
Returns the variable extractors.Method parameters in com.flowable.platform.api.repository with type arguments of type VariableExtractor Modifier and Type Method Description void
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 VariableExtractor Modifier and Type Method Description protected IndexMappingVariableExtractor
IndexMappingVariableExtractorCacheHelperImpl. createIndexMappingVariableExtractor(VariableExtractor variableExtractor, String modelKey)
-