Class CreateCaseEventOutcome
- 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.caseoutcomes.CreateCaseEventOutcome
-
- All Implemented Interfaces:
java.io.Serializable
public class CreateCaseEventOutcome extends CaseEventOutcome
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateCaseEventOutcome()
CreateCaseEventOutcome(I18nString message, Case aCase)
CreateCaseEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase)
CreateCaseEventOutcome(Case aCase)
CreateCaseEventOutcome(Case aCase, java.util.List<EventOutcome> outcomes)
-
Method Summary
-
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
-
CreateCaseEventOutcome
public CreateCaseEventOutcome()
-
CreateCaseEventOutcome
public CreateCaseEventOutcome(Case aCase)
-
CreateCaseEventOutcome
public CreateCaseEventOutcome(Case aCase, java.util.List<EventOutcome> outcomes)
-
CreateCaseEventOutcome
public CreateCaseEventOutcome(I18nString message, Case aCase)
-
CreateCaseEventOutcome
public CreateCaseEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase)
-
-