Uses of Class
com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes.SetDataEventOutcome
-
-
Uses of SetDataEventOutcome in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return SetDataEventOutcome Modifier and Type Method Description SetDataEventOutcome
ActionDelegate. setData(Transition transition, java.util.Map dataSet)
SetDataEventOutcome
ActionDelegate. setData(Task task, java.util.Map dataSet)
SetDataEventOutcome
ActionDelegate. setData(java.lang.String transitionId, Case useCase, java.util.Map dataSet)
SetDataEventOutcome
ActionDelegate. setDataWithPropagation(Task task, java.util.Map dataSet)
Deprecated.SetDataEventOutcome
ActionDelegate. setDataWithPropagation(java.lang.String transitionId, Case caze, java.util.Map dataSet)
Deprecated.SetDataEventOutcome
ActionDelegate. setDataWithPropagation(java.lang.String taskId, java.util.Map dataSet)
Deprecated. -
Uses of SetDataEventOutcome in com.netgrif.application.engine.startup
Methods in com.netgrif.application.engine.startup that return SetDataEventOutcome Modifier and Type Method Description SetDataEventOutcome
ImportHelper. setTaskData(java.lang.String taskTitle, java.lang.String caseId, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> data)
SetDataEventOutcome
ImportHelper. setTaskData(java.lang.String taskId, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> data)
-
Uses of SetDataEventOutcome in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return SetDataEventOutcome Modifier and Type Method Description SetDataEventOutcome
DataService. saveFile(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile multipartFile)
SetDataEventOutcome
DataService. saveFiles(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile[] multipartFiles)
SetDataEventOutcome
DataService. setData(Task task, com.fasterxml.jackson.databind.node.ObjectNode values)
SetDataEventOutcome
DataService. setData(java.lang.String taskId, com.fasterxml.jackson.databind.node.ObjectNode values)
Methods in com.netgrif.application.engine.workflow.service with parameters of type SetDataEventOutcome Modifier and Type Method Description void
EventService. runEventActionsOnChanged(Task task, SetDataEventOutcome outcome, DataEventType trigger)
-
Uses of SetDataEventOutcome in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that return SetDataEventOutcome Modifier and Type Method Description SetDataEventOutcome
IDataService. saveFile(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile multipartFile)
SetDataEventOutcome
IDataService. saveFiles(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile[] multipartFile)
SetDataEventOutcome
IDataService. setData(Task task, com.fasterxml.jackson.databind.node.ObjectNode values)
SetDataEventOutcome
IDataService. setData(java.lang.String taskId, com.fasterxml.jackson.databind.node.ObjectNode values)
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type SetDataEventOutcome Modifier and Type Method Description void
IEventService. runEventActionsOnChanged(Task task, SetDataEventOutcome outcome, DataEventType trigger)
-
Uses of SetDataEventOutcome in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes
Constructors in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes with parameters of type SetDataEventOutcome Constructor Description LocalisedSetDataEventOutcome(SetDataEventOutcome outcome, java.util.Locale locale)
-