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

    Modifier and Type
    Field
    Description
    protected FastMetadata
    MdSAXStackAssocProperty.parentMap
    The parent object map for an association.
    Methods in com.sas.metadata.remote that return FastMetadata
    Modifier and Type
    Method
    Description
    MdOMIUtil.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 association
    Methods in com.sas.metadata.remote that return types with arguments of type FastMetadata
    Modifier and Type
    Method
    Description
    FastMetadata.getAssociation(String key)
    Returns a list of associated objects for a specified object association
    MdOMIUtil.getFastMetadata(Map<String,String> objects, String options, int flags)
    Returns lightweight descriptions of metadata objects.
    MdOMIUtilImpl.getFastMetadata(Map<String,String> objectMap, String strOptions, int iFlags)
     
    MdOMIWrapper.getFastMetadata(Map<String,String> objects, String options, int flags)
    Returns lightweight descriptions of metadata objects.
    MdOMIWrapperImpl.getFastMetadata(Map<String,String> objectMap, String strOptions, int iFlags)
     
    MdOMIUtil.getFastMetadataObjects(String strType, String strReposId, String strOptions, int iFlags)
    Returns lightweight descriptions of metadata objects retrieved by a server GetMetadataObjects request.
    MdOMIUtilImpl.getFastMetadataObjects(String strType, String strReposId, String strOptions, int iFlags)
     
    MdOMIWrapper.getFastMetadataObjects(String strType, String strReposId, String strOptions, int iFlags)
    Returns lightweight descriptions of metadata objects retrieved by a server GetMetadataObjects request.
    MdOMIWrapperImpl.getFastMetadataObjects(String strType, String strReposId, String strOptions, int iFlags)
     
    Constructors in com.sas.metadata.remote with parameters of type FastMetadata
    Modifier
    Constructor
    Description
     
    MdSAXStackAssocProperty(String AssociationName, FastMetadata parent, int inLevel)
    Create a stack association property object.