public class BatchUpload extends Object
| Constructor and Description |
|---|
BatchUpload(File dir)
Initialize with directory
|
BatchUpload(String dirPath)
Initialize with directory
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate()
Get date
|
String |
getDateFormatted()
Get formatted date (DD/MM/YY)
|
File |
getDir()
Get path to directory
|
String |
getErrorMsg()
Get error message
|
String |
getErrorMsgHTML()
Get error message as HTML
|
List<String> |
getHandlesImported()
Get handles of imported files
|
int |
getItemsImported()
Get items imported
|
int |
getTotalItems()
Get total items
|
boolean |
isSuccessful()
Whether successulf
|
public BatchUpload(String dirPath)
dirPath - directory pathpublic BatchUpload(File dir)
dir - directory pathpublic Date getDate()
public File getDir()
public boolean isSuccessful()
public int getItemsImported()
public int getTotalItems()
public String getDateFormatted()
public List<String> getHandlesImported()
public String getErrorMsg()
public String getErrorMsgHTML()
Copyright © 2022 LYRASIS. All rights reserved.