public class CheckForStudyReloadCommand extends Command<CommandResponse>
Command.CommonParameters, Command.ResponseCONTENT_TYPE_JSON| Constructor and Description |
|---|
CheckForStudyReloadCommand() |
CheckForStudyReloadCommand(boolean skipQueryValidation) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Returns the current parameter map, or null if a map has not yet been set.
|
_execute, copy, createRequest, createResponse, execute, getActionName, getActionUrl, getControllerName, getHttpRequest, getParamValueAsString, getQueryString, getRequiredVersion, getTimeout, setParameters, setRequiredVersion, setTimeoutpublic CheckForStudyReloadCommand()
public CheckForStudyReloadCommand(boolean skipQueryValidation)
public java.util.Map<java.lang.String,java.lang.Object> getParameters()
CommandgetParameters in class Command<CommandResponse>