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() |
protected com.google.gwt.json.client.JSONObject |
getJsonSimpleTrigger(int repeatCount,
int interval,
Date startDate,
Date endDate) |
String |
getModuleBaseURL() |
String |
getOutputLocationPath() |
String |
getOutputName() |
String |
getSolutionPath() |
String |
getSolutionTitle() |
protected void |
performOperation() |
protected void |
performOperation(boolean feedback) |
void |
setModuleBaseURL(String moduleBaseURL) |
void |
setOutputLocationPath(String outputLocationPath) |
void |
setOutputName(String outputName) |
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)
protected void performOperation()
performOperation in class org.pentaho.mantle.client.commands.AbstractCommandprotected 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.AbstractCommandCopyright © 2002–2017 Pentaho Corporation. All rights reserved.