Kofax .NET Legacy API for Device Client
All Classes Namespaces Files Functions Variables Properties
Classes | Namespaces
ILegacyScanHistoryService.cs File Reference

Classes

interface  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.ScanHistoryServicePortType
 This service exposes various operations for scan history. It can retrieve the history for a specified device or user and the state of previously submitted jobs. The service displays these states using localized names. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscStatusRequest
 Contains the device ID and language to use for retrieving localized strings. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscRequest
 This generic web service request is used by all Web services. Every job submitted to the Kofax product must have a unique job ID that is different from any job ID used by any other Web Services Connector client or input device (such as MFPs and scanners). Always include the Web Services Connector client ID in the job ID string. This will ensure that your client's job IDs are always different than another Web Services Connector client's or device's job IDs. Also include a unique counter or timestamp in milliseconds in the job ID string to ensure that subsequent job IDs from the same Web Services Connector client are unique. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.StatusTypeItem
 Key value pair matching a status name to its localized string for the requested language. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.LogItem
 Contains history information about a single job. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscResponseBase
 This is a generic Web service response that includes the result code, an error message, and a flag to indicate whether the client should retry to recover from an error. The result code is an integer value that is set to 0 for a successful Web service call. Any other value indicates a failure. If an error occurs, the error message property is set. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscStatusResponse
 Contains a list of StatusTypeItems for each of the possible job history states. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscScanHistoryResponse
 Contains a list of log items for each job history item found. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.WscScanHistoryRequest
 Enables the caller to specify parameters for retrieving job history. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.getStatusTypeRequest
 Wraps a status type request. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.getStatusTypeResponse
 Wraps a status type response. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.getScanHistoryRequest
 Wraps a history request. More...
 
class  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory.getScanHistoryResponse
 Wraps a history response. More...
 

Namespaces

namespace  Kofax.KFS.Services.Contracts.Legacy.WebServices.ScanHistory