Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


oracle.imaging
Interface BatchService


public interface BatchService

This service is reserved for Oracle internal use only.


Method Summary
 java.lang.String addDocumentToBatch(Batch openBatch, java.lang.String documentToken, java.util.List<Document.FieldValue> fieldValues, java.lang.String fileName, boolean submitToWorkflow)
          This method is reserved for Oracle internal use only.
 void commitBatch(Batch completedBatch)
          This method is reserved for Oracle internal use only.
 Batch createBatch(NameId targetApp, NameId sourceInputId)
          This method is reserved for Oracle internal use only.
 java.lang.String findDocumentForBatchSequence(long batchId, long sequenceNumber)
          This method is reserved for Oracle internal use only.
 Batch getBatch(long batchId)
          This method is reserved for Oracle internal use only.
 java.util.List<Batch> listBatches()
          This method is reserved for Oracle internal use only.
 void removeEmptyBatch(long batchId)
          This method is reserved for Oracle internal use only.

 

Method Detail

createBatch

Batch createBatch(NameId targetApp,
                  NameId sourceInputId)
                  throws ImagingException
This method is reserved for Oracle internal use only.
Throws:
ImagingException

commitBatch

void commitBatch(Batch completedBatch)
                 throws ImagingException
This method is reserved for Oracle internal use only.
Throws:
ImagingException

addDocumentToBatch

java.lang.String addDocumentToBatch(Batch openBatch,
                                    java.lang.String documentToken,
                                    java.util.List<Document.FieldValue> fieldValues,
                                    java.lang.String fileName,
                                    boolean submitToWorkflow)
                                    throws ImagingException,
                                           ValidationException
This method is reserved for Oracle internal use only.
Throws:
ImagingException
ValidationException

listBatches

java.util.List<Batch> listBatches()
                                  throws ImagingException
This method is reserved for Oracle internal use only.
Throws:
ImagingException

getBatch

Batch getBatch(long batchId)
               throws ImagingException
This method is reserved for Oracle internal use only.
Throws:
ImagingException

removeEmptyBatch

void removeEmptyBatch(long batchId)
                      throws ImagingException
This method is reserved for Oracle internal use only.
Throws:
ImagingException

findDocumentForBatchSequence

java.lang.String findDocumentForBatchSequence(long batchId,
                                              long sequenceNumber)
                                              throws ImagingException
This method is reserved for Oracle internal use only.
Throws:
ImagingException

Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


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