Interface OutcomeMappingData
- All Known Implementing Classes:
OutcomeMappingDataImpl
public interface OutcomeMappingData
Defines methods used to access a specific outcome mapping data
-
Method Summary
Modifier and TypeMethodDescriptionReturns the associated outcome identifierReturns the mapped outcome idgetProducerOutcomeName(Locale locale) Returns the mapped outcome name
-
Method Details
-
getOutcomeId
String getOutcomeId()Returns the associated outcome identifier- Returns:
- - the associated outcome identifier
-
getProducerOutcomeId
String getProducerOutcomeId()Returns the mapped outcome id- Returns:
- - the mapped outcome id
-
getProducerOutcomeName
Returns the mapped outcome name- Parameters:
locale- - theLocalein which the name should be returned- Returns:
- - the translated mapped outcome name
-