public interface Outcome
| Modifier and Type | Method and Description | 
|---|---|
String | 
getId()
Returns the outcome id 
 | 
String | 
getName()
Returns the outcome name 
 | 
String | 
getName(Locale locale)
Returns the outcome name translated in the provided locale 
 | 
default Map<Locale,String> | 
getNames(List<Locale> locales)  | 
OutcomeDefinition | 
getOutcomeDefinition()
Returns the description of this outcome 
 | 
String getId()
String getName()
String getName(Locale locale)
locale - - the locale in which the name should be translatedLocaleOutcomeDefinition getOutcomeDefinition()
Copyright © 2016–2025. All rights reserved.