Uses of Interface
com.netgrif.application.engine.elastic.service.interfaces.IElasticTaskService
-
-
Uses of IElasticTaskService in com.netgrif.application.engine.configuration.drools
Constructors in com.netgrif.application.engine.configuration.drools with parameters of type IElasticTaskService Constructor Description RuleEngineGlobalsProvider(IRuleEvaluationScheduleService ruleEvaluationScheduleService, IWorkflowService workflowService, ITaskService taskService, IElasticCaseService elasticCaseService, IElasticTaskService elasticTaskService, IDataService dataService, IMailService mailService, IUserService userService, FactRepository factRepository)
-
Uses of IElasticTaskService in com.netgrif.application.engine.elastic.service
Classes in com.netgrif.application.engine.elastic.service that implement IElasticTaskService Modifier and Type Class Description class
ElasticTaskService
Constructors in com.netgrif.application.engine.elastic.service with parameters of type IElasticTaskService 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 IElasticTaskService in com.netgrif.application.engine.workflow.service
Fields in com.netgrif.application.engine.workflow.service declared as IElasticTaskService Modifier and Type Field Description protected IElasticTaskService
TaskService. elasticTaskService
Methods in com.netgrif.application.engine.workflow.service with parameters of type IElasticTaskService Modifier and Type Method Description void
TaskService. setElasticTaskService(IElasticTaskService elasticTaskService)
-
Uses of IElasticTaskService in com.netgrif.application.engine.workflow.web
Constructors in com.netgrif.application.engine.workflow.web with parameters of type IElasticTaskService Constructor Description AbstractTaskController(ITaskService taskService, IDataService dataService, IElasticTaskService searchService)
TaskController(ITaskService taskService, IDataService dataService, IElasticTaskService searchService)
-