Uses of Interface
com.flowable.indexing.api.IndexMapping
Packages that use IndexMapping
-
Uses of IndexMapping in com.flowable.indexing
Fields in com.flowable.indexing with type parameters of type IndexMappingModifier and TypeFieldDescriptionprotected Map<String,IndexMapping> IndexManagerImpl.customMappingsprotected Map<String,IndexMapping> IndexManagerImpl.indexMappingsMethods in com.flowable.indexing that return IndexMappingModifier and TypeMethodDescriptionIndexManager.findIndexMapping(String indexName) IndexManagerImpl.findIndexMapping(String indexName) IndexManager.getCustomQueryMapping(String indexName, String mappingName) Get custom query mapping for given index if exists.IndexManagerImpl.getCustomQueryMapping(String indexName, String mappingName) IndexManager.recreateMapping(IndexMapping indexMapping) Used to recreate mapping ifCustomIndexConfigurationchanged.IndexManagerImpl.recreateMapping(IndexMapping indexMapping) Methods in com.flowable.indexing that return types with arguments of type IndexMappingModifier and TypeMethodDescriptionIndexManager.findMatchingCustomMappings(String indexName) Returns a list ofIndexMapping(s) that are applicable for the provided index name.IndexManagerImpl.findMatchingCustomMappings(String indexName) IndexManager.findMatchingIndexMappings(com.fasterxml.jackson.databind.node.ObjectNode objectNode) Returns a list ofIndexMappinginstances that are applicable for the provided data.IndexManager.findMatchingIndexMappings(String mappingType) Returns a list ofIndexMapping(s) that are applicable for the provided mapping type.IndexManagerImpl.findMatchingIndexMappings(com.fasterxml.jackson.databind.node.ObjectNode objectNode) IndexManagerImpl.findMatchingIndexMappings(String mappingType) Methods in com.flowable.indexing with parameters of type IndexMappingModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeSearchServiceImpl.createCustomQueryForParameters(IndexMapping indexMapping, Map<String, Object> params) protected com.fasterxml.jackson.databind.node.ObjectNodeSearchServiceImpl.handleQueryWithCustomFilter(IndexMapping indexMapping, CustomIndexConfiguration customIndexConfiguration, Map<String, Object> params, Map<String, ConfigParameter> configParams) IndexManager.recreateMapping(IndexMapping indexMapping) Used to recreate mapping ifCustomIndexConfigurationchanged.IndexManagerImpl.recreateMapping(IndexMapping indexMapping) protected voidIndexManagerImpl.updateExistingAliasMapping(IndexMapping customMapping) protected com.fasterxml.jackson.databind.JsonNodeIndexManagerImpl.updateExistingMappingIfNeeded(String indexName, IndexMapping indexMapping) -
Uses of IndexMapping in com.flowable.indexing.impl
Classes in com.flowable.indexing.impl that implement IndexMappingMethods in com.flowable.indexing.impl with parameters of type IndexMappingModifier and TypeMethodDescriptionprotected StringIndexingServiceImpl.determineIndex(IndexMapping indexMapping)