Uses of Interface
com.flowable.indexing.api.LowLevelIndexingService
-
-
Uses of LowLevelIndexingService in com.flowable.indexing.impl
Classes in com.flowable.indexing.impl that implement LowLevelIndexingService Modifier and Type Class Description class
IndexingServiceImpl
-
Uses of LowLevelIndexingService in com.flowable.indexing.job
Fields in com.flowable.indexing.job declared as LowLevelIndexingService Modifier and Type Field Description protected LowLevelIndexingService
DeleteIndexedDataHistoryJobHandler. indexingService
Constructors in com.flowable.indexing.job with parameters of type LowLevelIndexingService Constructor Description DeleteIndexedDataHistoryJobHandler(LowLevelIndexingService indexingService)
-
Uses of LowLevelIndexingService in com.flowable.indexing.job.transformer
Fields in com.flowable.indexing.job.transformer declared as LowLevelIndexingService Modifier and Type Field Description protected LowLevelIndexingService
AbstractElasticSearchTransformer. indexingService
protected LowLevelIndexingService
GenericIndexingTransformer. indexingService
protected LowLevelIndexingService
UpdateByQueryIndexingTransformer. indexingService
Constructors in com.flowable.indexing.job.transformer with parameters of type LowLevelIndexingService Constructor Description AbstractElasticSearchTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
AbstractTenantAwareElasticSearchTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
GenericIndexingTransformer(LowLevelIndexingService indexingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
RetryFailedBulkRequestTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
UpdateByQueryIndexingTransformer(LowLevelIndexingService indexingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of LowLevelIndexingService in com.flowable.platform.engine.impl.indexing.job.transformer
Constructors in com.flowable.platform.engine.impl.indexing.job.transformer with parameters of type LowLevelIndexingService Constructor Description AbstractDeleteEntityIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
AbstractPermissionsAwareElasticSearchTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ActivityIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ActivityProcessDefinitionChangeIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
CaseInstanceDeletedIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
CaseInstanceIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
CaseTaskIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ChangeTenantIdBpmOrCmmnTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ContentItemDeletedIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ContentItemIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
PlanItemInstanceIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ProcessInstanceDeletedIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ProcessInstanceIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
RootCaseInstanceIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
RootProcessInstanceIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
SyncHistoryIndexActivityTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ActivityIndexingDataProducer activityIndexingDataProducer)
SyncHistoryIndexContentItemTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ContentEngineConfiguration contentEngineConfiguration, ContentItemIndexingDataProducer contentItemIndexingDataProducer)
SyncHistoryIndexPlanItemInstanceTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, CmmnEngineConfiguration cmmnEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, PlanItemIndexingDataProducer planItemIndexingDataProducer)
SyncHistoryIndexScopeInstanceTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper, WorkIndexingDataProducer workIndexingDataProducer, ProcessInstanceIndexingDataProducer processInstanceIndexingDataProducer, CaseInstanceIndexingDataProducer caseInstanceIndexingDataProducer, TaskIndexingDataProducer taskIndexingDataProducer, CmmnEngineConfiguration cmmnEngineConfiguration)
TaskIndexTransformer(LowLevelIndexingService indexingService, ProcessEngineConfigurationImpl processEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-