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 ElasticCaseRepository
ElasticCaseService. repository
Constructors 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)
ReindexingTask(CaseRepository caseRepository, TaskRepository taskRepository, ElasticCaseRepository elasticCaseRepository, IElasticCaseService elasticCaseService, IElasticTaskService elasticTaskService, IElasticCaseMappingService caseMappingService, IElasticTaskMappingService taskMappingService, IWorkflowService workflowService, int pageSize, java.time.Duration from)
-