public interface AddTaskTemplateCmd extends TaskCommand
AddTaskTemplateCmd
is a task command that:
TaskAccessBean
,
TaskMemberRelAccessBean
,
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 |
---|---|
java.lang.Long |
getTaskGroupId()
Returns the Task Group ID of the Task Group that the Task Template is associated with.
|
java.lang.Long |
getTaskId()
Returns the Task ID.
|
java.lang.Long |
getTaskTemplateId()
Returns the Task Template ID.
|
void |
setTaskGroupId(java.lang.Long anTaskGroupInstId)
Sets the Task Group ID
|
void |
setTaskId(java.lang.Long anTaskInstId)
Sets the Task 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 getTaskId()
java.lang.Long getTaskGroupId()
java.lang.Long getTaskTemplateId()
void setTaskId(java.lang.Long anTaskInstId)
anTaskInstId
- The ID of the Task .void setTaskGroupId(java.lang.Long anTaskGroupInstId)
anTaskGroupInstId
- The ID of the Task Group.