Uses of Interface
com.netgrif.application.engine.workflow.service.interfaces.ITaskService
-
-
Uses of ITaskService in com.netgrif.application.engine.configuration.drools
Constructors in com.netgrif.application.engine.configuration.drools with parameters of type ITaskService Constructor Description RuleEngineGlobalsProvider(IRuleEvaluationScheduleService ruleEvaluationScheduleService, IWorkflowService workflowService, ITaskService taskService, IElasticCaseService elasticCaseService, IElasticTaskService elasticTaskService, IDataService dataService, IMailService mailService, IUserService userService, FactRepository factRepository) -
Uses of ITaskService in com.netgrif.application.engine.elastic.service
Fields in com.netgrif.application.engine.elastic.service declared as ITaskService Modifier and Type Field Description protected ITaskServiceElasticTaskService. taskServiceMethods in com.netgrif.application.engine.elastic.service with parameters of type ITaskService Modifier and Type Method Description voidElasticTaskService. setTaskService(ITaskService taskService) -
Uses of ITaskService in com.netgrif.application.engine.orgstructure.groups
Fields in com.netgrif.application.engine.orgstructure.groups declared as ITaskService Modifier and Type Field Description protected ITaskServiceNextGroupService. taskService -
Uses of ITaskService in com.netgrif.application.engine.workflow.service
Classes in com.netgrif.application.engine.workflow.service that implement ITaskService Modifier and Type Class Description classTaskServiceFields in com.netgrif.application.engine.workflow.service declared as ITaskService Modifier and Type Field Description protected ITaskServiceDataService. taskServiceprotected ITaskServiceWorkflowService. taskService -
Uses of ITaskService in com.netgrif.application.engine.workflow.web
Constructors in com.netgrif.application.engine.workflow.web with parameters of type ITaskService Constructor Description AbstractTaskController(ITaskService taskService, IDataService dataService, IElasticTaskService searchService)PublicTaskController(ITaskService taskService, IDataService dataService, IUserService userService)TaskController(ITaskService taskService, IDataService dataService, IElasticTaskService searchService)
-