public interface WorkspaceUpdateCmd extends ControllerCommand
WorkspaceUpdateCmd
is a URL and controller command that:
UpdateWorkspaceCmd
UpdateWorkspaceDescriptionCmd
AddWorkspaceDescriptionCmd
RemoveWorkspaceDescriptionCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
Defines the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName
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.
|
java.lang.Long |
getWorkspaceId()
Gets the Workspace Id.
|
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 |
setWorkspaceId(java.lang.Long anWorkspaceId)
Sets the Workspace Id
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getWorkspaceId()
java.util.Hashtable getDescriptions()
java.lang.Integer getPersistentType()
java.lang.Integer getLockingPolicy()
java.lang.Integer getPromotionPolicy()
void setWorkspaceId(java.lang.Long anWorkspaceId)
anWorkspaceId
- Workspace Idvoid setDescriptions(java.util.Hashtable argDescriptions)
argDescriptions
- Workspace descriptionsvoid setPersistentType(java.lang.Integer aPersistentType)
aPersistentType
- Workspace persistent typevoid setLockingPolicy(java.lang.Integer aLockingPolicy)
aLockingPolicy
- the locking policy of the workspacevoid setPromotionPolicy(java.lang.Integer aPromotionPolicy)
aPromotionPolicy
- the promotion policy of the workspace