|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
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 |
|---|
Batch createBatch(NameId targetApp,
NameId sourceInputId)
throws ImagingException
ImagingException
void commitBatch(Batch completedBatch)
throws ImagingException
ImagingException
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
ImagingExceptionValidationException
java.util.List<Batch> listBatches()
throws ImagingException
ImagingException
Batch getBatch(long batchId)
throws ImagingException
ImagingException
void removeEmptyBatch(long batchId)
throws ImagingException
ImagingException
java.lang.String findDocumentForBatchSequence(long batchId,
long sequenceNumber)
throws ImagingException
ImagingException
|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||