Interface ISystemPropertyProvider

All Known Subinterfaces:
IApplicationConfigurationManager

public interface ISystemPropertyProvider
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    use the ch.ivyteam.ivy.jsf.bean.error.ErrorPageMBean PublicAPI or #{errorPage.showDetails} directly in the XHTML files instead of getSystemProp("Errors.ShowDetailsToEndUser")
    Deprecated, for removal: This API element is subject to removal in a future version.
    use the engine cockpit instead to see the system properties
  • Method Details

    • getSystemProps

      @Deprecated(since="12.0.6", forRemoval=true) List<ISystemProperty> getSystemProps()
      Deprecated, for removal: This API element is subject to removal in a future version.
      use the engine cockpit instead to see the system properties
      Gets all system properties
      Returns:
      unmodifiable list with the system properties
      Throws:
      PersistencyException - if persistency access fails
      API:
      This public API is available in Java.
    • getSystemProp

      @Deprecated(since="12.0.6", forRemoval=true) ISystemProperty getSystemProp(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      use the ch.ivyteam.ivy.jsf.bean.error.ErrorPageMBean PublicAPI or #{errorPage.showDetails} directly in the XHTML files instead of getSystemProp("Errors.ShowDetailsToEndUser")
      Gets a system property
      Parameters:
      name - of the system property to get
      Returns:
      the system property
      Throws:
      PersistencyException - if persistency access fails
      API:
      This public API is available in Java.