Class CaseEventOutcome
- 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
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CreateCaseEventOutcome
,DeleteCaseEventOutcome
,TaskEventOutcome
public abstract class CaseEventOutcome extends PetriNetEventOutcome
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CaseEventOutcome()
protected
CaseEventOutcome(I18nString message, Case aCase)
protected
CaseEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase)
protected
CaseEventOutcome(Case aCase)
protected
CaseEventOutcome(Case aCase, java.util.List<EventOutcome> outcomes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Case
getCase()
void
setCase(Case aCase)
-
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
-
CaseEventOutcome
protected CaseEventOutcome()
-
CaseEventOutcome
protected CaseEventOutcome(Case aCase)
-
CaseEventOutcome
protected CaseEventOutcome(Case aCase, java.util.List<EventOutcome> outcomes)
-
CaseEventOutcome
protected CaseEventOutcome(I18nString message, Case aCase)
-
CaseEventOutcome
protected CaseEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase)
-
-