public interface UpdateRegistryCmd extends RefreshRegistryCmd
ElementUpdate| Modifier and Type | Field and Description |
|---|---|
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.
|
NAME| Modifier and Type | Method and Description |
|---|---|
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.
|
getJobId, getJobInstanceIdcheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String URLNAME
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";void setKey(java.lang.String key)
key - The cache key for the registry element.void setItemKey(java.lang.String key)
setKey(String).key - The cache key for the registry element.void setRegistryName(java.lang.String name)
setRegistryName in interface RefreshRegistryCmdname - the registry name