Uses of Interface
com.netgrif.application.engine.elastic.service.interfaces.IElasticCaseService
-
Packages that use IElasticCaseService Package Description com.netgrif.application.engine.configuration.drools com.netgrif.application.engine.elastic.service com.netgrif.application.engine.workflow.service -
-
Uses of IElasticCaseService in com.netgrif.application.engine.configuration.drools
Constructors in com.netgrif.application.engine.configuration.drools with parameters of type IElasticCaseService Constructor Description RuleEngineGlobalsProvider(IRuleEvaluationScheduleService ruleEvaluationScheduleService, IWorkflowService workflowService, ITaskService taskService, IElasticCaseService elasticCaseService, IElasticTaskService elasticTaskService, IDataService dataService, IMailService mailService, IUserService userService, FactRepository factRepository)
-
Uses of IElasticCaseService in com.netgrif.application.engine.elastic.service
Classes in com.netgrif.application.engine.elastic.service that implement IElasticCaseService Modifier and Type Class Description class
ElasticCaseService
Constructors in com.netgrif.application.engine.elastic.service with parameters of type IElasticCaseService Constructor Description ReindexingTask(CaseRepository caseRepository, TaskRepository taskRepository, ElasticCaseRepository elasticCaseRepository, IElasticCaseService elasticCaseService, IElasticTaskService elasticTaskService, IElasticCaseMappingService caseMappingService, IElasticTaskMappingService taskMappingService, IWorkflowService workflowService, int pageSize, java.time.Duration from)
-
Uses of IElasticCaseService in com.netgrif.application.engine.workflow.service
Fields in com.netgrif.application.engine.workflow.service declared as IElasticCaseService Modifier and Type Field Description protected IElasticCaseService
WorkflowService. elasticCaseService
Methods in com.netgrif.application.engine.workflow.service with parameters of type IElasticCaseService Modifier and Type Method Description void
WorkflowService. setElasticCaseService(IElasticCaseService elasticCaseService)
-