Interface OutcomeDescription

All Known Implementing Classes:
OutcomeDescriptionImpl

public interface OutcomeDescription
Represents an outcome description
  • Method Details

    • getId

      String getId()
      Returns the outcome identifier
      Returns:
      the outcome identifier
    • getName

      String getName(Locale locale)
      Returns the outcome name translated in the provided Locale
      Parameters:
      locale - the Locale in which the outcome name should be returned
      Returns:
      the outcome name translated in the provided Locale
    • getDescription

      String getDescription(Locale locale)
      Returns the outcome name translated in the provided Locale
      Parameters:
      locale - the Locale in which the outcome name should be returned
      Returns:
      the outcome name translated in the provided Locale
    • getLocales

      default Collection<Locale> getLocales()
      Returns a list of Locale cached in this instance
      Returns:
      a list of Locale