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() |
protected void |
performOperation() |
protected void |
performOperation(boolean feedback) |
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)
protected void performOperation()
performOperation
in class org.pentaho.mantle.client.commands.AbstractCommand
protected void performOperation(boolean feedback)
performOperation
in class org.pentaho.mantle.client.commands.AbstractCommand
public void doDelete(String filesList, org.pentaho.mantle.client.events.SolutionFileActionEvent event)
Copyright © 2021 Hitachi Vantara. All rights reserved.