Class FrontendActionOutcome
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.dataset.logic.action.FrontendActionOutcome
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
public class FrontendActionOutcome extends java.lang.Object implements groovy.lang.GroovyObject
-
-
Constructor Summary
Constructors Constructor Description FrontendActionOutcome(Case useCase, java.util.Optional<Task> task, java.util.List<EventOutcome> outcomes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description groovy.lang.MetaClassgetMetaClass()java.util.List<EventOutcome>getOutcomes()java.util.Optional<Task>getTask()CasegetUseCase()java.lang.ObjectmethodMissing(java.lang.String name, java.lang.Object args)voidsetMetaClass(groovy.lang.MetaClass mc)voidsetOutcomes(java.util.List<EventOutcome> value)voidsetTask(java.util.Optional<Task> value)voidsetUseCase(Case value)
-
-
-
Constructor Detail
-
FrontendActionOutcome
public FrontendActionOutcome(Case useCase, java.util.Optional<Task> task, java.util.List<EventOutcome> outcomes)
-
-
Method Detail
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
getUseCase
public Case getUseCase()
-
setUseCase
public void setUseCase(Case value)
-
getTask
public java.util.Optional<Task> getTask()
-
setTask
public void setTask(java.util.Optional<Task> value)
-
getOutcomes
public java.util.List<EventOutcome> getOutcomes()
-
setOutcomes
public void setOutcomes(java.util.List<EventOutcome> value)
-
methodMissing
public java.lang.Object methodMissing(java.lang.String name, java.lang.Object args)
-
-