-
public final class MultipleFileCallback.ResultIf
totalCopiedFilesare less thantotalFilesToCopy, then some files cannot be copied/moved or the files are skipped due to ConflictResolution.MERGE can be called before BaseFileCallback.onCompleted when an error has occurred.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<DocumentFile>filesprivate final IntegertotalFilesToCopyprivate final IntegertotalCopiedFilesprivate final Booleansuccess
-
Constructor Summary
Constructors Constructor Description MultipleFileCallback.Result(List<DocumentFile> files, Integer totalFilesToCopy, Integer totalCopiedFiles, Boolean success)
-
Method Summary
Modifier and Type Method Description final List<DocumentFile>getFiles()final IntegergetTotalFilesToCopy()final IntegergetTotalCopiedFiles()final BooleangetSuccess()-
-
Constructor Detail
-
MultipleFileCallback.Result
MultipleFileCallback.Result(List<DocumentFile> files, Integer totalFilesToCopy, Integer totalCopiedFiles, Boolean success)
- Parameters:
files- newly moved/copied parent files/folderstotalFilesToCopy- total files, not folderstotalCopiedFiles- total files, not folderssuccess-trueif the process is not canceled and no error during copy/move
-
-
Method Detail
-
getFiles
final List<DocumentFile> getFiles()
-
getTotalFilesToCopy
final Integer getTotalFilesToCopy()
-
getTotalCopiedFiles
final Integer getTotalCopiedFiles()
-
getSuccess
final Boolean getSuccess()
-
-
-
-