Uses of Class
com.netgrif.application.engine.workflow.domain.eventoutcomes.EventOutcome
-
-
Uses of EventOutcome in com.netgrif.application.engine.eventoutcomes
Methods in com.netgrif.application.engine.eventoutcomes with parameters of type EventOutcome Modifier and Type Method Description static LocalisedEventOutcome
LocalisedEventOutcomeFactory. from(EventOutcome outcome, java.util.Locale locale)
-
Uses of EventOutcome in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return types with arguments of type EventOutcome Modifier and Type Method Description java.util.List<EventOutcome>
ActionDelegate. getOutcomes()
java.util.List<EventOutcome>
FrontendActionOutcome. getOutcomes()
java.util.List<EventOutcome>
FieldActionsRunner. run(Action action, Case useCase, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
FieldActionsRunner. run(Action action, Case useCase, java.util.Map<java.lang.String,java.lang.String> params, java.util.List<Function> functions)
java.util.List<EventOutcome>
FieldActionsRunner. run(Action action, Case useCase, java.util.Optional<Task> task, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
FieldActionsRunner. run(Action action, Case useCase, java.util.Optional<Task> task, java.util.Map<java.lang.String,java.lang.String> params, java.util.List<Function> functions)
Method parameters in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with type arguments of type EventOutcome Modifier and Type Method Description void
ActionDelegate. setOutcomes(java.util.List<EventOutcome> value)
void
FrontendActionOutcome. setOutcomes(java.util.List<EventOutcome> value)
Constructor parameters in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with type arguments of type EventOutcome Constructor Description FrontendActionOutcome(Case useCase, java.util.Optional<Task> task, java.util.List<EventOutcome> outcomes)
-
Uses of EventOutcome in com.netgrif.application.engine.workflow.domain
Constructors in com.netgrif.application.engine.workflow.domain with parameters of type EventOutcome Constructor Description IllegalArgumentWithChangedFieldsException(java.lang.String var1, EventOutcome outcome)
-
Uses of EventOutcome in com.netgrif.application.engine.workflow.domain.eventoutcomes
Methods in com.netgrif.application.engine.workflow.domain.eventoutcomes with parameters of type EventOutcome Modifier and Type Method Description void
EventOutcome. addOutcome(EventOutcome eventOutcome)
Method parameters in com.netgrif.application.engine.workflow.domain.eventoutcomes with type arguments of type EventOutcome Modifier and Type Method Description void
EventOutcome. addOutcomes(java.util.List<EventOutcome> outcomes)
Constructor parameters in com.netgrif.application.engine.workflow.domain.eventoutcomes with type arguments of type EventOutcome Constructor Description EventOutcome(I18nString message, java.util.List<EventOutcome> outcomes)
EventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, java.util.List<FrontAction> frontActions)
-
Uses of EventOutcome in com.netgrif.application.engine.workflow.domain.eventoutcomes.caseoutcomes
Subclasses of EventOutcome in com.netgrif.application.engine.workflow.domain.eventoutcomes.caseoutcomes Modifier and Type Class Description class
CaseEventOutcome
class
CreateCaseEventOutcome
class
DeleteCaseEventOutcome
Constructor parameters in com.netgrif.application.engine.workflow.domain.eventoutcomes.caseoutcomes with type arguments of type EventOutcome Constructor Description CaseEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase)
CaseEventOutcome(Case aCase, java.util.List<EventOutcome> outcomes)
CreateCaseEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase)
CreateCaseEventOutcome(Case aCase, java.util.List<EventOutcome> outcomes)
DeleteCaseEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase)
DeleteCaseEventOutcome(Case aCase, java.util.List<EventOutcome> outcomes)
-
Uses of EventOutcome in com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes
Subclasses of EventOutcome in com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes Modifier and Type Class Description class
GetDataEventOutcome
class
GetDataGroupsEventOutcome
class
SetDataEventOutcome
Constructor parameters in com.netgrif.application.engine.workflow.domain.eventoutcomes.dataoutcomes with type arguments of type EventOutcome Constructor Description GetDataEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase, Task task, java.util.List<Field> data)
GetDataGroupsEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, java.util.List<DataGroup> data, Case aCase, Task task)
SetDataEventOutcome(Case aCase, Task task, java.util.List<EventOutcome> outcomes)
-
Uses of EventOutcome in com.netgrif.application.engine.workflow.domain.eventoutcomes.petrinetoutcomes
Subclasses of EventOutcome in com.netgrif.application.engine.workflow.domain.eventoutcomes.petrinetoutcomes Modifier and Type Class Description class
ImportPetriNetEventOutcome
class
PetriNetEventOutcome
Constructor parameters in com.netgrif.application.engine.workflow.domain.eventoutcomes.petrinetoutcomes with type arguments of type EventOutcome Constructor Description ImportPetriNetEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, PetriNet net)
PetriNetEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, PetriNet net)
-
Uses of EventOutcome in com.netgrif.application.engine.workflow.domain.eventoutcomes.taskoutcomes
Subclasses of EventOutcome in com.netgrif.application.engine.workflow.domain.eventoutcomes.taskoutcomes Modifier and Type Class Description class
AssignTaskEventOutcome
class
CancelTaskEventOutcome
class
DelegateTaskEventOutcome
class
FinishTaskEventOutcome
class
TaskEventOutcome
Constructor parameters in com.netgrif.application.engine.workflow.domain.eventoutcomes.taskoutcomes with type arguments of type EventOutcome Constructor Description AssignTaskEventOutcome(Case useCase, Task task, java.util.List<EventOutcome> outcomes)
CancelTaskEventOutcome(Case useCase, Task task, java.util.List<EventOutcome> outcomes)
DelegateTaskEventOutcome(Case useCase, Task task, java.util.List<EventOutcome> outcomes)
FinishTaskEventOutcome(Case useCase, Task task, java.util.List<EventOutcome> outcomes)
TaskEventOutcome(I18nString message, java.util.List<EventOutcome> outcomes, Case aCase, Task task)
-
Uses of EventOutcome in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that return types with arguments of type EventOutcome Modifier and Type Method Description protected java.util.List<EventOutcome>
TaskService. executeTransition(Task task, Case useCase)
java.util.List<EventOutcome>
EventService. processDataEvents(Field field, DataEventType actionTrigger, EventPhase phase, Case useCase, Task task, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
EventService. runActions(java.util.List<Action> actions, Case useCase, Task task, Transition transition, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
EventService. runActions(java.util.List<Action> actions, Case useCase, java.util.Optional<Task> task, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
EventService. runActions(java.util.List<Action> actions, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
EventService. runEventActions(Case useCase, Task task, java.util.List<Action> actions, DataEventType trigger, java.util.Map<java.lang.String,java.lang.String> params)
-
Uses of EventOutcome in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that return types with arguments of type EventOutcome Modifier and Type Method Description java.util.List<EventOutcome>
IEventService. processDataEvents(Field field, DataEventType actionTrigger, EventPhase phase, Case useCase, Task task, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
IEventService. runActions(java.util.List<Action> actions, Case useCase, Task task, Transition transition, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
IEventService. runActions(java.util.List<Action> actions, Case useCase, java.util.Optional<Task> task, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
IEventService. runActions(java.util.List<Action> actions, java.util.Map<java.lang.String,java.lang.String> params)
java.util.List<EventOutcome>
IEventService. runEventActions(Case useCase, Task task, java.util.List<Action> actions, DataEventType trigger, java.util.Map<java.lang.String,java.lang.String> params)
-
Uses of EventOutcome in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base
Constructors in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base with parameters of type EventOutcome Constructor Description LocalisedEventOutcome(EventOutcome outcome, java.util.Locale locale)
-