Class PetriNetEventOutcome
- java.lang.Object
-
- com.netgrif.application.engine.workflow.domain.eventoutcomes.EventOutcome
-
- com.netgrif.application.engine.workflow.domain.eventoutcomes.petrinetoutcomes.PetriNetEventOutcome
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CaseEventOutcome
,ImportPetriNetEventOutcome
public abstract class PetriNetEventOutcome extends EventOutcome
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PetriNetEventOutcome()
protected
PetriNetEventOutcome(I18nString message, PetriNet net)
protected
PetriNetEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, PetriNet net)
protected
PetriNetEventOutcome(PetriNet net)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PetriNet
getNet()
void
setNet(PetriNet net)
-
Methods inherited from class com.netgrif.application.engine.workflow.domain.eventoutcomes.EventOutcome
addFrontAction, addOutcome, addOutcomes
-
-
-
-
Constructor Detail
-
PetriNetEventOutcome
protected PetriNetEventOutcome()
-
PetriNetEventOutcome
protected PetriNetEventOutcome(PetriNet net)
-
PetriNetEventOutcome
protected PetriNetEventOutcome(I18nString message, PetriNet net)
-
PetriNetEventOutcome
protected PetriNetEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, PetriNet net)
-
-