Uses of Class
com.netgrif.application.engine.workflow.domain.eventoutcomes.taskoutcomes.AssignTaskEventOutcome
-
-
Uses of AssignTaskEventOutcome in com.netgrif.application.engine.startup
Methods in com.netgrif.application.engine.startup that return AssignTaskEventOutcome Modifier and Type Method Description AssignTaskEventOutcomeImportHelper. assignTask(java.lang.String taskTitle, java.lang.String caseId, LoggedUser author)AssignTaskEventOutcomeImportHelper. assignTaskToSuper(java.lang.String taskTitle, java.lang.String caseId) -
Uses of AssignTaskEventOutcome in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return AssignTaskEventOutcome Modifier and Type Method Description AssignTaskEventOutcomeTaskService. assignTask(LoggedUser loggedUser, java.lang.String taskId)AssignTaskEventOutcomeTaskService. assignTask(Task task, IUser user)AssignTaskEventOutcomeTaskService. assignTask(java.lang.String taskId)Methods in com.netgrif.application.engine.workflow.service that return types with arguments of type AssignTaskEventOutcome Modifier and Type Method Description java.util.List<AssignTaskEventOutcome>TaskService. assignTasks(java.util.List<Task> tasks, IUser user) -
Uses of AssignTaskEventOutcome in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that return AssignTaskEventOutcome Modifier and Type Method Description AssignTaskEventOutcomeITaskService. assignTask(LoggedUser loggedUser, java.lang.String taskId)AssignTaskEventOutcomeITaskService. assignTask(Task task, IUser user)AssignTaskEventOutcomeITaskService. assignTask(java.lang.String taskId)Methods in com.netgrif.application.engine.workflow.service.interfaces that return types with arguments of type AssignTaskEventOutcome Modifier and Type Method Description java.util.List<AssignTaskEventOutcome>ITaskService. assignTasks(java.util.List<Task> tasks, IUser user) -
Uses of AssignTaskEventOutcome in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes
Constructors in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes with parameters of type AssignTaskEventOutcome Constructor Description LocalisedAssignTaskEventOutcome(AssignTaskEventOutcome outcome, java.util.Locale locale)
-