Class AdhocRunInBackgroundCommand
- java.lang.Object
 - 
- org.pentaho.mantle.client.commands.AbstractCommand
 - 
- org.pentaho.mantle.client.commands.RunInBackgroundCommand
 - 
- org.pentaho.mantle.client.commands.AdhocRunInBackgroundCommand
 
 
 
 
- 
- All Implemented Interfaces:
 com.google.gwt.core.client.Scheduler.ScheduledCommand,com.google.gwt.user.client.Command
public class AdhocRunInBackgroundCommand extends RunInBackgroundCommand
 
- 
- 
Constructor Summary
Constructors Constructor Description AdhocRunInBackgroundCommand() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJobId()StringgetRecalculateFinished()StringgetSolutionPath()static voidonAttach()static voidonCancel()static voidonOk(String outputPath)protected voidperformOperation()protected voidperformOperation(boolean feedback)voidsetJobId(String jobId)voidsetRecalculateFinished(String recalculateFinished)voidsetSolutionPath(String solutionPath)protected voidshowDialog(boolean feedback)- 
Methods inherited from class org.pentaho.mantle.client.commands.RunInBackgroundCommand
checkSchedulePermissionAndDialog, getDateFormat, getJsonSimpleTrigger, getModuleBaseURL, getOutputLocationPath, getOutputName, getOverwriteFile, getSolutionTitle, setDateFormat, setModuleBaseURL, setOutputLocationPath, setOutputName, setOverwriteFile, setSolutionTitle 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSolutionPath
public String getSolutionPath()
- Overrides:
 getSolutionPathin classRunInBackgroundCommand
 
- 
setSolutionPath
public void setSolutionPath(String solutionPath)
- Overrides:
 setSolutionPathin classRunInBackgroundCommand
 
- 
setJobId
public void setJobId(String jobId)
 
- 
getJobId
public String getJobId()
 
- 
getRecalculateFinished
public String getRecalculateFinished()
 
- 
setRecalculateFinished
public void setRecalculateFinished(String recalculateFinished)
 
- 
performOperation
protected void performOperation()
- Overrides:
 performOperationin classRunInBackgroundCommand
 
- 
showDialog
protected void showDialog(boolean feedback)
- Overrides:
 showDialogin classRunInBackgroundCommand
 
- 
onCancel
public static void onCancel()
 
- 
onOk
public static void onOk(String outputPath)
 
- 
onAttach
public static void onAttach()
 
- 
performOperation
protected void performOperation(boolean feedback)
- Overrides:
 performOperationin classRunInBackgroundCommand
 
 - 
 
 -