Class SearchControlsCfg

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class SearchControlsCfg extends ConfigurationProperties
SearchControlsCfg defines search controls property.
Since:
beta 2
See Also:
  • Constructor Details

    • SearchControlsCfg

      public SearchControlsCfg()
      Default constructor
    • SearchControlsCfg

      public SearchControlsCfg(SearchType search)
      Constructor Constructs an instance out of a JAXB model object.
  • Method Details

    • getSearchBase

      public Vector getSearchBase()
      Gets searchbase
      Returns:
      searchbase
    • getMaxSizeLimit

      public String getMaxSizeLimit()
      Gets MaxSizeLimit
      Returns:
      MaxSizeLimit
    • getMaxTimeLimit

      public String getMaxTimeLimit()
      Gets MaxTimeLimit
      Returns:
      MaxTimeLimit
    • getSearchScope

      public String getSearchScope()
      Gets searchScope
      Returns:
      searchScope
    • getProperties

      public Map getProperties()
      Gets provider properties
      Returns:
      provider properties
    • toString

      public String toString()
      Overrides:
      toString in class ConfigurationProperties