Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
IndexedDataEnhancerAdapter |
Modifier and Type | Field and Description |
---|---|
protected List<PlatformIndexedDataEnhancer> |
ProcessEnginePlatformIndexingConfigurator.indexedDataEnhancers |
protected List<PlatformIndexedDataEnhancer> |
ContentEnginePlatformIndexingConfigurator.indexedDataEnhancers |
protected List<PlatformIndexedDataEnhancer> |
CmmnEnginePlatformIndexingConfigurator.indexedDataEnhancers |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected List<PlatformIndexedDataEnhancer> |
AbstractIndexingDataProducer.indexedDataEnhancers |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected List<PlatformIndexedDataEnhancer> |
AsyncIndexingHistoryManager.indexedDataEnhancers |
protected List<PlatformIndexedDataEnhancer> |
AsyncIndexingContentHistoryManager.indexedDataEnhancers |
protected List<PlatformIndexedDataEnhancer> |
AsyncIndexingCmmnHistoryManager.indexedDataEnhancers |
Modifier and Type | Method and Description |
---|---|
List<PlatformIndexedDataEnhancer> |
AsyncIndexingHistoryManager.getIndexedDataEnhancers() |
List<PlatformIndexedDataEnhancer> |
AsyncIndexingContentHistoryManager.getIndexedDataEnhancers() |
List<PlatformIndexedDataEnhancer> |
AsyncIndexingCmmnHistoryManager.getIndexedDataEnhancers() |
Modifier and Type | Method and 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.addVariablesToData(com.fasterxml.jackson.databind.node.ObjectNode data,
String jsonFieldName,
List<VariableInstancesHolder> variableInstancesHolders,
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 |
AsyncIndexingHistoryManager.setIndexedDataEnhancers(List<PlatformIndexedDataEnhancer> indexedDataEnhancers) |
void |
AsyncIndexingContentHistoryManager.setIndexedDataEnhancers(List<PlatformIndexedDataEnhancer> indexedDataEnhancers) |
void |
AsyncIndexingCmmnHistoryManager.setIndexedDataEnhancers(List<PlatformIndexedDataEnhancer> indexedDataEnhancers) |