Class DeletePermanentFileCommand
- java.lang.Object
-
- org.pentaho.mantle.client.commands.AbstractCommand
-
- org.pentaho.mantle.client.commands.DeletePermanentFileCommand
-
- All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand,com.google.gwt.user.client.Command
public class DeletePermanentFileCommand extends org.pentaho.mantle.client.commands.AbstractCommand- Author:
- wseyler
-
-
Constructor Summary
Constructors Constructor Description DeletePermanentFileCommand()DeletePermanentFileCommand(String fileList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileList()StringgetMode()StringgetType()protected voidperformOperation()protected voidperformOperation(boolean feedback)voidsetFileList(String fileList)voidsetMode(String mode)voidsetType(String type)
-
-
-
Constructor Detail
-
DeletePermanentFileCommand
public DeletePermanentFileCommand()
-
DeletePermanentFileCommand
public DeletePermanentFileCommand(String fileList)
-
-
Method Detail
-
getFileList
public String getFileList()
-
setFileList
public void setFileList(String fileList)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getMode
public String getMode()
-
setMode
public void setMode(String mode)
-
performOperation
protected void performOperation(boolean feedback)
- Specified by:
performOperationin classorg.pentaho.mantle.client.commands.AbstractCommand
-
performOperation
protected void performOperation()
- Specified by:
performOperationin classorg.pentaho.mantle.client.commands.AbstractCommand
-
-