com.sas.services.information.metadata.lookup.actions
Class AbstractAction

com.sas.services.information.metadata.lookup.actions.AbstractAction
All Implemented Interfaces:
ActionInterface
Direct Known Subclasses:
XmlNamesAction, XmlUsersAction

Deprecated.

@Deprecated
public abstract class AbstractAction
implements ActionInterface


Field Summary
protected  UserContextInterface user
          Deprecated.  
 
Fields inherited from interface com.sas.services.information.metadata.lookup.actions.ActionInterface
MAP_KEY, NEW_KEY, OLD_KEY
 
Constructor Summary
AbstractAction()
          Deprecated.  
 
Method Summary
protected abstract  void _add(java.lang.String oldValue, java.lang.String newValue)
          Deprecated.  
protected abstract  void _initialize(org.w3c.dom.Document document)
          Deprecated.  
protected abstract  LookupResultsInterface _lookup(java.lang.String oldValue)
          Deprecated.  
 void add(PathUrl oldValue, PathUrl newValue)
          Deprecated.  
 void add(java.lang.String oldValue, java.lang.String newValue)
          Deprecated.  
 void initialize(UserContextInterface user, org.w3c.dom.Document document)
          Deprecated.  
 LookupResultsInterface lookup(PathUrl oldValue)
          Deprecated.  
 LookupResultsInterface lookup(java.lang.String oldValue)
          Deprecated.  
 
Methods inherited from interface com.sas.services.information.metadata.lookup.actions.ActionInterface
getDomElement
 

Field Detail

user

protected UserContextInterface user
Deprecated. 
Constructor Detail

AbstractAction

public AbstractAction()
Deprecated. 
Method Detail

_initialize

protected abstract void _initialize(org.w3c.dom.Document document)
Deprecated. 

_lookup

protected abstract LookupResultsInterface _lookup(java.lang.String oldValue)
Deprecated. 

_add

protected abstract void _add(java.lang.String oldValue,
                             java.lang.String newValue)
Deprecated. 

initialize

public void initialize(UserContextInterface user,
                       org.w3c.dom.Document document)
Deprecated. 
Specified by:
initialize in interface ActionInterface

lookup

public LookupResultsInterface lookup(java.lang.String oldValue)
Deprecated. 
Specified by:
lookup in interface ActionInterface

lookup

public LookupResultsInterface lookup(PathUrl oldValue)
Deprecated. 
Specified by:
lookup in interface ActionInterface

add

public void add(PathUrl oldValue,
                PathUrl newValue)
Deprecated. 
Specified by:
add in interface ActionInterface

add

public void add(java.lang.String oldValue,
                java.lang.String newValue)
Deprecated. 
Specified by:
add in interface ActionInterface



Copyright © 2009 SAS Institute Inc. All Rights Reserved.