Uses of Interface
com.flowable.indexing.api.PlatformIndexedDataEnhancer
Package
Description
-
Uses of PlatformIndexedDataEnhancer in com.flowable.indexing.impl
-
Uses of PlatformIndexedDataEnhancer in com.flowable.platform.engine.impl.indexing.configurator
Modifier and TypeFieldDescriptionprotected List<PlatformIndexedDataEnhancer>
CmmnEnginePlatformIndexingConfigurator.indexedDataEnhancers
protected List<PlatformIndexedDataEnhancer>
ContentEnginePlatformIndexingConfigurator.indexedDataEnhancers
protected List<PlatformIndexedDataEnhancer>
ProcessEnginePlatformIndexingConfigurator.indexedDataEnhancers
ModifierConstructorDescriptionCmmnEnginePlatformIndexingConfigurator
(List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexManager indexManager, IndexVariableTypes indexVariableTypes, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices, IndexingFilterProvider indexingFilterProvider) ContentEnginePlatformIndexingConfigurator
(List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexManager indexManager, IndexVariableTypes indexVariableTypes, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices, IndexingFilterProvider indexingFilterProvider) ProcessEnginePlatformIndexingConfigurator
(IndexManager indexManager, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexVariableTypes indexVariableTypes, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices, IndexingFilterProvider indexingFilterProvider) -
Uses of PlatformIndexedDataEnhancer in com.flowable.platform.engine.impl.indexing.dataproducer
Modifier and TypeFieldDescriptionprotected List<PlatformIndexedDataEnhancer>
AbstractIndexingDataProducer.indexedDataEnhancers
ModifierConstructorDescriptionAbstractIndexingDataProducer
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) ActivityIndexingDataProducer
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) CaseInstanceIndexingDataProducer
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, CmmnEngineConfiguration cmmnEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) ContentItemIndexingDataProducer
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) PlanItemIndexingDataProducer
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, CmmnEngineConfiguration cmmnEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) ProcessInstanceIndexingDataProducer
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) SlaAuditInstanceIndexingDataProducer
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) TaskIndexingDataProducer
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) WorkIndexingDataProducer
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) -
Uses of PlatformIndexedDataEnhancer in com.flowable.platform.engine.impl.indexing.job.history
Modifier and TypeMethodDescriptionvoid
IndexingManagerHelperImpl.addHistoricVariablesToData
(com.fasterxml.jackson.databind.node.ObjectNode data, String jsonFieldName, String scopeId, String scopeType, List<PlatformIndexedDataEnhancer> indexedDataEnhancers) protected void
IndexingManagerHelperImpl.addIndexingVariableFields
(HistoricVariableInstanceEntity historicVariableInstance, String scopeId, String scopeType, String scopeHierarchyType, com.fasterxml.jackson.databind.node.ObjectNode data, com.fasterxml.jackson.databind.node.ArrayNode variablesArrayNode, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, VariableIndexingFilter indexingFilter) void
IndexingManagerHelperImpl.addMetaDataInstanceToData
(com.fasterxml.jackson.databind.node.ObjectNode data, com.fasterxml.jackson.databind.node.ArrayNode variablesArrayNode, MetadataInstance metadataInstance, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)