Interface FeatureOperations

All Known Implementing Classes:
FeatureService

public interface FeatureOperations
API to expose information about features.
Since:
1.0.0
Author:
graemerocher
  • Method Details

    • getAllFeatures

      List<FeatureDTO> getAllFeatures(Locale locale)
      List all the available features.
      Parameters:
      locale - The locale
      Returns:
      The available features
    • getFeatures

      List<FeatureDTO> getFeatures(Locale locale, ApplicationType type)
      A list of features applicable to the given application type.
      Parameters:
      locale - The locale
      type - The type
      Returns:
      The features