public interface TaskGroupCommitCmd extends ControllerCommand
TaskGroupCommitCmd is a URL and controller command that:
Parameters:
TaskGroupAccessBean,
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class.
|
static java.lang.String |
URLNAME
The url name of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getTaskGroupId()
Get the Task Group Id.
|
java.lang.Long |
getWorkspaceId()
Get the Workspace Id.
|
void |
setTaskGroupId(java.lang.Long anTaskGroupId)
Set the Task Group Id.
|
void |
setWorkspaceId(java.lang.Long anWSId)
Set the Workspace Id.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
static final java.lang.String URLNAME
static final java.lang.String defaultCommandClassName
java.lang.Long getTaskGroupId()
void setTaskGroupId(java.lang.Long anTaskGroupId)
anTaskGroupId - The Task Group identifier.java.lang.Long getWorkspaceId()
void setWorkspaceId(java.lang.Long anWSId)
anWSId - The workspace identifier.