Uses of Interface
org.molgenis.data.index.IndexService
-
Packages that use IndexService Package Description org.molgenis.data.index org.molgenis.data.index.bootstrap org.molgenis.data.index.job -
-
Uses of IndexService in org.molgenis.data.index
Constructors in org.molgenis.data.index with parameters of type IndexService Constructor Description IndexConfig(IndexActionRegisterService indexActionRegisterService, TransactionManager transactionManager, DataService dataService, IndexService indexService, IndexJobExecutionFactory indexJobExecutionFactory, EntityTypeFactory entityTypeFactory, JobExecutor jobExecutor) -
Uses of IndexService in org.molgenis.data.index.bootstrap
Constructors in org.molgenis.data.index.bootstrap with parameters of type IndexService Constructor Description IndexBootstrapper(MetaDataService metaDataService, IndexService indexService, IndexActionRegisterService indexActionRegisterService, DataService dataService, AttributeMetadata attrMetadata) -
Uses of IndexService in org.molgenis.data.index.job
Constructors in org.molgenis.data.index.job with parameters of type IndexService Constructor Description IndexJobService(DataService dataService, IndexService indexService, EntityTypeFactory entityTypeFactory)
-