Uses of Interface
com.flowable.indexing.api.PlatformIndexedDataEnhancer
-
Uses of PlatformIndexedDataEnhancer in com.flowable.indexing.api
Method parameters in com.flowable.indexing.api with type arguments of type PlatformIndexedDataEnhancer Modifier and Type Method Description voidIndexingManagerHelper. propagateVariableCreateToChildren(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.lang.String parentScopeId, java.lang.String scopeType, java.lang.String tenantId, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelper. propagateVariableRemoveToChildren(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.lang.String parentScopeId, java.lang.String parentScopeType, java.lang.String tenantId, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelper. propagateVariableUpdateToChildren(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.lang.String parentScopeId, java.lang.String parentScopeType, java.lang.String tenantId, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers) -
Uses of PlatformIndexedDataEnhancer in com.flowable.indexing.impl
Classes in com.flowable.indexing.impl that implement PlatformIndexedDataEnhancer Modifier and Type Class Description classIndexedDataEnhancerAdapter -
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 PlatformIndexedDataEnhancer Modifier and Type Field Description protected java.util.List<PlatformIndexedDataEnhancer>CmmnEnginePlatformIndexingConfigurator. indexedDataEnhancersprotected java.util.List<PlatformIndexedDataEnhancer>ContentEnginePlatformIndexingConfigurator. indexedDataEnhancersprotected java.util.List<PlatformIndexedDataEnhancer>ProcessEnginePlatformIndexingConfigurator. indexedDataEnhancersConstructor parameters in com.flowable.platform.engine.impl.indexing.configurator with type arguments of type PlatformIndexedDataEnhancer Constructor Description CmmnEnginePlatformIndexingConfigurator(java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexManager indexManager, IndexVariableTypes indexVariableTypes)ContentEnginePlatformIndexingConfigurator(java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexManager indexManager, IndexVariableTypes indexVariableTypes)ProcessEnginePlatformIndexingConfigurator(IndexManager indexManager, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexVariableTypes indexVariableTypes) -
Uses of PlatformIndexedDataEnhancer in com.flowable.platform.engine.impl.indexing.job.history
Fields in com.flowable.platform.engine.impl.indexing.job.history with type parameters of type PlatformIndexedDataEnhancer Modifier and Type Field Description protected java.util.List<PlatformIndexedDataEnhancer>AsyncIndexingCmmnHistoryManager. indexedDataEnhancersprotected java.util.List<PlatformIndexedDataEnhancer>AsyncIndexingContentHistoryManager. indexedDataEnhancersprotected java.util.List<PlatformIndexedDataEnhancer>AsyncIndexingHistoryManager. indexedDataEnhancersMethods in com.flowable.platform.engine.impl.indexing.job.history that return types with arguments of type PlatformIndexedDataEnhancer Modifier and Type Method Description java.util.List<PlatformIndexedDataEnhancer>AsyncIndexingCmmnHistoryManager. getIndexedDataEnhancers()java.util.List<PlatformIndexedDataEnhancer>AsyncIndexingContentHistoryManager. getIndexedDataEnhancers()java.util.List<PlatformIndexedDataEnhancer>AsyncIndexingHistoryManager. getIndexedDataEnhancers()Method parameters in com.flowable.platform.engine.impl.indexing.job.history with type arguments of type PlatformIndexedDataEnhancer Modifier and Type Method Description voidIndexingManagerHelperImpl. addHistoricVariablesToData(com.fasterxml.jackson.databind.node.ObjectNode data, java.lang.String jsonFieldName, java.lang.String scopeId, java.lang.String scopeType, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. addIndexingVariableFields(org.flowable.variable.api.types.ValueFields valueFields, java.lang.String scopeId, java.lang.String scopeType, java.lang.String scopeHierarchyType, com.fasterxml.jackson.databind.node.ObjectNode data, com.fasterxml.jackson.databind.node.ArrayNode variablesArrayNode, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. addMetaDataInstanceToData(com.fasterxml.jackson.databind.node.ObjectNode data, com.fasterxml.jackson.databind.node.ArrayNode variablesArrayNode, com.flowable.core.content.api.MetadataInstance metadataInstance, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. handleRecordVariableCreate(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.lang.String scopeId, java.lang.String scopeType, java.lang.String scopeHierarchyType, com.fasterxml.jackson.databind.node.ObjectNode data, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)protected voidIndexingManagerHelperImpl. handleRecordVariableRemoved(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, com.fasterxml.jackson.databind.node.ObjectNode data, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)protected voidIndexingManagerHelperImpl. handleRecordVariableUpdate(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.lang.String scopeId, java.lang.String scopeType, java.lang.String scopeHierarchyType, com.fasterxml.jackson.databind.node.ObjectNode data, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. propagateVariableCreateToChildren(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.lang.String parentScopeId, java.lang.String parentScopeType, java.lang.String tenantId, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. propagateVariableRemoveToChildren(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.lang.String parentScopeId, java.lang.String parentScopeType, java.lang.String tenantId, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. propagateVariableUpdateToChildren(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.lang.String parentScopeId, java.lang.String parentScopeType, java.lang.String tenantId, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. recordMetadataInstanceCreate(com.flowable.content.engine.impl.persistence.entity.MetadataInstanceEntity metadataInstance, com.flowable.content.engine.impl.persistence.entity.ContentItemEntity contentItem, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. recordMetadataInstanceCreate(com.flowable.content.engine.impl.persistence.entity.MetadataInstanceEntity metadataInstance, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. recordMetadataInstanceRemove(com.flowable.content.engine.impl.persistence.entity.MetadataInstanceEntity metadataInstance, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. recordMetadataInstanceUpdate(com.flowable.content.engine.impl.persistence.entity.MetadataInstanceEntity metadataInstance, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. recordVariableCreate(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.util.Date createTime, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. recordVariableRemoved(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidIndexingManagerHelperImpl. recordVariableUpdate(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.util.Date updateTime, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidAsyncIndexingCmmnHistoryManager. setIndexedDataEnhancers(java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidAsyncIndexingContentHistoryManager. setIndexedDataEnhancers(java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)voidAsyncIndexingHistoryManager. setIndexedDataEnhancers(java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers) -
Uses of PlatformIndexedDataEnhancer in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type PlatformIndexedDataEnhancer Modifier and Type Field Description protected java.util.List<PlatformIndexedDataEnhancer>AbstractIndexingScheduler. indexedDataEnhancersConstructor parameters in com.flowable.platform.service.index with type arguments of type PlatformIndexedDataEnhancer Constructor Description AbstractIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)ActivityIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)CaseInstanceIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)ContentItemIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)PlanItemInstanceIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)ProcessInstanceIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)TaskIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)WorkIndexingScheduler(IndexingService indexingService, IndexManager indexManager, org.flowable.job.service.JobServiceConfiguration jobServiceConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexVariableTypes indexVariableTypes, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)