Uses of Interface
org.molgenis.data.index.IndexActionRegisterService
-
Packages that use IndexActionRegisterService Package Description org.molgenis.data.index org.molgenis.data.index.bootstrap org.molgenis.data.index.transaction -
-
Uses of IndexActionRegisterService in org.molgenis.data.index
Classes in org.molgenis.data.index that implement IndexActionRegisterService Modifier and Type Class Description classIndexActionRegisterServiceImplRegisters changes made to an indexed repository that need to be fixed by indexing the relevant data.Constructors in org.molgenis.data.index with parameters of type IndexActionRegisterService Constructor Description IndexActionRepositoryCollectionDecorator(RepositoryCollection delegateRepositoryCollection, IndexActionRegisterService indexActionRegisterService)IndexActionRepositoryDecorator(Repository<Entity> delegateRepository, IndexActionRegisterService indexActionRegisterService)IndexConfig(IndexActionRegisterService indexActionRegisterService, TransactionManager transactionManager, DataService dataService, IndexService indexService, IndexJobExecutionFactory indexJobExecutionFactory, EntityTypeFactory entityTypeFactory, JobExecutor jobExecutor) -
Uses of IndexActionRegisterService in org.molgenis.data.index.bootstrap
Constructors in org.molgenis.data.index.bootstrap with parameters of type IndexActionRegisterService Constructor Description IndexBootstrapper(MetaDataService metaDataService, IndexService indexService, IndexActionRegisterService indexActionRegisterService, DataService dataService, AttributeMetadata attrMetadata) -
Uses of IndexActionRegisterService in org.molgenis.data.index.transaction
Constructors in org.molgenis.data.index.transaction with parameters of type IndexActionRegisterService Constructor Description IndexTransactionListener(IndexJobScheduler indexJobScheduler, IndexActionRegisterService indexActionRegisterService)
-