Class 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 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 class org.pentaho.mantle.client.commands.AbstractCommand
      • performOperation

        protected void performOperation()
        Specified by:
        performOperation in class org.pentaho.mantle.client.commands.AbstractCommand