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(VariableInstanceEntity variable, String parentScopeId, String scopeType, String tenantId, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelper. propagateVariableRemoveToChildren(VariableInstanceEntity variable, String parentScopeId, String parentScopeType, String tenantId, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelper. propagateVariableUpdateToChildren(VariableInstanceEntity variable, String parentScopeId, String parentScopeType, String tenantId, 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 List<PlatformIndexedDataEnhancer>
CmmnEnginePlatformIndexingConfigurator. indexedDataEnhancers
protected List<PlatformIndexedDataEnhancer>
ContentEnginePlatformIndexingConfigurator. indexedDataEnhancers
protected List<PlatformIndexedDataEnhancer>
ProcessEnginePlatformIndexingConfigurator. indexedDataEnhancers
Constructor parameters in com.flowable.platform.engine.impl.indexing.configurator with type arguments of type PlatformIndexedDataEnhancer Constructor Description CmmnEnginePlatformIndexingConfigurator(List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexManager indexManager, IndexVariableTypes indexVariableTypes, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean synchronousRelationalHistory)
ContentEnginePlatformIndexingConfigurator(List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexManager indexManager, IndexVariableTypes indexVariableTypes, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean synchronousRelationalHistory)
ProcessEnginePlatformIndexingConfigurator(IndexManager indexManager, List<PlatformIndexedDataEnhancer> indexedDataEnhancers, IndexVariableTypes indexVariableTypes, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean synchronousRelationalHistory)
-
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 PlatformIndexedDataEnhancer Modifier and Type Field Description protected List<PlatformIndexedDataEnhancer>
AbstractIndexingDataProducer. indexedDataEnhancers
Constructor parameters in com.flowable.platform.engine.impl.indexing.dataproducer with type arguments of type PlatformIndexedDataEnhancer Constructor Description AbstractIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
ActivityIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
CaseInstanceIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, CmmnEngineConfiguration cmmnEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
ContentItemIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
PlanItemIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, CmmnEngineConfiguration cmmnEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
ProcessInstanceIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
TaskIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
WorkIndexingDataProducer(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexManager indexManager, ProcessEngineConfigurationImpl processEngineConfiguration, IndexVariableTypes indexVariableTypes, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
-
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 List<PlatformIndexedDataEnhancer>
AsyncIndexingCmmnHistoryManager. indexedDataEnhancers
protected List<PlatformIndexedDataEnhancer>
AsyncIndexingContentHistoryManager. indexedDataEnhancers
protected 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 List<PlatformIndexedDataEnhancer>
AsyncIndexingCmmnHistoryManager. getIndexedDataEnhancers()
List<PlatformIndexedDataEnhancer>
AsyncIndexingContentHistoryManager. getIndexedDataEnhancers()
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, String jsonFieldName, String scopeId, String scopeType, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. addIndexingVariableFields(ValueFields valueFields, String scopeId, String scopeType, String scopeHierarchyType, com.fasterxml.jackson.databind.node.ObjectNode data, com.fasterxml.jackson.databind.node.ArrayNode variablesArrayNode, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. addMetaDataInstanceToData(com.fasterxml.jackson.databind.node.ObjectNode data, com.fasterxml.jackson.databind.node.ArrayNode variablesArrayNode, MetadataInstance metadataInstance, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. handleRecordVariableCreate(VariableInstanceEntity variable, String scopeId, String scopeType, String scopeHierarchyType, com.fasterxml.jackson.databind.node.ObjectNode data, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
protected void
IndexingManagerHelperImpl. handleRecordVariableRemoved(VariableInstanceEntity variable, com.fasterxml.jackson.databind.node.ObjectNode data, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
protected void
IndexingManagerHelperImpl. handleRecordVariableUpdate(VariableInstanceEntity variable, String scopeId, String scopeType, String scopeHierarchyType, com.fasterxml.jackson.databind.node.ObjectNode data, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. propagateVariableCreateToChildren(VariableInstanceEntity variable, String parentScopeId, String parentScopeType, String tenantId, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. propagateVariableRemoveToChildren(VariableInstanceEntity variable, String parentScopeId, String parentScopeType, String tenantId, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. propagateVariableUpdateToChildren(VariableInstanceEntity variable, String parentScopeId, String parentScopeType, String tenantId, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordMetadataInstanceCreate(MetadataInstanceEntity metadataInstance, ContentItemEntity contentItem, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordMetadataInstanceCreate(MetadataInstanceEntity metadataInstance, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordMetadataInstanceRemove(MetadataInstanceEntity metadataInstance, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordMetadataInstanceUpdate(MetadataInstanceEntity metadataInstance, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordVariableCreate(VariableInstanceEntity variable, Date createTime, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordVariableRemoved(VariableInstanceEntity variable, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
IndexingManagerHelperImpl. recordVariableUpdate(VariableInstanceEntity variable, Date updateTime, List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
AsyncIndexingCmmnHistoryManager. setIndexedDataEnhancers(List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
AsyncIndexingContentHistoryManager. setIndexedDataEnhancers(List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
void
AsyncIndexingHistoryManager. setIndexedDataEnhancers(List<PlatformIndexedDataEnhancer> indexedDataEnhancers)
-