目次
- タイトルおよび著作権情報
- はじめに
- 1 Oracle WebCenter Enterprise Captureスクリプトの開発の概要
- 2 クライアントと他のWebアプリケーションとの統合
-
3 クライアント・スクリプトの作成
-
クライアント・イベント
- AttachmentCreated
- AttachmentRemoved
- AttachmentSelected
- BatchScanBegin
- BatchScanComplete
- BatchSelected
- CaptureImage
- CaptureInitialize
- DBSearchComplete
- DBSearchResults
- DBSearchStart
- DocumentCreated
- DocumentRemoved
- DocumentSelected
- FieldGotFocus
- FieldLostFocus
- FieldProcessKey
- InitializeFields
- PageCreated
- PreBatchDelete
- PreBatchScan
- PreCaptureImage
- PreDocumentProfileChange
- DocumentProfileChanged
- PreDownloadItem
- PrePageDelete
- PreReleaseBatch
- PreUploadItem
- PostCaptureImage
- PostDownloadItem
- PostUploadItem
- RegionSelected
- ScriptStart
-
イベント・クラス
- AttachmentCreatedEvent
- AttachmentRemoveEvent
- AttachmentSelectedEvent
- BatchDeleteEvent
- BatchScanEvent
- BatchSelectedEvent
- DBSearchEvent
- DocumentRemoveEvent
- DocumentSelectedEvent
- PreDocumentProfileChangeEvent
- DocumentProfileChangedEvent
- DownloadItemEvent
- FieldEvent
- ImageCaptureEvent
- InitializeFieldsEvent
- PageCreatedEvent
- PageDeleteEvent
- RegionSelectedEvent
- ReleaseBatchEvent
- UploadItemEvent
-
Captureクライアントのコア・クラス
- AttachmentType
- AttachmentTypes
- BarcodeInfo
- CaptureAttachment
- CaptureAttachments
- CaptureBatch
- CaptureBatchStatus
- CaptureDataType
- CaptureDocument
- CaptureDocumentPage
- CaptureDocumentPages
- CaptureDocuments
- CaptureErrorManager
- CaptureField
- CaptureFields
- CaptureItem
- CaptureItems
- CaptureOperation
- CaptureStateManager
- CaptureWorkspace
- ClientProfile
- ClientReleaseProcess
- ClientReleaseProcesses
- ClientUI
- DBLookupProfile
- DBLookupResult
- DbSearchResultRow
- DbSearchFieldInfo
- DocumentType
- DocumentTypes
- FieldDefinition
- FieldDefinitions
- ImageCaptureEngine
- MicrInfo
- Source
- TWAINSource
- CaptureクライアントのFieldEditクラス
- クライアント・スクリプトのサンプル
-
クライアント・イベント
-
4 認識プロセッサ・スクリプトの作成
-
認識プロセッサのメソッド
- initialize
- processBatch
- restoreCaptureBatch
- beginPhase
- endPhase
- extractBatchItem
- barcodesFoundOnItem
- batchItemAllValidBarcodes
- determineSeparatorPage
- batchItemValidBarcode
- determineDocType
- beginDatabaseLookup
- determineIndexValues
- renameOrigCaptureDocTitle
- createCaptureDoc
- postProcess
- endBatchProcess
- 認識プロセッサのクラス
- 認識プロセッサ・スクリプトのサンプル
-
認識プロセッサのメソッド
- 5 インポート・プロセッサ・スクリプトの作成
- 6 ドキュメント変換プロセッサ・スクリプトの作成
- 7 コミット・プロセッサ・スクリプトの作成
- 8 共通キャプチャ・クラスの使用
- A キーコード