Class datacapweb.client.WebScan
Extends
datacapweb.client.BaseClient.
represent a web scan object
Defined in: <datacapweb\client\WebScan.js>.
Constructor Summary
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Datacap WebScan client object.
|
Method Summary
| Method Attributes | Method Name and Description |
|---|---|
|
getFormatedDate(formatter)
|
|
|
Returns current start panel object.
|
|
|
holdBatch(paramObj)
Hold the current batch.
|
|
|
submitBatch(customizedCallback)
Submit the current Batch.
|
- Methods borrowed from class datacapweb.client.BaseClient:
- checkCurrentUserInGroup, getBatchTreeView, getConfigCustomPanels, getGlobalUserSettings, getImageViewer, getLocalUserSettings, getQueueItem
Method Detail
constructPrinterString()
getFormatedDate(formatter)
- Parameters:
- formatter
getStartPanel()
Returns current start panel object.
- Returns:
- Start panel instance or undefined if start panel is not enabled.
holdBatch(paramObj)
Hold the current batch.
- Parameters:
- paramObj
- An object to configure multiple parameters.
- customizedCallback - The method that is called after holding batch.
submitBatch(customizedCallback)
Submit the current Batch.
- Parameters:
- customizedCallback
- The method that is called after holding batch.