public class RunInBackgroundCommand
extends org.pentaho.mantle.client.commands.AbstractCommand
Constructor and Description |
---|
RunInBackgroundCommand() |
RunInBackgroundCommand(FileItem fileItem) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkSchedulePermissionAndDialog() |
String |
getDateFormat()
Get Date Format
|
protected com.google.gwt.json.client.JSONObject |
getJsonSimpleTrigger(int repeatCount,
int interval,
Date startDate,
Date endDate) |
String |
getModuleBaseURL() |
String |
getOutputLocationPath() |
String |
getOutputName() |
String |
getOverwriteFile()
Get Overwrite File
|
String |
getSolutionPath() |
String |
getSolutionTitle() |
protected void |
performOperation() |
protected void |
performOperation(boolean feedback) |
void |
setDateFormat(String dateFormat)
Set Date Format
|
void |
setModuleBaseURL(String moduleBaseURL) |
void |
setOutputLocationPath(String outputLocationPath) |
void |
setOutputName(String outputName) |
void |
setOverwriteFile(String overwriteFile)
Set Overwrite File
|
void |
setSolutionPath(String solutionPath) |
void |
setSolutionTitle(String solutionTitle) |
protected void |
showDialog(boolean feedback) |
public RunInBackgroundCommand()
public RunInBackgroundCommand(FileItem fileItem)
public String getSolutionTitle()
public void setSolutionTitle(String solutionTitle)
public String getSolutionPath()
public void setSolutionPath(String solutionPath)
public String getOutputLocationPath()
public void setOutputLocationPath(String outputLocationPath)
public String getModuleBaseURL()
public void setModuleBaseURL(String moduleBaseURL)
public String getOutputName()
public void setOutputName(String outputName)
public String getDateFormat()
public void setDateFormat(String dateFormat)
dateFormat
- a string representation of a date formatpublic String getOverwriteFile()
public void setOverwriteFile(String overwriteFile)
overwriteFile
- the string "true" if the file should be overwritten, otherwise "false"protected void performOperation()
performOperation
in class org.pentaho.mantle.client.commands.AbstractCommand
protected com.google.gwt.json.client.JSONObject getJsonSimpleTrigger(int repeatCount, int interval, Date startDate, Date endDate)
protected void showDialog(boolean feedback)
protected void checkSchedulePermissionAndDialog()
protected void performOperation(boolean feedback)
performOperation
in class org.pentaho.mantle.client.commands.AbstractCommand
Copyright © 2021 Hitachi Vantara. All rights reserved.