▼NKofax | |
▼NKFS | |
▼NDataModel | |
▼NWCF | |
▼N_api | |
▼NRequest | |
CRESTfulCustomIconRequest | This class is used to retrieve the defined icon of the specified destination/shortcut. |
CRESTfulDeviceListRequest | Request message for getting list of devices for sepcified vendors. |
CRESTfulEndJobRequest | This class is used to complete/cancel the job requested by the “startjob” web service. |
CRESTfulGetIndexFieldsRequest | This class is used to retrieve index fields from the specified destination/shortcut. |
CRESTfulGetScanSettingsRequest | This class is used to retrieve scan settings from the specified destination/shortcut. |
CRESTfulGetShortcutVersionRequest | This class is used to retrieve the version number of the specified destination/shortcut. |
CRESTfulLogRequest | This class is used to send a log message to be logged by server. |
CRESTfulLookupRequest | This class is used to perform lookup for an index field such as fax, email, and SharePoint. |
CRESTfulMetricsRequest | Request for getting specified system metric (summary) information defined in Kofax.KFS.DataModel.Common.Process.MetricType. This request requires authentication. |
CRESTfulRegisterRequest | This class is used to register the client to the Kofax product. |
CRESTfulRequest | This is generic web service request that includes client locale. |
CRESTfulSendImagesByPartRequest | This class is used to send a part of an image from the client to the Kofax product, and then all parts of the image are combined at server side and the image is released to the destination. |
CRESTfulSendImagesRequest | This class is used to send an image from the client to the Kofax product and releases it to the destination. |
CRESTfulShortcutNamesRequest | Request message for getting list all shortcut names available on the server. |
CRESTfulStartJobRequest | This class is used to start a job request. |
CRESTfulSubmitRequest | Inherits RESTfulGetIndexFieldsRequest and specifies information about the request, including the document note, image, imageType and jobId are combined to indicate the submission status. |
CRESTfulUpdateDeviceInfoRequest | This class is used to attempt to update metadata associated with the client identified by the client ID. |
CRESTfulUserLoginRequest | This class is used to login the KFS system with specified user name and password. |
CRESTfulValidateFieldRequest | This class is used to request an updated list of field values based on the current values in the form. |
CRESTfulValidateFormRequest | This class is used to identify any fields with errors. |
CRESTfulValidateUserNameRequest | This class is used to query the Kofax product to determine if the submitted user name is valid. |
▼NResponse | |
CRESTfulCustomIconResponse | This is a Web service response that includes and image object in Base64 string. |
CRESTfulDeviceListResponse | Response message containing list of devices found for the specified vendors. |
CRESTfulGetGlobalShortcutsResponse | This is a Web service response that includes the global shortcuts information. |
CRESTfulGetIndexFieldsResponse | This is a Web service response that includes the array of index fields |
CRESTfulGetJobHistoryLogsResponse | This is a Web service response that includes the array of job histories. |
CRESTfulGetJobStatusResponse | This is a Web service response that includes the current status of the job. |
CRESTfulGetPersonalShortcutsResponse | This is a Web service response that includes the array of shortcut/destination. |
CRESTfulGetScanSettingsResponse | This is a Web service response that includes the scan settings information. |
CRESTfulGetShortcutResponse | This is a Web service response that includes the array of index fields, scan settings, version etc. |
CRESTfulGetShortcutVersionResponse | This is a Web service response that includes the latest version of the specified destination/shortcut. |
CRESTfulLicenseCheckResponse | This is a Web service response that indicates the client is licensed or not. |
CRESTfulLogResponse | This is a Web service response that inherits the generic web service response class. |
CRESTfulLookupResponse | This is a Web service response that includes the array of the search results. |
CRESTfulMetricsResponse | Response message containing information for the requested metric-types. |
CRESTfulResponse | This is a generic Web service response that includes the error code, and error message, and a flaf to indicate whether the client should retry to recover from an error. the error 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. |
CRESTfulShortcutNamesResponse | Response message containing list of all shortcut names on the server. |
CRESTfulStartJobResponse | This is a Web service response that includes the job ID when the job has started. |
CRESTfulUserLoginResponse | This is a Web service response that includes the user login informations. |
CRESTfulValidateFieldResponse | This is a Web service response that includes a flag to indicate whether the client should replace all infex fields or not. |
CRESTfulValidateFormResponse | This is a Web service response that includes the array of index fields and a flag to indicate whether these index fields are valid or not. |
CRESTfulValidateUserNameResponse | This is a Web service response that includes user name with the correct capitalization and a flag to indicate whether the user name is valid or not. |
CRESTfulIndexField | Attributes for the field. |
CRESTfulJobHistoryLogItem | Contains history information about a single job. |
CRESTfulMetricDevice | Device information |
CRESTfulMetricInput | Requested information for Metric input |
CRESTfulMetricOutput | Metric output information |
CRESTfulMetricStatus | Metric status information |
CRESTfulScanSetting | Defines a single scan setting value, that contains the name and value attributes. |
CRESTfulScanSettings | Stores a list of scan setting items. |
CRESTfulSearchListEntry | This is used for Lookup data. |
CRESTfulShortcutDestination | This is used for Shortcut/destination data. |
CRESTfulStatusTypeItem | This is used for Job status data. |
CRESTfulSuggestedValue | This is used for the suggested value data. |
▼NServices | |
▼NContracts | |
▼N_api | |
CIRESTfulService | Defines RESTful web services |