Uses of Class
com.netgrif.application.engine.workflow.domain.eventoutcomes.taskoutcomes.FinishTaskEventOutcome
-
-
Uses of FinishTaskEventOutcome in com.netgrif.application.engine.startup
Methods in com.netgrif.application.engine.startup that return FinishTaskEventOutcome Modifier and Type Method Description FinishTaskEventOutcomeImportHelper. finishTask(java.lang.String taskTitle, java.lang.String caseId, LoggedUser author)FinishTaskEventOutcomeImportHelper. finishTaskAsSuper(java.lang.String taskTitle, java.lang.String caseId) -
Uses of FinishTaskEventOutcome in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return FinishTaskEventOutcome Modifier and Type Method Description FinishTaskEventOutcomeTaskService. finishTask(LoggedUser loggedUser, java.lang.String taskId)FinishTaskEventOutcomeTaskService. finishTask(Task task, IUser user)FinishTaskEventOutcomeTaskService. finishTask(java.lang.String taskId)Methods in com.netgrif.application.engine.workflow.service that return types with arguments of type FinishTaskEventOutcome Modifier and Type Method Description java.util.List<FinishTaskEventOutcome>TaskService. finishTasks(java.util.List<Task> tasks, IUser user) -
Uses of FinishTaskEventOutcome in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that return FinishTaskEventOutcome Modifier and Type Method Description FinishTaskEventOutcomeITaskService. finishTask(LoggedUser loggedUser, java.lang.String taskId)FinishTaskEventOutcomeITaskService. finishTask(Task task, IUser user)FinishTaskEventOutcomeITaskService. finishTask(java.lang.String taskId)Methods in com.netgrif.application.engine.workflow.service.interfaces that return types with arguments of type FinishTaskEventOutcome Modifier and Type Method Description java.util.List<FinishTaskEventOutcome>ITaskService. finishTasks(java.util.List<Task> tasks, IUser user) -
Uses of FinishTaskEventOutcome in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes
Constructors in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes with parameters of type FinishTaskEventOutcome Constructor Description LocalisedFinishTaskEventOutcome(FinishTaskEventOutcome outcome, java.util.Locale locale)
-