public interface SendReadyToApproveTaskGroupEmailCmd extends TaskCommand
SendReadyToApproveTaskGroupEmailCmd 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.util.Vector |
getApprovers()
Get approvers - the task group approvers to send the email to
|
java.lang.Long |
getTaskGroupId()
Get the Task Group Id
|
void |
setApprovers(java.util.Vector argApprovers)
Sets the approvers
Set this value to define specific approvers to send the email to.
|
void |
setTaskGroupId(java.lang.Long anTaskGroupInstId)
Set the Task Group 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()
java.util.Vector getApprovers()
void setTaskGroupId(java.lang.Long anTaskGroupInstId)
anTaskGroupInstId - the task group idvoid setApprovers(java.util.Vector argApprovers)
argApprovers - The approvers