Enum Class ConfigManager.ConfigObjectClass

java.lang.Object
java.lang.Enum<ConfigManager.ConfigObjectClass>
com.isode.dsapi.config.ConfigManager.ConfigObjectClass
All Implemented Interfaces:
Serializable, Comparable<ConfigManager.ConfigObjectClass>, Constable
Enclosing class:
ConfigManager

public static enum ConfigManager.ConfigObjectClass extends Enum<ConfigManager.ConfigObjectClass>
This is a list of config data short-hands that users can use to load that type of config data. Please note that knowledge objects are not stored under "cn=config" but are loaded whenever any other type of config data is requested to be loaded and can also be requested to be loaded on their own.
  • Enum Constant Details

  • Method Details

    • values

      public static ConfigManager.ConfigObjectClass[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ConfigManager.ConfigObjectClass valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getDN

      public DN getDN()
      DN of object holding the data.
      Returns:
      DN of object holding the data.
    • getFilter

      public String getFilter()
      Filter to obtain the data.
      Returns:
      Filter to obtain the data.