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

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

Uses of MdStore in com.sas.metadata.remote
 

Fields in com.sas.metadata.remote declared as MdStore
protected  MdStore MdEvent.sourceStore
           
 

Methods in com.sas.metadata.remote that return MdStore
 MdStore MdObjectBase.getObjectStore()
          Gets the object Store associated with this object.
 MdStore MdStore.getOwningStore()
          Gets the parent store to this one
 MdStore MdServerStore.getOwningStore()
          Gets the MdStore that owns this store, returns null, no store should own the factory.
 MdStore MdObjectStore.getOwningStore()
          Gets the parent store to this one
 MdStore MdEvent.getSourceStore()
          Gets the store used for event processing.
 

Methods in com.sas.metadata.remote with parameters of type MdStore
 void MdStore.addChildStore(MdStore inStore)
          Add a store as a child to this one.
 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(MdStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID, java.lang.String strNewObjectExternalIdentityRealRepos)
          Deprecated. Objects should only be created in an ObjectStore. Deprecated as of 9.2. Use MdFactoryImpl.createComplexMetadataObject(MdObjectStore, MdStore, String, String, String, String) instead.
 CMetadata MdFactory.createComplexMetadataObject(MdStore inStore, MdStore parentStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID, java.lang.String strNewObjectExternalIdentityRealRepos)
          Deprecated. Objects should only be created in an ObjectStore. Deprecated as of 9.2. Use MdFactory.createComplexMetadataObject(MdObjectStore, MdStore, String, String, String, String) instead.
 CMetadata MdFactoryImpl.createComplexMetadataObjectStoreOnly(MdStore inStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Create a complex/detailed object in specified store only.
 CMetadata MdFactory.createComplexMetadataObjectStoreOnly(MdStore inStore, java.lang.String strName, java.lang.String strType, java.lang.String strFQID)
          Create a complex/detailed object in specified store only.
 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.
 Identity MdOMRConnection.getIdentityOfUserConnected(MdStore store, java.lang.String reposID)
          Returns the Identity object for the user currently connected to the server.
 java.util.List MdOMIUtil.getMetadata(MdStore store, java.util.Map objectMap, java.lang.String template, int flags)
          Performs a GetMetadata request for a group of objects.
 java.util.List MdOMIUtil.getMetadata(MdStore store, java.util.Map objectMap, java.lang.String template, int flags, boolean doNotOverrideAssocs, boolean doNotOverrideAttrs)
          Performs a GetMetadata request for a group of objects.
 CMetadata MdOMIUtil.getMetadataAllDepths(MdStore inStore, java.lang.String strType, java.lang.String strFQID, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 CMetadata MdOMIUtil.getMetadataAllDepths(MdStore inStore, java.lang.String strType, java.lang.String strFQID, java.util.List<java.lang.String> inSimpleAttr, java.util.List<java.lang.String> inComplexObject, java.lang.String strTemplate, int iOptions, boolean doNotOverrideAssocs)
          This method constructs CMetadata objects and sets both simple and complex attributes.
 java.util.List MdOMIUtil.getMetadataObjects(MdStore inStore, java.lang.String inXML, java.lang.String strTemplate, int iFlags)
          Sends input and template XML strings to metadata server, and parses the output XML into a List of objects contained in the inStore.
 java.util.List MdOMIUtil.getMetadataObjects(MdStore inStore, java.lang.String inXML, java.lang.String strTemplate, int iFlags, boolean doNotOverrideAssocs)
          Sends input and template XML strings to metadata server, and parses the output XML into a List of objects contained in the inStore.
 java.util.List MdOMIUtil.getMetadataObjectsSubset(MdStore inStore, java.lang.String strReposID, java.lang.String strType, int flags, java.lang.String options)
          Gets the list of metatdata objects in the repository for the requested type.
 java.util.List MdOMIUtil.getMetadataObjectsSubset(MdStore inStore, java.lang.String strReposID, java.lang.String strType, int flags, java.lang.String options, boolean doOverrideAssocs)
          Gets the list of metatdata objects in the repository for the requested type.
 java.util.List MdOMIUtil.getMetadataObjectsSubsetList(MdStore inStore, java.lang.String strReposID, java.lang.String strType, int flags, java.lang.String options, boolean doOverrideAssocs)
          Gets the list of metatdata objects in the repository for the requested type.
 void MdOMIUtil.populateStoreFromInputStream(MdStore inStore, java.io.InputStream stream, int state, boolean useReposForNewObjects)
          Build objects from an input stream and set states to desired state.
 void MdOMIUtil.populateStoreFromString(MdStore inStore, org.w3c.dom.Document doc, int state, boolean useReposForNewObjects)
          Build objects from source XML and set states to desired state.
 void MdOMIUtil.populateStoreFromString(MdStore inStore, java.lang.String inXML, int state, boolean useReposForNewObjects)
          Build objects from source XML and set states to desired state.
 void MdStore.removeChildStore(MdStore inStore)
          Remove a store as a child of this one.
 void MdServerStore.removeStore(MdStore childStore)
          Remove an object store from the factory for use.
 void MdObjectStore.removeStore(MdStore childStore)
          Removes a child store.
 void MdFactoryImpl.removeStore(MdStore childStore)
          Remove an object store from the factory for use.
 void MdFactory.removeStore(MdStore childStore)
          Remove an object store from the factory for use.
 void MdObjectBase.setObjectStore(MdStore OwningStore)
          The store that holds this object.
 void MdStore.setOwningStore(MdStore parent)
          Sets the parent store to this one.
 void MdServerStore.setOwningStore(MdStore parent)
          Sets the owning store, which is not implemented for this MdStore
 void MdObjectStore.setOwningStore(MdStore parent)
          Sets the parent store to this one.
 void MdEvent.setSourceStore(MdStore instore)
          Sets the store used for event processing.
 

Constructors in com.sas.metadata.remote with parameters of type MdStore
MdEvent(java.lang.Object source, MdStore inStore)
          Constructs a MdEvent object and sets its source store.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.