Uses of Class
com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes.GetDataGroupsEventOutcome
-
-
Uses of GetDataGroupsEventOutcome in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return GetDataGroupsEventOutcome Modifier and Type Method Description GetDataGroupsEventOutcomeDataService. getDataGroups(java.lang.String taskId, java.util.Locale locale) -
Uses of GetDataGroupsEventOutcome in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that return GetDataGroupsEventOutcome Modifier and Type Method Description GetDataGroupsEventOutcomeIDataService. getDataGroups(java.lang.String taskId, java.util.Locale locale) -
Uses of GetDataGroupsEventOutcome in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes
Constructors in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes with parameters of type GetDataGroupsEventOutcome Constructor Description LocalisedGetDataGroupsEventOutcome(GetDataGroupsEventOutcome outcome, java.util.Locale locale)
-