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 void
IndexingManagerHelper. 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)
void
IndexingManagerHelper. 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)
void
IndexingManagerHelper. 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 class
IndexedDataEnhancerAdapter
-
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. indexedDataEnhancers
protected java.util.List<PlatformIndexedDataEnhancer>
ContentEnginePlatformIndexingConfigurator. indexedDataEnhancers
protected java.util.List<PlatformIndexedDataEnhancer>
ProcessEnginePlatformIndexingConfigurator. indexedDataEnhancers
Constructor 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. indexedDataEnhancers
protected java.util.List<PlatformIndexedDataEnhancer>
AsyncIndexingContentHistoryManager. indexedDataEnhancers
protected java.util.List<PlatformIndexedDataEnhancer>
AsyncIndexingHistoryManager. indexedDataEnhancers
Methods 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 void
IndexingManagerHelperImpl. 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)
void
IndexingManagerHelperImpl. 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)
void
IndexingManagerHelperImpl. 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)
void
IndexingManagerHelperImpl. 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 void
IndexingManagerHelperImpl. handleRecordVariableRemoved(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, com.fasterxml.jackson.databind.node.ObjectNode data, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
protected void
IndexingManagerHelperImpl. 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)
void
IndexingManagerHelperImpl. 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)
void
IndexingManagerHelperImpl. 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)
void
IndexingManagerHelperImpl. 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)
void
IndexingManagerHelperImpl. recordMetadataInstanceCreate(com.flowable.content.engine.impl.persistence.entity.MetadataInstanceEntity metadataInstance, com.flowable.content.engine.impl.persistence.entity.ContentItemEntity contentItem, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordMetadataInstanceCreate(com.flowable.content.engine.impl.persistence.entity.MetadataInstanceEntity metadataInstance, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordMetadataInstanceRemove(com.flowable.content.engine.impl.persistence.entity.MetadataInstanceEntity metadataInstance, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordMetadataInstanceUpdate(com.flowable.content.engine.impl.persistence.entity.MetadataInstanceEntity metadataInstance, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordVariableCreate(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.util.Date createTime, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordVariableRemoved(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordVariableUpdate(org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variable, java.util.Date updateTime, java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
AsyncIndexingCmmnHistoryManager. setIndexedDataEnhancers(java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
AsyncIndexingContentHistoryManager. setIndexedDataEnhancers(java.util.List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
AsyncIndexingHistoryManager. 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. indexedDataEnhancers
Constructor 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)