Enum Class FilterExpressionCorrector.FilterJobs

java.lang.Object
java.lang.Enum<FilterExpressionCorrector.FilterJobs>
org.nuxeo.ecm.directory.ldap.filter.FilterExpressionCorrector.FilterJobs
All Implemented Interfaces:
Serializable, Comparable<FilterExpressionCorrector.FilterJobs>, Constable
Enclosing class:
FilterExpressionCorrector

public static enum FilterExpressionCorrector.FilterJobs extends Enum<FilterExpressionCorrector.FilterJobs>
Enumeration of the available jobs
  • Enum Constant Details

  • Method Details

    • values

      public static FilterExpressionCorrector.FilterJobs[] 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 FilterExpressionCorrector.FilterJobs 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
    • run

      protected String run(String filter)