Class ESSettingsObj

java.lang.Object
de.elo.ix.client.esearch.configpage.ESSettingsObj
All Implemented Interfaces:
Serializable

public class ESSettingsObj extends Object implements Serializable

checkoutEsSettings returns the current IX instance name, a list of all available IX instances as well as one EsInstanceSettings object for every IX instance of the archive and one for the setting "_ALL". If there is no entry for a setting in the database, the default value is returned as value.

checkinEsSettings writes entries for every EsInstanceSettings to the database:

  • If a EsSettingsProperty member is null, nothing is written or deleted.
  • To delete a setting, the EsSettingsProperty member must be set, but its member 'value' must be set to 'null'
Since:
11.00.000.044
See Also:
  • Constructor Details

    • ESSettingsObj

      public ESSettingsObj()
  • Method Details