Uses of Interface
com.flowable.indexing.api.PlatformIndexedDataEnhancer
Packages that use PlatformIndexedDataEnhancer
Package
Description
-
Uses of PlatformIndexedDataEnhancer in com.flowable.indexing.impl
Classes in com.flowable.indexing.impl that implement PlatformIndexedDataEnhancer -
Uses of PlatformIndexedDataEnhancer in com.flowable.platform.engine.impl.indexing.configurator
Fields in com.flowable.platform.engine.impl.indexing.configurator with type parameters of type PlatformIndexedDataEnhancerModifier and TypeFieldDescriptionprotected List<PlatformIndexedDataEnhancer>CmmnEnginePlatformIndexingConfigurator.indexedDataEnhancersprotected List<PlatformIndexedDataEnhancer>ContentEnginePlatformIndexingConfigurator.indexedDataEnhancersprotected List<PlatformIndexedDataEnhancer>ProcessEnginePlatformIndexingConfigurator.indexedDataEnhancersConstructor parameters in com.flowable.platform.engine.impl.indexing.configurator with type arguments of type PlatformIndexedDataEnhancerModifierConstructorDescriptionCmmnEnginePlatformIndexingConfigurator(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
Fields in com.flowable.platform.engine.impl.indexing.dataproducer with type parameters of type PlatformIndexedDataEnhancerModifier and TypeFieldDescriptionprotected List<PlatformIndexedDataEnhancer>AbstractIndexingDataProducer.indexedDataEnhancersConstructor parameters in com.flowable.platform.engine.impl.indexing.dataproducer with type arguments of type PlatformIndexedDataEnhancerModifierConstructorDescriptionAbstractIndexingDataProducer(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
Method parameters in com.flowable.platform.engine.impl.indexing.job.history with type arguments of type PlatformIndexedDataEnhancerModifier and TypeMethodDescriptionvoidIndexingManagerHelperImpl.addHistoricVariablesToData(com.fasterxml.jackson.databind.node.ObjectNode data, String jsonFieldName, String scopeId, String scopeType, List<PlatformIndexedDataEnhancer> indexedDataEnhancers) protected voidIndexingManagerHelperImpl.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) voidIndexingManagerHelperImpl.addMetaDataInstanceToData(com.fasterxml.jackson.databind.node.ObjectNode data, com.fasterxml.jackson.databind.node.ArrayNode variablesArrayNode, MetadataInstance metadataInstance, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)