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, tools.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices, IndexingFilterProvider indexingFilterProvider) ContentEnginePlatformIndexingConfigurator(List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexManager indexManager, IndexVariableTypes indexVariableTypes, tools.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices, IndexingFilterProvider indexingFilterProvider) ProcessEnginePlatformIndexingConfigurator(IndexManager indexManager, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexVariableTypes indexVariableTypes, tools.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.indexedDataEnhancersprotected List<PlatformIndexedDataEnhancer> AgentInstanceIndexingDataProducer.indexedDataEnhancersprotected List<PlatformIndexedDataEnhancer> AgentInvocationEvaluationIndexingDataProducer.indexedDataEnhancersprotected List<PlatformIndexedDataEnhancer> AgentInvocationIndexingDataProducer.indexedDataEnhancersConstructor parameters in com.flowable.platform.engine.impl.indexing.dataproducer with type arguments of type PlatformIndexedDataEnhancerModifierConstructorDescriptionAbstractIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) ActivityIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) AgentInstanceIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, List<PlatformIndexedDataEnhancer> indexedDataEnhancers) AgentInvocationEvaluationIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, List<PlatformIndexedDataEnhancer> indexedDataEnhancers) AgentInvocationIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, List<PlatformIndexedDataEnhancer> indexedDataEnhancers) CaseInstanceIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) ContentItemIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) PlanItemIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) ProcessInstanceIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) SlaAuditInstanceIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) TaskIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexingFilterProvider indexingFilterProvider) WorkIndexingDataProducer(tools.jackson.databind.ObjectMapper objectMapper, org.flowable.engine.impl.cfg.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(IndexingContext indexingContext, tools.jackson.databind.node.ObjectNode data, String jsonFieldName, String scopeId, String scopeType, List<PlatformIndexedDataEnhancer> indexedDataEnhancers) protected voidIndexingManagerHelperImpl.addIndexingVariableFields(IndexingContext indexingContext, org.flowable.variable.service.impl.persistence.entity.HistoricVariableInstanceEntity historicVariableInstance, String scopeId, String scopeType, String scopeHierarchyType, tools.jackson.databind.node.ObjectNode data, tools.jackson.databind.node.ArrayNode variablesArrayNode, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, VariableIndexingFilter indexingFilter) voidIndexingManagerHelperImpl.addMetaDataInstanceToData(tools.jackson.databind.node.ObjectNode data, tools.jackson.databind.node.ArrayNode variablesArrayNode, MetadataInstance metadataInstance, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)