public interface UpdateWorkspaceDescriptionCmd extends TaskCommand
UpdateWorkspaceDescriptionCmd
is a task command that:
WorkspaceDescriptionAccessBean
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 |
---|---|
WorkspaceDescription |
getDescription()
Returns the Workspace Description.
|
java.lang.Long |
getWorkspaceId()
Returns the Workspace ID.
|
void |
setDescription(WorkspaceDescription argDescription)
Sets the Workspace Description
|
void |
setWorkspaceId(java.lang.Long anWorkspaceInstId)
Sets the Workspace ID
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getWorkspaceId()
WorkspaceDescription getDescription()
void setWorkspaceId(java.lang.Long anWorkspaceInstId)
anWorkspaceInstId
- The ID of the Workspace.void setDescription(WorkspaceDescription argDescription)
argDescription
- The Description of the Workspace.