Class CutFilesCommand
- java.lang.Object
-
- org.pentaho.mantle.client.commands.AbstractCommand
-
- org.pentaho.mantle.client.commands.CutFilesCommand
-
- All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand
,com.google.gwt.user.client.Command
public class CutFilesCommand extends org.pentaho.mantle.client.commands.AbstractCommand
- Author:
- wseyler
-
-
Constructor Summary
Constructors Constructor Description CutFilesCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileIds()
String
getFileNames()
String
getSolutionPath()
protected void
performOperation()
protected void
performOperation(boolean feedback)
void
setFileIds(String fileIds)
void
setFileNames(String fileNames)
void
setSolutionPath(String solutionPath)
-
-
-
Method Detail
-
getSolutionPath
public String getSolutionPath()
-
setSolutionPath
public void setSolutionPath(String solutionPath)
-
getFileNames
public String getFileNames()
-
setFileNames
public void setFileNames(String fileNames)
-
getFileIds
public String getFileIds()
-
setFileIds
public void setFileIds(String fileIds)
-
performOperation
protected void performOperation()
- Specified by:
performOperation
in classorg.pentaho.mantle.client.commands.AbstractCommand
-
performOperation
protected void performOperation(boolean feedback)
- Specified by:
performOperation
in classorg.pentaho.mantle.client.commands.AbstractCommand
-
-