public interface AddTaskCmd extends TaskCommand
AddTaskCmd
is a task command that:
TaskAccessBean
,
TaskGroupAccessBean
.
ActivateTaskCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
getDescriptions()
Returns the Task Descriptions.
|
java.sql.Timestamp |
getDueDate()
Returns the Task Due Date.
|
java.util.Vector |
getMembers()
Returns the Task Members.
|
java.lang.Long |
getTaskGroupId()
Returns the Task Group ID.
|
java.lang.Integer |
getTaskGroupStatus()
Returns the status of the Task Group with which this task is associated
|
java.lang.Long |
getTaskId()
Returns the Task ID.
|
java.lang.Integer |
getType()
Returns the Task Type.
|
java.lang.Integer |
getUsage()
Returns the Task usage.
|
void |
setDescriptions(java.util.Vector argDescriptions)
Sets the Task Descriptions
|
void |
setDueDate(java.sql.Timestamp dDueDate)
Sets the Task Due Date
|
void |
setMembers(java.util.Vector theMembers)
Sets the Task Members
|
void |
setTaskGroupId(java.lang.Long anTaskGroupInstId)
Sets the Task Group ID
|
void |
setType(java.lang.Integer type)
Sets the Task Type
|
void |
setUsage(java.lang.Integer aUsage)
Sets the Task Usage
|
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.util.Vector getDescriptions()
java.sql.Timestamp getDueDate()
java.lang.Integer getUsage()
java.lang.Integer getType()
java.util.Vector getMembers()
java.lang.Integer getTaskGroupStatus()
void setTaskGroupId(java.lang.Long anTaskGroupInstId)
anTaskGroupInstId
- The ID of the Task Group.void setUsage(java.lang.Integer aUsage)
aUsage
- The usage of the Task.void setDescriptions(java.util.Vector argDescriptions)
argDescriptions
- The Descriptions of the Task.void setType(java.lang.Integer type)
type
- The type of the Task.void setDueDate(java.sql.Timestamp dDueDate)
dDueDate
- The due date of the Task.void setMembers(java.util.Vector theMembers)
theMembers
- The members of the Task.