public interface RemoveWorkspaceDescriptionCmd extends TaskCommand
RemoveWorkspaceDescriptionCmd 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 |
|---|---|
java.lang.Integer |
getLanguageId()
Returns the Language ID.
|
java.lang.Long |
getWorkspaceId()
Returns the Workspace ID.
|
void |
setLanguageId(java.lang.Integer aLanguageId)
Sets the language ID
|
void |
setWorkspaceId(java.lang.Long anWorkspaceInstId)
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 getLanguageId()
void setWorkspaceId(java.lang.Long anWorkspaceInstId)
anWorkspaceInstId - The ID of the Workspace.void setLanguageId(java.lang.Integer aLanguageId)
aLanguageId - The language id.