Uses of Interface
com.netgrif.application.engine.elastic.domain.ElasticCaseRepository
-
Packages that use ElasticCaseRepository Package Description com.netgrif.application.engine.elastic.service -
-
Uses of ElasticCaseRepository in com.netgrif.application.engine.elastic.service
Fields in com.netgrif.application.engine.elastic.service declared as ElasticCaseRepository Modifier and Type Field Description protected ElasticCaseRepositoryElasticCaseService. repositoryConstructors in com.netgrif.application.engine.elastic.service with parameters of type ElasticCaseRepository Constructor Description ElasticCaseService(ElasticCaseRepository repository, org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate template, Executor executors)ElasticIndexService(org.springframework.context.ApplicationContext context, org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate elasticsearchTemplate, org.elasticsearch.client.RestHighLevelClient elasticsearchClient, org.springframework.data.elasticsearch.core.ElasticsearchOperations operations, ElasticsearchProperties elasticsearchProperties, ElasticCaseRepository elasticCaseRepository, ElasticTaskRepository elasticTaskRepository, PetriNetService petriNetService, org.springframework.data.mongodb.core.MongoTemplate mongoTemplate, ElasticCaseMappingService caseMappingService, ElasticTaskMappingService taskMappingService)ReindexingTask(TaskRepository taskRepository, ElasticCaseRepository elasticCaseRepository, IElasticCaseService elasticCaseService, IElasticTaskService elasticTaskService, IElasticCaseMappingService caseMappingService, IElasticTaskMappingService taskMappingService, IWorkflowService workflowService, int pageSize, java.time.Duration from, IElasticIndexService elasticIndexService)
-