|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.as.scheduler.request.ImportExportResult
public class ImportExportResult
Encapsulates the result of importing or exporting output files.
| Nested Class Summary | |
|---|---|
static class |
ImportExportResult.ImportExportStatus
Status of an import or export operation. |
| Constructor Summary | |
|---|---|
ImportExportResult(ImportExportResult.ImportExportStatus status,
java.util.List<java.lang.String> successfulFiles,
java.util.List<java.lang.String> failedFiles)
Constructs a new object. |
|
ImportExportResult(ImportExportResult.ImportExportStatus status,
java.util.List<java.lang.String> successfulFiles,
java.util.List<java.lang.String> failedFiles,
java.lang.String problemPath)
Constructs a new object. |
|
ImportExportResult(ImportExportResult.ImportExportStatus status,
java.util.List<java.lang.String> successfulFiles,
java.util.List<java.lang.String> failedFiles,
java.lang.Throwable error)
Constructs a new object. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getError()
Gets the error if the status is ImportExportStatus.Error. |
java.util.List<java.lang.String> |
getFailedFiles()
Gets the list of filenames that were not imported or exported. |
java.lang.String |
getProblemPath()
Gets the path that caused a problem if the status is ImportExportStatus.FileError. |
ImportExportResult.ImportExportStatus |
getStatus()
Gets the status of the import or export operation. |
java.util.List<java.lang.String> |
getSuccessfulFiles()
Gets the list of filenames that were successfully imported or exported. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImportExportResult(ImportExportResult.ImportExportStatus status,
java.util.List<java.lang.String> successfulFiles,
java.util.List<java.lang.String> failedFiles,
java.lang.Throwable error)
status - result of the import or export operation.successfulFiles - list of file names that were successfully
imported or exported.failedFiles - list of file names for which the import or export
failed.error - Error that occurred during import or export.
public ImportExportResult(ImportExportResult.ImportExportStatus status,
java.util.List<java.lang.String> successfulFiles,
java.util.List<java.lang.String> failedFiles,
java.lang.String problemPath)
status - result of the import or export operation.successfulFiles - list of file names that were successfully
imported or exported.failedFiles - list of file names for which the import or export
failed.problemPath - Path that was problematic during import or export.
public ImportExportResult(ImportExportResult.ImportExportStatus status,
java.util.List<java.lang.String> successfulFiles,
java.util.List<java.lang.String> failedFiles)
status - result of the import or export operation.successfulFiles - list of file names that were successfully
imported or exported.failedFiles - list of file names for which the import or export
failed.| Method Detail |
|---|
public ImportExportResult.ImportExportStatus getStatus()
public java.lang.Throwable getError()
public java.lang.String getProblemPath()
public java.util.List<java.lang.String> getSuccessfulFiles()
public java.util.List<java.lang.String> getFailedFiles()
public java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||