Uses of Interface
com.netgrif.application.engine.elastic.service.interfaces.IElasticTaskService
-
-
Uses of IElasticTaskService in com.netgrif.application.engine.configuration
Methods in com.netgrif.application.engine.configuration that return IElasticTaskService Modifier and Type Method Description IElasticTaskServiceElasticServiceConfiguration. elasticTaskService()IElasticTaskServiceElasticServiceConfiguration. reindexingTaskElasticTaskService() -
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 classElasticTaskServiceConstructors 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.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IElasticTaskService Modifier and Type Method Description IElasticTaskServiceActionDelegate. getElasticTaskService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IElasticTaskService Modifier and Type Method Description voidActionDelegate. setElasticTaskService(IElasticTaskService value) -
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 IElasticTaskServiceTaskService. elasticTaskServiceMethods in com.netgrif.application.engine.workflow.service with parameters of type IElasticTaskService Modifier and Type Method Description voidTaskService. 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)
-