Class LookupResults

java.lang.Object
com.sas.services.information.metadata.lookup.LookupResults
All Implemented Interfaces:
LookupResultsInterface

@Deprecated public final class LookupResults extends Object implements LookupResultsInterface
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    LookupResults(String oldValue, String newValue)
    Deprecated.
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LookupResults

      public LookupResults(String oldValue, String newValue)
      Deprecated.
  • Method Details

    • getNewValue

      public String getNewValue()
      Deprecated.
      Specified by:
      getNewValue in interface LookupResultsInterface
      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.
    • getOldValue

      public String getOldValue()
      Deprecated.
      Specified by:
      getOldValue in interface LookupResultsInterface
      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.
    • success

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