public interface PostCompleteOrCancelTaskGroupCmd extends TaskCommand
PostCompleteOrCancelTaskGroupCmd
is a task command that:
WorkspaceAccessBean
,
TaskGroupAccessBean
.
RestartTaskGroupCmd
CompleteWorkspaceCmd
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.
|
java.lang.Long |
getWorkspaceId()
Returns the Workspace ID of the Workspace that is associated with this Task Group.
|
void |
setTaskGroupId(java.lang.Long aTaskGroupId)
Sets the Task Group 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 getTaskGroupId()
void setTaskGroupId(java.lang.Long aTaskGroupId)
aTaskGroupId
- The ID of the Task Group.java.lang.Long getWorkspaceId()