Uses of Class
com.sas.metadata.remote.FastMetadata
Packages that use FastMetadata
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
-
Uses of FastMetadata in com.sas.metadata.remote
Fields in com.sas.metadata.remote declared as FastMetadataModifier and TypeFieldDescriptionprotected FastMetadataMdSAXStackAssocProperty.parentMapThe parent object map for an association.Methods in com.sas.metadata.remote that return FastMetadataModifier and TypeMethodDescriptionMdOMIUtil.getFastMetadata(String metadataType, String fqid, String options, int flags) Returns a lightweight description of a metadata object.MdOMIUtilImpl.getFastMetadata(String strType, String strFQID, String strOptions, int iFlags) MdOMIWrapper.getFastMetadata(String metadataType, String fqid, String options, int flags) Returns a lightweight description of a metadata object.MdOMIWrapperImpl.getFastMetadata(String strType, String strFQID, String strOptions, int iFlags) MdSAXStackAssocProperty.getParentMap()Returns the parent object map for this associationMethods in com.sas.metadata.remote that return types with arguments of type FastMetadataModifier and TypeMethodDescriptionList<FastMetadata> FastMetadata.getAssociation(String key) Returns a list of associated objects for a specified object associationList<FastMetadata> MdOMIUtil.getFastMetadata(Map<String, String> objects, String options, int flags) Returns lightweight descriptions of metadata objects.List<FastMetadata> MdOMIUtilImpl.getFastMetadata(Map<String, String> objectMap, String strOptions, int iFlags) List<FastMetadata> MdOMIWrapper.getFastMetadata(Map<String, String> objects, String options, int flags) Returns lightweight descriptions of metadata objects.List<FastMetadata> MdOMIWrapperImpl.getFastMetadata(Map<String, String> objectMap, String strOptions, int iFlags) List<FastMetadata> MdOMIUtil.getFastMetadataObjects(String strType, String strReposId, String strOptions, int iFlags) Returns lightweight descriptions of metadata objects retrieved by a server GetMetadataObjects request.List<FastMetadata> MdOMIUtilImpl.getFastMetadataObjects(String strType, String strReposId, String strOptions, int iFlags) List<FastMetadata> MdOMIWrapper.getFastMetadataObjects(String strType, String strReposId, String strOptions, int iFlags) Returns lightweight descriptions of metadata objects retrieved by a server GetMetadataObjects request.List<FastMetadata> MdOMIWrapperImpl.getFastMetadataObjects(String strType, String strReposId, String strOptions, int iFlags) Constructors in com.sas.metadata.remote with parameters of type FastMetadataModifierConstructorDescriptionMdSAXStackAssocProperty(String AssociationName, FastMetadata parent, int inLevel) Create a stack association property object.