Uses of Interface
com.netgrif.application.engine.workflow.service.interfaces.IWorkflowService
-
-
Uses of IWorkflowService in com.netgrif.application.engine.configuration.drools
Constructors in com.netgrif.application.engine.configuration.drools with parameters of type IWorkflowService Constructor Description RuleEngineGlobalsProvider(IRuleEvaluationScheduleService ruleEvaluationScheduleService, IWorkflowService workflowService, ITaskService taskService, IElasticCaseService elasticCaseService, IElasticTaskService elasticTaskService, IDataService dataService, IMailService mailService, IUserService userService, FactRepository factRepository)
-
Uses of IWorkflowService in com.netgrif.application.engine.elastic.service
Fields in com.netgrif.application.engine.elastic.service declared as IWorkflowService Modifier and Type Field Description protected IWorkflowService
ElasticCaseService. workflowService
Methods in com.netgrif.application.engine.elastic.service with parameters of type IWorkflowService Modifier and Type Method Description void
ElasticCaseService. setWorkflowService(IWorkflowService workflowService)
Constructors in com.netgrif.application.engine.elastic.service with parameters of type IWorkflowService 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 IWorkflowService in com.netgrif.application.engine.impersonation.service
Fields in com.netgrif.application.engine.impersonation.service declared as IWorkflowService Modifier and Type Field Description protected IWorkflowService
ImpersonationAuthorizationService. workflowService
-
Uses of IWorkflowService in com.netgrif.application.engine.orgstructure.groups
Fields in com.netgrif.application.engine.orgstructure.groups declared as IWorkflowService Modifier and Type Field Description protected IWorkflowService
NextGroupService. workflowService
-
Uses of IWorkflowService in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IWorkflowService Modifier and Type Method Description IWorkflowService
ActionDelegate. getWorkflowService()
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IWorkflowService Modifier and Type Method Description void
ActionDelegate. setWorkflowService(IWorkflowService value)
-
Uses of IWorkflowService in com.netgrif.application.engine.workflow.service
Classes in com.netgrif.application.engine.workflow.service that implement IWorkflowService Modifier and Type Class Description class
WorkflowService
Fields in com.netgrif.application.engine.workflow.service declared as IWorkflowService Modifier and Type Field Description protected IWorkflowService
DataService. workflowService
protected IWorkflowService
TaskService. workflowService
Constructors in com.netgrif.application.engine.workflow.service with parameters of type IWorkflowService Constructor Description EventService(FieldActionsRunner actionsRunner, IWorkflowService workflowService)
-
Uses of IWorkflowService in com.netgrif.application.engine.workflow.web
Constructors in com.netgrif.application.engine.workflow.web with parameters of type IWorkflowService Constructor Description PublicWorkflowController(IWorkflowService workflowService, IUserService userService)
-