Class AbstractAction
java.lang.Object
com.sas.services.information.metadata.lookup.actions.AbstractAction
- All Implemented Interfaces:
ActionInterface
- Direct Known Subclasses:
XmlNamesAction,XmlUsersAction
Deprecated.
-
Field Summary
FieldsFields inherited from interface com.sas.services.information.metadata.lookup.actions.ActionInterface
MAP_KEY, NEW_KEY, OLD_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void_add(String oldValue, String newValue) Deprecated.protected abstract void_initialize(Document document) Deprecated.protected abstract LookupResultsInterface_lookup(String oldValue) Deprecated.voidDeprecated.voidadd(String oldValue, String newValue) Deprecated.voidinitialize(UserContextInterface user, Document document) Deprecated.Deprecated.lookup(String oldValue) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sas.services.information.metadata.lookup.actions.ActionInterface
getDomElement
-
Field Details
-
user
Deprecated.
-
-
Constructor Details
-
AbstractAction
public AbstractAction()Deprecated.
-
-
Method Details
-
_initialize
protected abstract void _initialize(Document document) Deprecated. -
_lookup
Deprecated. -
_add
protected abstract void _add(String oldValue, String newValue) Deprecated. -
initialize
Deprecated.- Specified by:
initializein interfaceActionInterface
-
lookup
Deprecated.- Specified by:
lookupin interfaceActionInterface
-
lookup
Deprecated.- Specified by:
lookupin interfaceActionInterface
-
add
Deprecated.- Specified by:
addin interfaceActionInterface
-
add
public void add(String oldValue, String newValue) Deprecated.- Specified by:
addin interfaceActionInterface
-