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 SetDataEventOutcomeActionDelegate. createSetDataEventOutcome()SetDataEventOutcomeActionDelegate. setData(Transition transition, java.util.Map dataSet)SetDataEventOutcomeActionDelegate. setData(Task task, java.util.Map dataSet)SetDataEventOutcomeActionDelegate. setData(java.lang.String transitionId, Case useCase, java.util.Map dataSet)SetDataEventOutcomeActionDelegate. setData(java.lang.String taskId, java.util.Map dataSet)SetDataEventOutcomeActionDelegate. setDataWithPropagation(Task task, java.util.Map dataSet)Deprecated.SetDataEventOutcomeActionDelegate. setDataWithPropagation(java.lang.String transitionId, Case caze, java.util.Map dataSet)Deprecated.SetDataEventOutcomeActionDelegate. 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 SetDataEventOutcomeImportHelper. 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)SetDataEventOutcomeImportHelper. 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 SetDataEventOutcomeDataService. deleteFile(java.lang.String taskId, java.lang.String fieldId)SetDataEventOutcomeDataService. deleteFileByName(java.lang.String taskId, java.lang.String fieldId, java.lang.String name)SetDataEventOutcomeTaskService. getMainOutcome(java.util.Map<java.lang.String,SetDataEventOutcome> outcomes, java.lang.String taskId)SetDataEventOutcomeDataService. saveFile(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile multipartFile)SetDataEventOutcomeDataService. saveFiles(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile[] multipartFiles)SetDataEventOutcomeDataService. setData(Task task, com.fasterxml.jackson.databind.node.ObjectNode values)SetDataEventOutcomeDataService. 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 voidEventService. runEventActionsOnChanged(Task task, SetDataEventOutcome outcome, DataEventType trigger)Method parameters in com.netgrif.application.engine.workflow.service with type arguments of type SetDataEventOutcome Modifier and Type Method Description SetDataEventOutcomeTaskService. 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 SetDataEventOutcomeIDataService. deleteFile(java.lang.String taskId, java.lang.String fieldId)SetDataEventOutcomeIDataService. deleteFileByName(java.lang.String taskId, java.lang.String fieldId, java.lang.String name)SetDataEventOutcomeITaskService. getMainOutcome(java.util.Map<java.lang.String,SetDataEventOutcome> outcomes, java.lang.String taskId)SetDataEventOutcomeIDataService. saveFile(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile multipartFile)SetDataEventOutcomeIDataService. saveFiles(java.lang.String taskId, java.lang.String fieldId, org.springframework.web.multipart.MultipartFile[] multipartFile)SetDataEventOutcomeIDataService. setData(Task task, com.fasterxml.jackson.databind.node.ObjectNode values)SetDataEventOutcomeIDataService. 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 voidIEventService. runEventActionsOnChanged(Task task, SetDataEventOutcome outcome, DataEventType trigger)Method parameters in com.netgrif.application.engine.workflow.service.interfaces with type arguments of type SetDataEventOutcome Modifier and Type Method Description SetDataEventOutcomeITaskService. 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)
-