Command to update an element of a registry that implements the com.ibm.commerce.registry.ElementUpdate interface.
com.ibm.commerce.registry.ElementUpdate
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM Copyright notice field. |
static java.lang.String |
defaultCommandClassName The default implementation of this command. |
static java.lang.String |
URLNAME The URL name of this command. |
Method Summary | |
---|---|
void |
setAction(java.lang.String action) Sets the action for the element. |
void |
setItemKey(java.lang.String key) Deprecated. Replaced by setKey(String) . |
void |
setKey(java.lang.String key) Sets the cache key for registry the element. |
void |
setRegistryName(java.lang.String name)
Sets the name of the registry to be refreshed. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String URLNAME
Method Detail |
public void setAction(java.lang.String action)
action
- The valid actions are EC_REGISTRY_ELEMENT_DELETE =
"delete"; EC_REGISTRY_ELEMENT_ADD = "add";
EC_REGISTRY_ELEMENT_UPDATE = "update";public void setKey(java.lang.String key)
key
- The cache key for the registry
element.public void setItemKey(java.lang.String key)
setKey(String)
.
key
- The cache key for the registry
element.public void setRegistryName(java.lang.String name)
name
- the registry name