Class GetDataEventOutcome
- 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.GetDataEventOutcome
-
- All Implemented Interfaces:
java.io.Serializable
public class GetDataEventOutcome extends TaskEventOutcome
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetDataEventOutcome(I18nString message, Case aCase, Task task)
GetDataEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase, Task task, java.util.List<Field> data)
GetDataEventOutcome(Case aCase, Task task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Field>
getData()
void
setData(java.util.List<Field> data)
-
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
-
GetDataEventOutcome
public GetDataEventOutcome(I18nString message, Case aCase, Task task)
-
GetDataEventOutcome
public GetDataEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase, Task task, java.util.List<Field> data)
-
-