public class WorkspaceUpdateCmdImpl extends ControllerCommandImpl implements WorkspaceUpdateCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName| Constructor and Description |
|---|
WorkspaceUpdateCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Hashtable |
getDescriptions()
Gets the descriptions of the Workspace.
|
java.lang.Integer |
getLockingPolicy()
Gets the locking policy of the Workspace.
|
java.lang.Integer |
getPersistentType()
Gets the Persistent Type of the Workspace.
|
java.lang.Integer |
getPromotionPolicy()
Gets the promotion policy of the Workspace.
|
AccessVector |
getResources()
Gets the resources accessed by this command.
|
java.lang.Long |
getWorkspaceId()
Gets the Workspace Id.
|
void |
performExecute()
Performs the execution of the command.
|
void |
reset()
Resets all the values to null
|
void |
setDescriptions(java.util.Hashtable argDescriptions)
Sets the descriptions of the Workspace
|
void |
setLockingPolicy(java.lang.Integer aLockingPolicy)
Sets the locking policy of the Workspace.
|
void |
setPersistentType(java.lang.Integer aPersistentType)
Sets the persistent type of the Workspace
|
void |
setPromotionPolicy(java.lang.Integer aPromotionPolicy)
Sets the promotion policy of the Workspace.
|
void |
setRequestProperties(TypedProperty reqParms)
Sets the request properties.
|
void |
setWorkspaceId(java.lang.Long anWorkspaceId)
Sets the Workspace Id
|
void |
validateParameters()
Validates the input parameters.
|
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesfulfills, getOwnerpublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public java.lang.Long getWorkspaceId()
getWorkspaceId in interface WorkspaceUpdateCmdpublic java.util.Hashtable getDescriptions()
getDescriptions in interface WorkspaceUpdateCmdpublic java.lang.Integer getPersistentType()
getPersistentType in interface WorkspaceUpdateCmdpublic java.lang.Integer getLockingPolicy()
getLockingPolicy in interface WorkspaceUpdateCmdpublic java.lang.Integer getPromotionPolicy()
getPromotionPolicy in interface WorkspaceUpdateCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setWorkspaceId(java.lang.Long anWorkspaceId)
setWorkspaceId in interface WorkspaceUpdateCmdanWorkspaceId - Workspace Idpublic void setDescriptions(java.util.Hashtable argDescriptions)
setDescriptions in interface WorkspaceUpdateCmdargDescriptions - Workspace descriptionspublic void setPersistentType(java.lang.Integer aPersistentType)
setPersistentType in interface WorkspaceUpdateCmdaPersistentType - Workspace persistent typepublic void setLockingPolicy(java.lang.Integer aLockingPolicy)
setLockingPolicy in interface WorkspaceUpdateCmdaLockingPolicy - the locking policy of the workspacepublic void setPromotionPolicy(java.lang.Integer aPromotionPolicy)
setPromotionPolicy in interface WorkspaceUpdateCmdaPromotionPolicy - the promotion policy of the workspacepublic void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
setRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplreqParms - This is an object that represents the request properties.ECApplicationExceptionpublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECExceptionpublic AccessVector getResources() throws ECException
getResources in interface ECCommandgetResources in class AbstractECTargetableCommandECException