com.sas.services.information.metadata.lookup.actions
Interface ActionInterface
- All Known Implementing Classes:
- AbstractAction, XmlNamesAction, XmlUsersAction
public interface ActionInterface
NEW_KEY
static final java.lang.String NEW_KEY
- See Also:
- Constant Field Values
OLD_KEY
static final java.lang.String OLD_KEY
- See Also:
- Constant Field Values
MAP_KEY
static final java.lang.String MAP_KEY
- See Also:
- Constant Field Values
initialize
void initialize(UserContextInterface user,
org.w3c.dom.Document document)
lookup
LookupResultsInterface lookup(java.lang.String oldValue)
lookup
LookupResultsInterface lookup(PathUrl oldValue)
add
void add(java.lang.String oldValue,
java.lang.String newValue)
add
void add(PathUrl oldValue,
PathUrl newValue)
getDomElement
org.w3c.dom.Element getDomElement(org.w3c.dom.Document document)
Copyright © 2009 SAS Institute Inc. All Rights Reserved.