public interface SendActivateTaskEmailCmd extends TaskCommand
SendActivateTaskEmailCmd is a task command that:
| 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.String |
getComments()
Get the Comments
|
java.util.Vector |
getMembers()
Get members
|
java.lang.Long |
getTaskId()
Get the Task Id
|
void |
setComments(java.lang.String argComments)
Set Comments
|
void |
setMembers(java.util.Vector argMembers)
Sets the members
Set this value to define specific members to send the email to.
|
void |
setTaskId(java.lang.Long anTaskInstId)
Set a 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()
java.lang.String getComments()
java.util.Vector getMembers()
void setTaskId(java.lang.Long anTaskInstId)
anTaskInstId - the task idvoid setComments(java.lang.String argComments)
argComments - the commentsvoid setMembers(java.util.Vector argMembers)
argMembers - The members