Uses of Interface
com.flowable.indexing.api.IndexMappingVariableExtractor
Packages that use IndexMappingVariableExtractor
Package
Description
-
Uses of IndexMappingVariableExtractor in com.flowable.indexing.api
Methods in com.flowable.indexing.api that return types with arguments of type IndexMappingVariableExtractorMethod parameters in com.flowable.indexing.api with type arguments of type IndexMappingVariableExtractorModifier and TypeMethodDescriptionvoid
IndexMapping.setExtractors
(List<IndexMappingVariableExtractor> extractors) -
Uses of IndexMappingVariableExtractor in com.flowable.indexing.impl
Classes in com.flowable.indexing.impl that implement IndexMappingVariableExtractorFields in com.flowable.indexing.impl with type parameters of type IndexMappingVariableExtractorModifier and TypeFieldDescriptionprotected List<IndexMappingVariableExtractor>
CustomIndexMapping.extractors
Methods in com.flowable.indexing.impl that return types with arguments of type IndexMappingVariableExtractorMethods in com.flowable.indexing.impl with parameters of type IndexMappingVariableExtractorModifier and TypeMethodDescriptionvoid
CustomIndexMapping.addExtractor
(IndexMappingVariableExtractor extractor) Method parameters in com.flowable.indexing.impl with type arguments of type IndexMappingVariableExtractorModifier and TypeMethodDescriptionvoid
CustomIndexMapping.addExtractors
(List<? extends IndexMappingVariableExtractor> extractors) void
CustomIndexMapping.setExtractors
(List<IndexMappingVariableExtractor> extractors) -
Uses of IndexMappingVariableExtractor in com.flowable.platform.engine.impl.indexing.cache
Fields in com.flowable.platform.engine.impl.indexing.cache with type parameters of type IndexMappingVariableExtractorMethods in com.flowable.platform.engine.impl.indexing.cache that return IndexMappingVariableExtractorModifier and TypeMethodDescriptionprotected IndexMappingVariableExtractor
IndexMappingVariableExtractorCacheHelperImpl.createIndexMappingVariableExtractor
(com.fasterxml.jackson.databind.node.ObjectNode fullTextVariableExtractor, String modelKey) protected IndexMappingVariableExtractor
IndexMappingVariableExtractorCacheHelperImpl.createIndexMappingVariableExtractor
(VariableExtractor variableExtractor, String modelKey) Methods in com.flowable.platform.engine.impl.indexing.cache that return types with arguments of type IndexMappingVariableExtractorModifier and TypeMethodDescriptionprotected List<IndexMappingVariableExtractor>
IndexMappingVariableExtractorCacheHelperImpl.createIndexMappingVariableExtractors
(VariableExtractorDefinitionModel extractorModel) IndexMappingVariableExtractorCache.getAll()
IndexMappingVariableExtractorCache.getVariableExtractorModelsForIndex
(String indexType, String tenantId) IndexMappingVariableExtractorCacheHelper.getVariableExtractors
(String indexName, String tenantId) IndexMappingVariableExtractorCacheHelper.getVariableExtractors
(List<String> indexNames, String tenantId) IndexMappingVariableExtractorCacheHelperImpl.getVariableExtractors
(String indexName, String tenantId) IndexMappingVariableExtractorCacheHelperImpl.getVariableExtractors
(List<String> indexNames, String tenantId) Method parameters in com.flowable.platform.engine.impl.indexing.cache with type arguments of type IndexMappingVariableExtractorModifier and TypeMethodDescriptionvoid
IndexMappingVariableExtractorCache.addVariableExtractorModels
(String tenantId, String indexType, String modelKey, List<IndexMappingVariableExtractor> extractorEntries) -
Uses of IndexMappingVariableExtractor in com.flowable.platform.engine.impl.indexing.job.history
Methods in com.flowable.platform.engine.impl.indexing.job.history that return types with arguments of type IndexMappingVariableExtractorModifier and TypeMethodDescriptionprotected List<IndexMappingVariableExtractor>
IndexingManagerHelperImpl.getIndexMappingVariableExtractors
(String mappingType, String tenantId) protected List<IndexMappingVariableExtractor>
IndexingManagerHelperImpl.getMappingVariableExtractors
(String mappingType) Method parameters in com.flowable.platform.engine.impl.indexing.job.history with type arguments of type IndexMappingVariableExtractorModifier and TypeMethodDescriptionprotected void
IndexingManagerHelperImpl.applyJsonVariableExtractors
(List<IndexMappingVariableExtractor> variableExtractors, com.fasterxml.jackson.databind.node.ObjectNode variableData, String variableId, com.fasterxml.jackson.databind.node.ObjectNode data, com.fasterxml.jackson.databind.node.ArrayNode variablesArrayNode) IndexingManagerHelperImpl.determineVariableCopyToFields
(List<IndexMappingVariableExtractor> variableExtractors, com.fasterxml.jackson.databind.node.ObjectNode variableData)