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 String
getFileList()
String
getMode()
String
getType()
protected void
performOperation()
protected void
performOperation(boolean feedback)
void
setFileList(String fileList)
void
setMode(String mode)
void
setType(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:
performOperation
in classorg.pentaho.mantle.client.commands.AbstractCommand
-
performOperation
protected void performOperation()
- Specified by:
performOperation
in classorg.pentaho.mantle.client.commands.AbstractCommand
-
-