Package de.innovationgate.webgate.api

Basic functionality of the WGAPI including most of the database-independent functionality.

See: Description

Package de.innovationgate.webgate.api Description

Basic functionality of the WGAPI including most of the database-independent functionality. When you work with the WGAPI you will rarely access any other classes than these from this package.

Main entry point for working with the WGAPI is the class WGFactory which is a singleton that is aquired by it's static getInstance() method.

The WGFactory can open Databases by it's method openDatabase. The returned objects are of type WGDatabase. From there you can retrieve the data of WGA databases as descendants of WGDocument.