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


Deprecated.

@Deprecated
public interface MappingsInterface


Method Summary
abstract  void add(PathUrl oldValue, PathUrl newValue)
          Deprecated.  
abstract  void add(java.lang.String oldValue, java.lang.String newValue)
          Deprecated.  
abstract  LookupResultsInterface lookup(PathUrl oldValue)
          Deprecated.  
abstract  LookupResultsInterface lookup(java.lang.String oldValue)
          Deprecated.  
 

Method Detail

add

void add(java.lang.String oldValue,
         java.lang.String newValue)
Deprecated. 

add

void add(PathUrl oldValue,
         PathUrl newValue)
Deprecated. 

lookup

LookupResultsInterface lookup(java.lang.String oldValue)
Deprecated. 

lookup

LookupResultsInterface lookup(PathUrl oldValue)
Deprecated. 



Copyright © 2009 SAS Institute Inc. All Rights Reserved.