8586878889909192939495
throw new ActionException(e); } // NB Keys are currently strings, but this is tied to the // implementation return new DownloadAllFilesResult(true, taskKey.toString()); } return new DownloadAllFilesResult(false, null); }
2021222324252627
@Override public void execute() { Log.info("ENTER DummyDownloadAllFilesCommand.execute()"); callback.onSuccess(new DownloadAllFilesResult(true, "dummyId")); Log.info("EXIT DummyDownloadAllFilesCommand.execute()"); }