Class ImportPetriNetEventOutcome
- 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.petrinetoutcomes.ImportPetriNetEventOutcome
-
- All Implemented Interfaces:
java.io.Serializable
public class ImportPetriNetEventOutcome extends PetriNetEventOutcome
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportPetriNetEventOutcome()
ImportPetriNetEventOutcome(I18nString message, PetriNet net)
ImportPetriNetEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, PetriNet net)
ImportPetriNetEventOutcome(PetriNet net)
-
Method Summary
-
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
-
ImportPetriNetEventOutcome
public ImportPetriNetEventOutcome()
-
ImportPetriNetEventOutcome
public ImportPetriNetEventOutcome(PetriNet net)
-
ImportPetriNetEventOutcome
public ImportPetriNetEventOutcome(I18nString message, PetriNet net)
-
ImportPetriNetEventOutcome
public ImportPetriNetEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, PetriNet net)
-
-