Chapter 5. Information Integrator for Content programming overview 81
5.2 Information Integrator for Content Java classes
In this section, we cover the main Java classes (Java APIs) used to access
content. These classes are:
dkDatastore Represents the content server as a datastore in your
program. It manages the connections to the content
server and the transactions and commands for the server,
including the methods to perform a query.
dkDatastoreDef Defines the methods to access the content in the
datastore. It includes methods to access the data model
for the content server. It has subclasses to represent
administration of the datastore and the data model for that
datastore.
dkDatastoreAdmin Provides a generic interface to access administration ...