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 protected SetDataEventOutcome
ActionDelegate. createSetDataEventOutcome()
protected SetDataEventOutcome
ActionDelegate. createSetDataEventOutcome(Case useCase)
protected SetDataEventOutcome
ActionDelegate. createSetDataEventOutcome(Case useCase, java.util.Optional<Task> task)
SetDataEventOutcome
ActionDelegate. setData(Transition transition, java.util.Map dataSet)
SetDataEventOutcome
ActionDelegate. setData(Transition transition, java.util.Map dataSet, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
ActionDelegate. setData(Task task, java.util.Map dataSet)
SetDataEventOutcome
ActionDelegate. setData(Task task, java.util.Map dataSet, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
ActionDelegate. setData(java.lang.String transitionId, Case useCase, java.util.Map dataSet)
SetDataEventOutcome
ActionDelegate. setData(java.lang.String transitionId, Case useCase, java.util.Map dataSet, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
ActionDelegate. setData(java.lang.String taskId, java.util.Map dataSet)
SetDataEventOutcome
ActionDelegate. setData(java.lang.String taskId, java.util.Map dataSet, java.util.Map<java.lang.String,java.lang.String> params)
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. changeComponentProperties(Case useCase, Task task, java.lang.String fieldId, java.util.Map<java.lang.String,java.lang.String> properties)
SetDataEventOutcome
DataService. changeComponentProperties(Case useCase, java.lang.String transitionId, java.lang.String fieldId, java.util.Map<java.lang.String,java.lang.String> properties)
SetDataEventOutcome
DataService. changeComponentProperties(Case useCase, java.lang.String fieldId, java.util.Map<java.lang.String,java.lang.String> properties)
SetDataEventOutcome
DataService. deleteFile(java.lang.String taskId, java.lang.String fieldId)
SetDataEventOutcome
DataService. deleteFile(java.lang.String taskId, java.lang.String fieldId, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
DataService. deleteFileByName(java.lang.String taskId, java.lang.String fieldId, java.lang.String name)
SetDataEventOutcome
DataService. deleteFileByName(java.lang.String taskId, java.lang.String fieldId, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
TaskService. getMainOutcome(java.util.Map<java.lang.String,SetDataEventOutcome> outcomes, java.lang.String taskId)
SetDataEventOutcome
DataService. saveFile(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile multipartFile)
SetDataEventOutcome
DataService. saveFile(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile multipartFile, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
DataService. saveFiles(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile[] multipartFiles)
SetDataEventOutcome
DataService. saveFiles(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile[] multipartFiles, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
DataService. setData(Task task, com.fasterxml.jackson.databind.node.ObjectNode values)
SetDataEventOutcome
DataService. setData(Task task, com.fasterxml.jackson.databind.node.ObjectNode values, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
DataService. setData(java.lang.String taskId, com.fasterxml.jackson.databind.node.ObjectNode values)
SetDataEventOutcome
DataService. setData(java.lang.String taskId, com.fasterxml.jackson.databind.node.ObjectNode values, java.util.Map<java.lang.String,java.lang.String> params)
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)
void
EventService. runEventActionsOnChanged(Task task, SetDataEventOutcome outcome, DataEventType trigger, java.util.Map<java.lang.String,java.lang.String> params)
Method parameters in com.netgrif.application.engine.workflow.service with type arguments of type SetDataEventOutcome Modifier and Type Method Description SetDataEventOutcome
TaskService. getMainOutcome(java.util.Map<java.lang.String,SetDataEventOutcome> outcomes, java.lang.String taskId)
-
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. changeComponentProperties(Case useCase, Task task, java.lang.String fieldId, java.util.Map<java.lang.String,java.lang.String> properties)
SetDataEventOutcome
IDataService. changeComponentProperties(Case useCase, java.lang.String transitionId, java.lang.String fieldId, java.util.Map<java.lang.String,java.lang.String> properties)
SetDataEventOutcome
IDataService. changeComponentProperties(Case useCase, java.lang.String fieldId, java.util.Map<java.lang.String,java.lang.String> properties)
SetDataEventOutcome
IDataService. deleteFile(java.lang.String taskId, java.lang.String fieldId)
SetDataEventOutcome
IDataService. deleteFile(java.lang.String taskId, java.lang.String fieldId, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
IDataService. deleteFileByName(java.lang.String taskId, java.lang.String fieldId, java.lang.String name)
SetDataEventOutcome
IDataService. deleteFileByName(java.lang.String taskId, java.lang.String fieldId, java.lang.String name, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
ITaskService. getMainOutcome(java.util.Map<java.lang.String,SetDataEventOutcome> outcomes, java.lang.String taskId)
SetDataEventOutcome
IDataService. saveFile(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile multipartFile)
SetDataEventOutcome
IDataService. saveFile(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile multipartFile, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
IDataService. saveFiles(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, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
IDataService. setData(Task task, com.fasterxml.jackson.databind.node.ObjectNode values)
SetDataEventOutcome
IDataService. setData(Task task, com.fasterxml.jackson.databind.node.ObjectNode values, java.util.Map<java.lang.String,java.lang.String> params)
SetDataEventOutcome
IDataService. setData(java.lang.String taskId, com.fasterxml.jackson.databind.node.ObjectNode values)
SetDataEventOutcome
IDataService. setData(java.lang.String taskId, com.fasterxml.jackson.databind.node.ObjectNode values, java.util.Map<java.lang.String,java.lang.String> params)
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)
void
IEventService. runEventActionsOnChanged(Task task, SetDataEventOutcome outcome, DataEventType trigger, java.util.Map<java.lang.String,java.lang.String> params)
Method parameters in com.netgrif.application.engine.workflow.service.interfaces with type arguments of type SetDataEventOutcome Modifier and Type Method Description SetDataEventOutcome
ITaskService. getMainOutcome(java.util.Map<java.lang.String,SetDataEventOutcome> outcomes, java.lang.String taskId)
-
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)
-