Previous Page | Next Page

Understanding com.sas.metadata.remote Interfaces and Classes

Interfaces and Classes Summary

A SAS Java Metadata Interface client that reads and writes metadata objects references the following interfaces and classes from the com.sas.metadata.remote package.

com.sas.metadata.remote Interfaces and Classes for Reading and Writing Metadata
Class or Interface Name Description
MdFactory interface The starting point for all Java clients. This interface enables you to create the other objects needed to connect to the SAS Metadata Server and interact with its metadata objects. In the static version, this interface is called MdObjectFactory.
MdOMRConnection interface Contains methods for connecting to the SAS Metadata Server. In the static version, this interface is called MetadataWorkspace.
CMetadata interface Specifies the base interface that is used to describe SAS Open Metadata Interface objects.
MdOMIUtil interface Contains methods for getting and setting SAS Metadata Server objects and their attributes. In the static version, this interface is called MetadataUtil.
AssociationList class Contains methods for defining and maintaining associations.
MdObjectStore interface Specifies the container for created or modified metadata objects.
MdUtil interface Contains generic methods, such as debugging methods. In the static version, this interface is called Util.

Previous Page | Next Page | Top of Page