com.sas.services.information.metadata.lookup
Interface LookupResultsInterface

All Known Implementing Classes:
LookupResults

Deprecated.

@Deprecated
public interface LookupResultsInterface


Method Summary
 java.lang.String getNewValue()
          Deprecated.  
 java.lang.String getOldValue()
          Deprecated.  
 boolean success()
          Deprecated. Convenience method.
 

Method Detail

getOldValue

java.lang.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

java.lang.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.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.