Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Uses of Class
oracle.as.scheduler.request.ImportExportResult.ImportExportStatus

Packages that use ImportExportResult.ImportExportStatus
oracle.as.scheduler.request Request Log and Output Content API. 

 

Uses of ImportExportResult.ImportExportStatus in oracle.as.scheduler.request

 

Methods in oracle.as.scheduler.request that return ImportExportResult.ImportExportStatus
 ImportExportResult.ImportExportStatus ImportExportResult.getStatus()
          Gets the status of the import or export operation.
static ImportExportResult.ImportExportStatus ImportExportResult.ImportExportStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImportExportResult.ImportExportStatus[] ImportExportResult.ImportExportStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Constructors in oracle.as.scheduler.request with parameters of type ImportExportResult.ImportExportStatus
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.

 


Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.