Package edu.uky.rch.ept.data

Provides the API for accessing and processing data in a data source.

See:
          Description

Interface Summary
ICollectionAccessMethods This interface defines all the data access methods for collections.
IConcurrentXMLAccessMethods This interface defines all the access methods for concurrent XML.
IDataAccessMethods This interface defines constants that are used in the various data access methods.
IDataConstants This interface holds all the constants used across the plugin.
IDataLayerEditorInput Editor input interface for to resources managed by the data layer.
IDataSourceDriver A datasource driver is used to interact with the various datasources which support a known protocol.
IDTDAccessMethods This interface defines all the DTD access methods.
IGenericResourceAccessMethods This interface defines generic data access methods for resources.
IImageAccessMethods This interface defines all the image data access methods.
IResourceChangeListener A resource change listener is notified of changes to resources that it is associated with.
ITextAccessMethods This interface defines all the text data access methods.
IXMLAccessMethods This interface defines all the xml data access methods.
 

Class Summary
DataFactory This class defines a factory API that enables applications to obtain a DataFactory capable of reading from & writing to datasources.
DataLayerEditorInput Editor input for data layer resources.
DataPlugin The main plugin class to be used in the ARCHway platform.
DataSourceDriver Abstract base implementation for ARCHway datasource drivers.
NewRepositoryWizardPage New data source drivers can provide an optional wizard page for aiding in the creation of new repository connections by extending this class and adding a 'wizard' attribute to the extension xml in the plugin manifest file.
ResourceChangeEvent Resource change events describe changes to resources.
ResourceDescriptor A ResourceDescriptor holds and provides all the meta-data about a resource.
ResourceList A ResourceList is used to hold a collection of ResourceDescriptors.
 

Exception Summary
DataAccessException Thrown to indicate that a problem occured while executing the requested data access method.
InvalidNodePathException Thrown to indicate that the xpath specified does not refer to a valid node.
InvalidTypeException Thrown to indicate that the type specified is unknown.
MalformedAddressException Thrown to indicate that the address was malformed.
MalformedQueryException Thrown to indicate that the query was malformed.
NullAddressException Thrown to indicate that the address was null.
ResourceNotFoundException Thrown to indicate that the resource specified in the address was not found.
UnknownProtocolException Thrown to indicate that the address refers to an unrecognized protocol.
 

Package edu.uky.rch.ept.data Description

Provides the API for accessing and processing data in a data source.