public interface CreateTaskFromTemplateCmd extends TaskCommand
CreateTaskFromTemplateCmd is a task command that:
TaskAccessBean,
TaskMemberRelAccessBean,
TaskGroupAccessBean,
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 is associated with.
|
java.lang.Long |
getTaskId()
Returns the Task ID.
|
java.lang.Long |
getTaskTemplateId()
Returns the Task ID of the Task Template from which the Task will be created.
|
void |
setTaskGroupId(java.lang.Long anTaskGroupId)
Sets the Task Group ID which the Task is associated with
|
void |
setTaskTemplateId(java.lang.Long anTaskTemplateId)
Sets the Task Template 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 getTaskGroupId()
void setTaskGroupId(java.lang.Long anTaskGroupId)
anTaskGroupId - The ID of the Task Group.java.lang.Long getTaskTemplateId()
void setTaskTemplateId(java.lang.Long anTaskTemplateId)
anTaskTemplateId - The ID of the Task Template.java.lang.Long getTaskId()