public class DeleteFileCommand
extends org.pentaho.mantle.client.commands.AbstractCommand
| Constructor and Description |
|---|
DeleteFileCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
doDelete(String filesList,
org.pentaho.mantle.client.events.SolutionFileActionEvent event) |
String |
getFileIds() |
String |
getFileNames() |
String |
getSolutionPath() |
void |
setFileIds(String fileIds) |
void |
setFileNames(String fileNames) |
void |
setSolutionPath(String solutionPath) |
public String getSolutionPath()
public void setSolutionPath(String solutionPath)
public String getFileNames()
public void setFileNames(String fileNames)
public String getFileIds()
public void setFileIds(String fileIds)
public void doDelete(String filesList, org.pentaho.mantle.client.events.SolutionFileActionEvent event)