public interface UpdateWorkspaceCmd extends TaskCommand
UpdateWorkspaceCmd is a task command that:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.Long |
getWorkspaceId()
Get the Workspace Id
|
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 |
setWorkspaceId(java.lang.Long anWorkspaceId)
Sets the Workspace ID
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getWorkspaceId()
java.lang.Integer getPersistentType()
java.lang.Integer getLockingPolicy()
java.lang.Integer getPromotionPolicy()
void setWorkspaceId(java.lang.Long anWorkspaceId)
anWorkspaceId - The ID of the Workspace.void setPersistentType(java.lang.Integer aPersistentType)
aPersistentType - the persistent type of the workspacevoid setLockingPolicy(java.lang.Integer aLockingPolicy)
aLockingPolicy - the locking policy of the workspacevoid setPromotionPolicy(java.lang.Integer aPromotionPolicy)
aPromotionPolicy - the promotion policy of the workspace