Enum Class SaQueryInfo.IndexState

java.lang.Object
java.lang.Enum<SaQueryInfo.IndexState>
com.saperion.rmi.SaQueryInfo.IndexState
All Implemented Interfaces:
Serializable, Comparable<SaQueryInfo.IndexState>, Constable
Enclosing class:
SaQueryInfo

public static enum SaQueryInfo.IndexState extends Enum<SaQueryInfo.IndexState>
Index states of documents that can be included in a query-result.
  • Enum Constant Details

    • NORMAL

      public static final SaQueryInfo.IndexState NORMAL
      Indexstate of a document that is the latest revision and is not deleted.
    • REVISED

      public static final SaQueryInfo.IndexState REVISED
      Indexstate of any old revision of a document that is not deleted.
    • DELETED

      public static final SaQueryInfo.IndexState DELETED
      Indexstate of a document that is deleted.
  • Method Details

    • values

      public static SaQueryInfo.IndexState[] 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 SaQueryInfo.IndexState 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