com.sas.services.information.metadata.lookup.actions
Interface ActionInterface

All Known Implementing Classes:
AbstractAction, XmlNamesAction, XmlUsersAction

Deprecated.

@Deprecated
public interface ActionInterface


Field Summary
static java.lang.String MAP_KEY
          Deprecated.  
static java.lang.String NEW_KEY
          Deprecated.  
static java.lang.String OLD_KEY
          Deprecated.  
 
Method Summary
abstract  void add(PathUrl oldValue, PathUrl newValue)
          Deprecated.  
abstract  void add(java.lang.String oldValue, java.lang.String newValue)
          Deprecated.  
abstract  org.w3c.dom.Element getDomElement(org.w3c.dom.Document document)
          Deprecated.  
abstract  void initialize(UserContextInterface user, org.w3c.dom.Document document)
          Deprecated.  
abstract  LookupResultsInterface lookup(PathUrl oldValue)
          Deprecated.  
abstract  LookupResultsInterface lookup(java.lang.String oldValue)
          Deprecated.  
 

Field Detail

NEW_KEY

static final java.lang.String NEW_KEY
Deprecated. 
See Also:
Constant Field Values

OLD_KEY

static final java.lang.String OLD_KEY
Deprecated. 
See Also:
Constant Field Values

MAP_KEY

static final java.lang.String MAP_KEY
Deprecated. 
See Also:
Constant Field Values
Method Detail

initialize

void initialize(UserContextInterface user,
                org.w3c.dom.Document document)
Deprecated. 

lookup

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

lookup

LookupResultsInterface lookup(PathUrl oldValue)
Deprecated. 

add

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

add

void add(PathUrl oldValue,
         PathUrl newValue)
Deprecated. 

getDomElement

org.w3c.dom.Element getDomElement(org.w3c.dom.Document document)
Deprecated. 



Copyright © 2009 SAS Institute Inc. All Rights Reserved.