Uses of Interface
com.flowable.indexing.api.IndexMapping
-
Uses of IndexMapping in com.flowable.indexing
Modifier and TypeFieldDescriptionprotected Map<String,
IndexMapping> IndexManagerImpl.customMappings
protected Map<String,
IndexMapping> IndexManagerImpl.indexMappings
Modifier 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 ifCustomIndexConfiguration
changed.IndexManagerImpl.recreateMapping
(IndexMapping indexMapping) Modifier 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 ofIndexMapping
instances 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) Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNode
SearchServiceImpl.createCustomQueryForParameters
(IndexMapping indexMapping, Map<String, Object> params) protected com.fasterxml.jackson.databind.node.ObjectNode
SearchServiceImpl.handleQueryWithCustomFilter
(IndexMapping indexMapping, CustomIndexConfiguration customIndexConfiguration, Map<String, Object> params, Map<String, ConfigParameter> configParams) IndexManager.recreateMapping
(IndexMapping indexMapping) Used to recreate mapping ifCustomIndexConfiguration
changed.IndexManagerImpl.recreateMapping
(IndexMapping indexMapping) protected void
IndexManagerImpl.updateExistingAliasMapping
(IndexMapping customMapping) protected com.fasterxml.jackson.databind.JsonNode
IndexManagerImpl.updateExistingMappingIfNeeded
(String indexName, IndexMapping indexMapping) -
Uses of IndexMapping in com.flowable.indexing.impl
Modifier and TypeMethodDescriptionprotected String
IndexingServiceImpl.determineIndex
(IndexMapping indexMapping)