Table of Contents
- Title and Copyright Information
- Preface
- 1 Introduction to Developing Scripts with Oracle WebCenter Enterprise Capture
- 2 Integrating the Client With Other Web Applications
-
3
Creating Client Scripts
-
3.1
Client Events
- 3.1.1 AttachmentCreated
- 3.1.2 AttachmentRemoved
- 3.1.3 AttachmentSelected
- 3.1.4 BatchScanBegin
- 3.1.5 BatchScanComplete
- 3.1.6 BatchSelected
- 3.1.7 CaptureImage
- 3.1.8 CaptureInitialize
- 3.1.9 DBSearchComplete
- 3.1.10 DBSearchResults
- 3.1.11 DBSearchStart
- 3.1.12 DocumentCreated
- 3.1.13 DocumentRemoved
- 3.1.14 DocumentSelected
- 3.1.15 FieldGotFocus
- 3.1.16 FieldLostFocus
- 3.1.17 FieldProcessKey
- 3.1.18 InitializeFields
- 3.1.19 PageCreated
- 3.1.20 PreBatchDelete
- 3.1.21 PreBatchScan
- 3.1.22 PreCaptureImage
- 3.1.23 PreDocumentProfileChange
- 3.1.24 DocumentProfileChanged
- 3.1.25 PreDownloadItem
- 3.1.26 PrePageDelete
- 3.1.27 PreReleaseBatch
- 3.1.28 PreUploadItem
- 3.1.29 PostCaptureImage
- 3.1.30 PostDownloadItem
- 3.1.31 PostUploadItem
- 3.1.32 RegionSelected
- 3.1.33 ScriptStart
-
3.2
Event Classes
- 3.2.1 AttachmentCreatedEvent
- 3.2.2 AttachmentRemoveEvent
- 3.2.3 AttachmentSelectedEvent
- 3.2.4 BatchDeleteEvent
- 3.2.5 BatchScanEvent
- 3.2.6 BatchSelectedEvent
- 3.2.7 DBSearchEvent
- 3.2.8 DocumentRemoveEvent
- 3.2.9 DocumentSelectedEvent
- 3.2.10 PreDocumentProfileChangeEvent
- 3.2.11 DocumentProfileChangedEvent
- 3.2.12 DownloadItemEvent
- 3.2.13 FieldEvent
- 3.2.14 ImageCaptureEvent
- 3.2.15 InitializeFieldsEvent
- 3.2.16 PageCreatedEvent
- 3.2.17 PageDeleteEvent
- 3.2.18 RegionSelectedEvent
- 3.2.19 ReleaseBatchEvent
- 3.2.20 UploadItemEvent
-
3.3
Capture Client Core Classes
- 3.3.1 AttachmentType
- 3.3.2 AttachmentTypes
- 3.3.3 BarcodeInfo
- 3.3.4 CaptureAttachment
- 3.3.5 CaptureAttachments
- 3.3.6 CaptureBatch
- 3.3.7 CaptureBatchStatus
- 3.3.8 CaptureDataType
- 3.3.9 CaptureDocument
- 3.3.10 CaptureDocumentPage
- 3.3.11 CaptureDocumentPages
- 3.3.12 CaptureDocuments
- 3.3.13 CaptureErrorManager
- 3.3.14 CaptureField
- 3.3.15 CaptureFields
- 3.3.16 CaptureItem
- 3.3.17 CaptureItems
- 3.3.18 CaptureOperation
- 3.3.19 CaptureStateManager
- 3.3.20 CaptureWorkspace
- 3.3.21 ClientProfile
- 3.3.22 ClientReleaseProcess
- 3.3.23 ClientReleaseProcesses
- 3.3.24 ClientUI
- 3.3.25 DBLookupProfile
- 3.3.26 DBLookupResult
- 3.3.27 DbSearchResultRow
- 3.3.28 DbSearchFieldInfo
- 3.3.29 DocumentType
- 3.3.30 DocumentTypes
- 3.3.31 FieldDefinition
- 3.3.32 FieldDefinitions
- 3.3.33 ImageCaptureEngine
- 3.3.34 MicrInfo
- 3.3.35 Source
- 3.3.36 TWAINSource
- 3.4 Capture Client FieldEdit Classes
- 3.5 Sample Client Scripts
-
3.1
Client Events
-
4
Creating Recognition Processor Scripts
-
4.1
Recognition Processor Methods
- 4.1.1 initialize
- 4.1.2 processBatch
- 4.1.3 restoreCaptureBatch
- 4.1.4 beginPhase
- 4.1.5 endPhase
- 4.1.6 extractBatchItem
- 4.1.7 barcodesFoundOnItem
- 4.1.8 batchItemAllValidBarcodes
- 4.1.9 determineSeparatorPage
- 4.1.10 batchItemValidBarcode
- 4.1.11 determineDocType
- 4.1.12 beginDatabaseLookup
- 4.1.13 determineIndexValues
- 4.1.14 renameOrigCaptureDocTitle
- 4.1.15 createCaptureDoc
- 4.1.16 postProcess
- 4.1.17 endBatchProcess
-
4.2
Recognition Processor Classes
- 4.2.1 BarcodeDefinition
- 4.2.2 DocumentDefinition
- 4.2.3 PostProcessContext
- 4.2.4 ProcessorAttachment
- 4.2.5 ProcessorDocument
- 4.2.6 ProcessorItem
- 4.2.7 ProcessSeparatorPage
- 4.2.8 RecognitionJob
- 4.2.9 RecognitionJobField
- 4.2.10 RecognitionProcessorContext
- 4.2.11 SeparatorDefinition
- 4.2.12 SeparatorRuleDefinition
- 4.3 Sample Recognition Processor Script
-
4.1
Recognition Processor Methods
- 5 Creating Import Processor Scripts
- 6 Creating Document Conversion Processor Scripts
- 7 Creating Commit Processor Scripts
-
8
Working with Common Capture Classes
-
8.1
Common Capture Classes
- 8.1.1 BatchEntity
- 8.1.2 BatchItemEntity
- 8.1.3 BatchLockEntity
- 8.1.4 BatchManagerSession
- 8.1.5 BatchStatusEntity
- 8.1.6 CaptureWorkspaceEntity
- 8.1.7 DBSearchResults
- 8.1.8 DBSearchResultRow
- 8.1.9 DBSearchFieldInfo
- 8.1.10 DocumentEntity
- 8.1.11 DocumentPageEntity
- 8.1.12 DocumentTypeEntity
- 8.1.13 IndexDefinitionEntity
- 8.1.14 IndexValue
-
8.1
Common Capture Classes
- A Keycodes