|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.information.metadata.lookup.actions.AbstractAction
@Deprecated public abstract class AbstractAction
| 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 |
|---|
protected UserContextInterface user
| Constructor Detail |
|---|
public AbstractAction()
| Method Detail |
|---|
protected abstract void _initialize(org.w3c.dom.Document document)
protected abstract LookupResultsInterface _lookup(java.lang.String oldValue)
protected abstract void _add(java.lang.String oldValue,
java.lang.String newValue)
public void initialize(UserContextInterface user,
org.w3c.dom.Document document)
initialize in interface ActionInterfacepublic LookupResultsInterface lookup(java.lang.String oldValue)
lookup in interface ActionInterfacepublic LookupResultsInterface lookup(PathUrl oldValue)
lookup in interface ActionInterface
public void add(PathUrl oldValue,
PathUrl newValue)
add in interface ActionInterface
public void add(java.lang.String oldValue,
java.lang.String newValue)
add in interface ActionInterface
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||