Uses of Interface
com.sas.metadata.remote.MdObjectStore

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

Uses of MdObjectStore in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return MdObjectStore
 MdObjectStore MdFactoryImpl.createObjectStore()
          Returns a MdObjectStore for use in storing objects, and creating objects.
 MdObjectStore MdFactory.createObjectStore()
          Returns a MdObjectStore for use in storing objects, and creating objects.
 MdObjectStore MdFactoryImpl.createObjectStore(MdStore parentStore)
          Returns a MdObjectStore for use in storing objects, and creating objects.
 MdObjectStore MdFactory.createObjectStore(MdStore parentStore)
          Returns a MdObjectStore for use in storing objects, and creating objects.
 MdObjectStore MdFactoryImpl.createObjectStore(MdStore parentStore, java.lang.String storeName)
          Returns a MdObjectStore for use in storing objects, and creating objects.
 MdObjectStore MdFactory.createObjectStore(MdStore parentStore, java.lang.String storeName)
          Returns a MdObjectStore for use in storing objects, and creating objects.
 

Methods in com.sas.metadata.remote with parameters of type MdObjectStore
 java.util.List MdOMIUtil.copyMetadata(com.sas.meta.SASOMI.IOMI connectionHandle, MdObjectStore instore, java.lang.String inXML, java.lang.String reposID, java.lang.String template, int iFlags)
          Warning: As of version 9.2, this method should no longer be used.
 java.util.List MdOMIUtil.copyMetadata(MdObjectStore instore, java.lang.String inXML, java.lang.String reposID, java.lang.String template, int iFlags)
          Warning: As of version 9.2, this method should no longer be used.
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore oStore, CMetadata oSimple)
          Creates a complex/detailed metadata object in a given object store.
 CMetadata MdFactory.createComplexMetadataObject(MdObjectStore oStore, CMetadata oSimple)
          Creates a complex/detailed metadata object in a given object store.
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, CMetadata oSimple)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
 CMetadata MdFactory.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, CMetadata oSimple)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
 CMetadata MdFactory.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID, java.lang.String strNewObjectExternalIdentityRealRepos)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
 CMetadata MdFactory.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID, java.lang.String strNewObjectExternalIdentityRealRepos)
          Create a complex/detailed metadata object given the name,type, and ID of that object.
 CMetadata MdFactoryImpl.createComplexMetadataObject(MdObjectStore oStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Creates a complex/detailed metadata object in a given object store.
 CMetadata MdFactory.createComplexMetadataObject(MdObjectStore oStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Creates a complex/detailed metadata object in a given object store.
 CMetadata MdOMIUtil.getFullObject(MdObjectStore store, CMetadata meta)
          Performs a GetMetadata request on an existing public object.
 CMetadata MdOMIUtil.getFullObject(MdObjectStore store, java.lang.String objectType, java.lang.String objectID)
          Performs a GetMetadata request on an existing public object.
 java.util.List MdOMIUtil.getFullObjects(MdObjectStore store, java.util.Map<java.lang.String,java.lang.String> objectMap)
          Performs a GetMetadata request on a set of existing public objecst.
 Identity MdOMIUtil.getIdentity(MdObjectStore store)
          This routine is used to retrieve the identity object of the current user.
 java.lang.String MdOMIUtil.getObjectPath(MdObjectStore store, PrimaryType meta, boolean includeType)
          Returns the path of the specified public object.
 ResponsibleParty MdOMIUtil.getResponsibleParty(MdObjectStore store, java.lang.String identityName, java.lang.String responsibility)
          Returns a responsible party object for a given identity and responsibility.
 ResponsibleParty MdOMIUtil.getResponsibleParty(MdObjectStore store, java.lang.String identityName, java.lang.String responsibility, java.lang.String template, int flags)
          Returns a responsible party object for a given identity and responsibility.
 Tree MdOMIUtil.getUserHomeFolder(MdObjectStore store, java.lang.String userName, java.lang.String folderName, java.lang.String template, int flags)
          Returns a home folder for a given user.
 Tree MdOMIUtil.getUserHomeFolder(MdObjectStore store, java.lang.String userName, java.lang.String folderName, java.lang.String template, int flags, boolean createIfNecessary)
          Returns a home folder for a given user.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.