Interface LookupResultsInterface

All Known Implementing Classes:
LookupResults

@Deprecated public interface LookupResultsInterface
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    String
    Deprecated.
     
    String
    Deprecated.
     
    boolean
    Deprecated.
    Convenience method.
  • Method Details

    • getOldValue

      String getOldValue()
      Deprecated.
      Returns:
      oldValue. This is the key used during the lookup when attempting to find a match. If it is a PathUrl, it is in 9.2 format.
    • getNewValue

      String getNewValue()
      Deprecated.
      Returns:
      newValue. The result of the lookup, or null if no best guess is found. If it is a PathUrl, it is in 9.2 format.
    • success

      boolean success()
      Deprecated.
      Convenience method. Result is the same as (null != getNewValue())
      Returns:
      a value that indicates whether a match was found in the lookup service for the supplied oldValue.