public interface AddBroadcastJobCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The name of this command.
|
static java.lang.String |
URLNAME
The defined command name found in the url registry.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getJobId()
Gets the job id.
|
java.lang.Long |
getJobInstanceId()
Gets the job instance id.
|
void |
setName(java.lang.String name)
Sets the name of user.
|
void |
setPathInfo(java.lang.String pathInfo)
Sets the name of the command to be added to the scheduler.
|
void |
setQueryString(java.lang.String parameters)
Sets the query string associated with the job.
|
void |
setUrl(java.lang.String url)
Sets the url to be redirected to at the end of the command.
|
void |
setUserRefNum(java.lang.Long refnum)
Sets the user Id.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
static final java.lang.String URLNAME
java.lang.Long getJobId()
java.lang.Long getJobInstanceId()
void setName(java.lang.String name)
name
- the logon id of the user to run the command as.void setPathInfo(java.lang.String pathInfo)
pathInfo
- the command to execute.void setQueryString(java.lang.String parameters)
parameters
- the parameters to pass to the command when it is executed.void setUrl(java.lang.String url)
url
- the URL to redirect to after the broadcast job is added.void setUserRefNum(java.lang.Long refnum)
refnum
- the member id of user which will run the command.