Class SetDataEventOutcome
- java.lang.Object
-
- com.netgrif.application.engine.workflow.domain.eventoutcomes.EventOutcome
-
- com.netgrif.application.engine.workflow.domain.eventoutcomes.petrinetoutcomes.PetriNetEventOutcome
-
- com.netgrif.application.engine.workflow.domain.eventoutcomes.caseoutcomes.CaseEventOutcome
-
- com.netgrif.application.engine.workflow.domain.eventoutcomes.taskoutcomes.TaskEventOutcome
-
- com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes.SetDataEventOutcome
-
- All Implemented Interfaces:
java.io.Serializable
public class SetDataEventOutcome extends TaskEventOutcome
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetDataEventOutcome(Case aCase, Task task)
SetDataEventOutcome(Case aCase, Task task, java.util.List<EventOutcome> outcomes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChangedField(java.lang.String fieldId, ChangedField field)
-
Methods inherited from class com.netgrif.application.engine.workflow.domain.eventoutcomes.caseoutcomes.CaseEventOutcome
getCase, setCase
-
Methods inherited from class com.netgrif.application.engine.workflow.domain.eventoutcomes.petrinetoutcomes.PetriNetEventOutcome
getNet, setNet
-
Methods inherited from class com.netgrif.application.engine.workflow.domain.eventoutcomes.EventOutcome
addFrontAction, addOutcome, addOutcomes
-
-
-
-
Constructor Detail
-
SetDataEventOutcome
public SetDataEventOutcome(Case aCase, Task task, java.util.List<EventOutcome> outcomes)
-
-
Method Detail
-
addChangedField
public void addChangedField(java.lang.String fieldId, ChangedField field)
-
-