Uses of Class
com.sas.metadata.remote.FastMetadata

Packages that use FastMetadata
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of FastMetadata in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return FastMetadata
 FastMetadata MdOMIUtil.getFastMetadata(java.lang.String metadataType, java.lang.String fqid, java.lang.String options, int flags)
          Returns a lightweight description of a metadata object.
 

Methods in com.sas.metadata.remote that return types with arguments of type FastMetadata
 java.util.List<FastMetadata> FastMetadata.getAssociation(java.lang.String key)
          Returns a list of associated objects for a specified object association
 java.util.List<FastMetadata> MdOMIUtil.getFastMetadata(java.util.Map<java.lang.String,java.lang.String> objects, java.lang.String options, int flags)
          Returns lightweight descriptions of metadata objects.
 java.util.List<FastMetadata> MdOMIUtil.getFastMetadataObjects(java.lang.String strType, java.lang.String strReposId, java.lang.String strOptions, int iFlags)
          Returns lightweight descriptions of metadata objects retrieved by a server GetMetadataObjects request.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.