public interface UpdateTaskDescriptionCmd extends TaskCommand
UpdateTaskDescriptionCmd is a URL and controller command that:
TaskDescriptionAccessBean
| 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 |
|---|---|
TaskDescription |
getDescription()
Returns the Task Description.
|
java.lang.Long |
getTaskId()
Returns the Task ID.
|
void |
setDescription(TaskDescription argDescription)
Sets the Task Description
|
void |
setTaskId(java.lang.Long anTaskInstId)
Sets the Task 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 getTaskId()
TaskDescription getDescription()
void setTaskId(java.lang.Long anTaskInstId)
anTaskInstId - The ID of the Task .void setDescription(TaskDescription argDescription)
argDescription - The Description of the Task.