Interface ActionInterface
- All Known Implementing Classes:
AbstractAction,XmlNamesAction,XmlUsersAction
@Deprecated
public interface ActionInterface
Deprecated.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidadd(String oldValue, String newValue) Deprecated.ElementgetDomElement(Document document) Deprecated.voidinitialize(UserContextInterface user, Document document) Deprecated.Deprecated.lookup(String oldValue) Deprecated.
-
Field Details
-
NEW_KEY
static final String NEW_KEYDeprecated.- See Also:
-
OLD_KEY
static final String OLD_KEYDeprecated.- See Also:
-
MAP_KEY
static final String MAP_KEYDeprecated.- See Also:
-
-
Method Details
-
initialize
Deprecated. -
lookup
Deprecated. -
lookup
Deprecated. -
add
void add(String oldValue, String newValue) Deprecated. -
add
Deprecated. -
getDomElement
Element getDomElement(Document document) Deprecated.
-