Interface SystemOptionApi

All Known Implementing Classes:
SystemOptionApiImpl

public interface SystemOptionApi
API for retrieving system options from the platform.
  • Method Summary

    Modifier and Type
    Method
    Description
    getOption(OptionPK optionPK)
    Gets an option by id Requires role ROLE_OPTION_MANAGEMENT_READ
  • Method Details

    • getOption

      OptionRepresentation getOption(OptionPK optionPK) throws SDKException
      Gets an option by id Requires role ROLE_OPTION_MANAGEMENT_READ
      Parameters:
      optionPK - id of the option to search for
      Returns:
      the system option with the given id
      Throws:
      SDKException - if the option is not found or if the query failed