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 String
getJobId()
String
getRecalculateFinished()
String
getSolutionPath()
static void
onAttach()
static void
onCancel()
static void
onOk(String outputPath)
protected void
performOperation()
protected void
performOperation(boolean feedback)
void
setJobId(String jobId)
void
setRecalculateFinished(String recalculateFinished)
void
setSolutionPath(String solutionPath)
protected void
showDialog(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:
getSolutionPath
in classRunInBackgroundCommand
-
setSolutionPath
public void setSolutionPath(String solutionPath)
- Overrides:
setSolutionPath
in 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:
performOperation
in classRunInBackgroundCommand
-
showDialog
protected void showDialog(boolean feedback)
- Overrides:
showDialog
in 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:
performOperation
in classRunInBackgroundCommand
-
-