Uses of Class
com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes.GetDataEventOutcome
-
-
Uses of GetDataEventOutcome in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return GetDataEventOutcome Modifier and Type Method Description GetDataEventOutcome
DataService. getData(Task task, Case useCase)
GetDataEventOutcome
DataService. getData(Task task, Case useCase, java.util.Map<java.lang.String,java.lang.String> params)
GetDataEventOutcome
DataService. getData(java.lang.String taskId)
GetDataEventOutcome
DataService. getData(java.lang.String taskId, java.util.Map<java.lang.String,java.lang.String> params)
-
Uses of GetDataEventOutcome in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that return GetDataEventOutcome Modifier and Type Method Description GetDataEventOutcome
IDataService. getData(Task task, Case useCase)
GetDataEventOutcome
IDataService. getData(Task task, Case useCase, java.util.Map<java.lang.String,java.lang.String> params)
GetDataEventOutcome
IDataService. getData(java.lang.String taskId)
GetDataEventOutcome
IDataService. getData(java.lang.String taskId, java.util.Map<java.lang.String,java.lang.String> params)
-
Uses of GetDataEventOutcome in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes
Constructors in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes with parameters of type GetDataEventOutcome Constructor Description LocalisedGetDataEventOutcome(GetDataEventOutcome outcome, java.util.Locale locale)
-