Kofax DM API Manuel d'utilisateur Page 26

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 528
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 25
6 CHAPTER 1
Types of DM Objects
Query (read only), which is used for search, Quick Retrieve, and
lookups.
PCDDocObject (read/write), which implements the DM objects
and modifies tables in the library database.
Child objects of PCDDocObject (read/write), which get or set
trustees, and perform file uploads and downloads.
Defining a DM
Object
In general, to define a DM object, you need to do the following:
1 Create the object in one of the following ways:
—Early bind:
Dim search as PCDSearch
—Late bind:
Dim search as Object
Set search = _
CreateObject("PCDClient.PCDSearch")
2 Set the DST using the SetDST method.
3 Specify a library for the object.
4 Specify the object type (the name of a form).
5 Set properties to identify the specific object.
6 Perform a method.
DM Support
Objects
The DM support objects provide a number of functions for the DM
Server:
Provide information required for the DM Server log on process.
Log on to the DM Server.
Return a document security token (DST) for later transactions.
Provide additional general objects that do not require a DST.
The following are DM support objects:
Vue de la page 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 ... 527 528

Commentaires sur ces manuels

Pas de commentaire