Package com.apelon.beans.dts.plugin

Provides the classes and interfaces that can be used to develop a plugin for the DTS Editor.

See:
          Description

Class Summary
DTSAppManager DTSAppManager provides the resources which are shared by DTS Beans.
 

Package com.apelon.beans.dts.plugin Description

Provides the classes and interfaces that can be used to develop a plugin for the DTS Editor.

The DTS API contains classes such as SearchQuery, NamespaceQuery, SubsetQuery and others that search for DTS objects including Namespaces, Concepts, Subsets, etc. These objects are searched for by name, code or id in methods like findNamespaceByName() and findConceptsWithNameMatching(). Plug-ins can access these DTS query objects by making calls to com.apelon.beans.dts.plugin.DTSQueries. Sub-packages offer functionality for managing connections to the DTS server or database, handling Drag and Drop and generating subset exports.

Related Documentation

For overviews, tutorials, examples, guides, and additional documentation, please see:



Copyright © 2011. All Rights Reserved.