Uses of Class
com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base.LocalisedEventOutcome
-
-
Uses of LocalisedEventOutcome in com.netgrif.application.engine.eventoutcomes
Methods in com.netgrif.application.engine.eventoutcomes that return LocalisedEventOutcome Modifier and Type Method Description static LocalisedEventOutcomeLocalisedEventOutcomeFactory. from(EventOutcome outcome, java.util.Locale locale) -
Uses of LocalisedEventOutcome in com.netgrif.application.engine.workflow.domain.eventoutcomes.response
Methods in com.netgrif.application.engine.workflow.domain.eventoutcomes.response with parameters of type LocalisedEventOutcome Modifier and Type Method Description static org.springframework.hateoas.EntityModel<EventOutcomeWithMessage>EventOutcomeWithMessageResource. errorMessage(java.lang.String errorMsg, LocalisedEventOutcome outcome)static org.springframework.hateoas.EntityModel<EventOutcomeWithMessage>EventOutcomeWithMessageResource. successMessage(java.lang.String successMsg, LocalisedEventOutcome outcome)static EventOutcomeWithMessageEventOutcomeWithMessage. withErrorMessage(java.lang.String errorMessage, LocalisedEventOutcome outcome)static EventOutcomeWithMessageEventOutcomeWithMessage. withSuccessMessage(java.lang.String successMessage, LocalisedEventOutcome outcome)Constructors in com.netgrif.application.engine.workflow.domain.eventoutcomes.response with parameters of type LocalisedEventOutcome Constructor Description EventOutcomeWithMessage(LocalisedEventOutcome outcome) -
Uses of LocalisedEventOutcome in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes
Subclasses of LocalisedEventOutcome in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes Modifier and Type Class Description classLocalisedAssignTaskEventOutcomeclassLocalisedCancelTaskEventOutcomeclassLocalisedCreateCaseEventOutcomeclassLocalisedDelegateTaskEventOutcomeclassLocalisedDeleteCaseEventOutcomeclassLocalisedFinishTaskEventOutcomeclassLocalisedGetDataEventOutcomeclassLocalisedGetDataGroupsEventOutcomeclassLocalisedImportPetriNetEventOutcomeclassLocalisedSetDataEventOutcome -
Uses of LocalisedEventOutcome in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base
Subclasses of LocalisedEventOutcome in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base Modifier and Type Class Description classLocalisedCaseEventOutcomeclassLocalisedPetriNetEventOutcomeclassLocalisedTaskEventOutcomeMethods in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base with parameters of type LocalisedEventOutcome Modifier and Type Method Description voidLocalisedEventOutcome. addOutcome(LocalisedEventOutcome outcome)Method parameters in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base with type arguments of type LocalisedEventOutcome Modifier and Type Method Description voidLocalisedEventOutcome. addOutcomes(java.util.List<LocalisedEventOutcome> outcomes)Constructor parameters in com.netgrif.application.engine.workflow.web.responsebodies.eventoutcomes.base with type arguments of type LocalisedEventOutcome Constructor Description LocalisedCaseEventOutcome(java.lang.String message, java.util.List<LocalisedEventOutcome> outcomes, java.util.Locale locale, Case aCase)LocalisedEventOutcome(java.lang.String message, java.util.List<LocalisedEventOutcome> outcomes)LocalisedPetriNetEventOutcome(java.lang.String message, java.util.List<LocalisedEventOutcome> outcomes, PetriNetReference net)LocalisedTaskEventOutcome(java.lang.String message, java.util.List<LocalisedEventOutcome> outcomes, java.util.Locale locale, Case aCase, Task task)
-