Uses of Interface
com.sas.metadata.remote.MdStore
Packages that use MdStore
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of MdStore in com.sas.metadata.remote
Subinterfaces of MdStore in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceThis a store of objects for a view's interaction.interfaceThis is the Main store of objects (Cache) for interactions with the server.Fields in com.sas.metadata.remote declared as MdStoreFields in com.sas.metadata.remote with type parameters of type MdStoreModifier and TypeFieldDescriptionprotected List<MdStore> MdObjectStoreImpl.childStoresThe list of children stores.protected List<MdStore> MdServerStoreImpl.childStoresThe list of children stores.Methods in com.sas.metadata.remote that return MdStoreModifier and TypeMethodDescriptionMdObjectBase.getObjectStore()Gets the object Store associated with this object.MdObjectStore.getOwningStore()Gets the parent store to this oneMdObjectStoreImpl.getOwningStore()Gets the parent store to this oneMdServerStore.getOwningStore()Gets the MdStore that owns this store, returns null, no store should own the factory.MdServerStoreImpl.getOwningStore()Gets the MdStore that owns this store, returns null, no store should own the factory.MdStore.getOwningStore()Gets the parent store to this oneMdEvent.getSourceStore()Gets the store used for event processing.Methods in com.sas.metadata.remote with parameters of type MdStoreModifier and TypeMethodDescriptionvoidMdObjectStoreImpl.addChildStore(MdStore inStore) Add a store as a child to this one.voidMdServerStoreImpl.addChildStore(MdStore inStore) Add a store as a child to this one.voidMdStore.addChildStore(MdStore inStore) Add a store as a child to this one.static voidCopy and object from one MdStore to anotherMdFactory.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, CMetadata oSimple) Create a complex/detailed metadata object given the name,type, and ID of that object.MdFactory.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, String strName, String strType, String strFQID) Create a complex/detailed metadata object given the name,type, and ID of that object.MdFactory.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, String strName, String strType, String strFQID, String strNewObjectExternalIdentityRealRepos) Create a complex/detailed metadata object given the name,type, and ID of that object.MdFactory.createComplexMetadataObject(MdStore inStore, MdStore parentStore, String strName, String strType, String strFQID, String strNewObjectExternalIdentityRealRepos) Deprecated.Objects should only be created in an ObjectStore.MdFactoryImpl.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, CMetadata oSimple) Create a complex/detailed metadata object given the name,type, and ID of that object.MdFactoryImpl.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, String strName, String strType, String strFQID) Create a complex/detailed metadata object given the name,type, and ID of that object.MdFactoryImpl.createComplexMetadataObject(MdObjectStore inStore, MdStore parentStore, String strName, String strType, String strFQID, String strNewObjectExternalIdentityRealRepos) MdFactoryImpl.createComplexMetadataObject(MdStore inStore, MdStore parentStore, String strName, String strType, String strFQID, String strNewObjectExternalIdentityRealRepos) Deprecated.Objects should only be created in an ObjectStore.MdFactory.createComplexMetadataObjectStoreOnly(MdStore inStore, String strName, String strType, String strFQID) Create a complex/detailed object in specified store only.MdFactory.createObjectStore(MdStore parentStore) Returns a MdObjectStore for use in storing objects, and creating objects.MdFactory.createObjectStore(MdStore parentStore, String storeName) Returns a MdObjectStore for use in storing objects, and creating objects.MdFactoryImpl.createObjectStore(MdStore parentStore) Returns a MdObjectStore for use in storing objects, and creating objects.MdFactoryImpl.createObjectStore(MdStore parentStore, String storeName) Returns a MdObjectStore for use in storing objects, and creating objects.protected voidFlush updated objects.MdOMRConnection.getIdentityOfUserConnected(MdStore store, String reposID) Returns the Identity object for the user currently connected to the server.MdOMRConnectionImpl.getIdentityOfUserConnected(MdStore store, String reposID) Returns the Identity object for the user currently connected to the server.ListMdOMIUtil.getMetadata(MdStore store, Map objectMap, String template, int flags) Performs a GetMetadata request for a group of objects.ListMdOMIUtil.getMetadata(MdStore store, Map objectMap, String template, int flags, boolean doNotOverrideAssocs, boolean doNotOverrideAttrs) Performs a GetMetadata request for a group of objects.ListMdOMIUtilImpl.getMetadata(MdStore store, Map objectMap, String template, int flags) Performs a GetMetadata request for a group of objects.ListMdOMIUtilImpl.getMetadata(MdStore store, Map objectMap, String template, int flags, boolean doNotOverrideAssocs, boolean doNotOverrideAttrs) Performs a GetMetadata request for a group of objects.ListMdOMIWrapper.getMetadata(com.sas.meta.SASOMI.IOMI connectionHandle, MdStore store, Map objectMap, String template, int flags, boolean doNotOverrideAssocs, boolean doNotOverrideAttrs) Performs a GetMetadata request for a group of objects.ListMdOMIWrapperImpl.getMetadata(com.sas.meta.SASOMI.IOMI connectionHandle, MdStore store, Map objectMap, String template, int flags, boolean doNotOverrideAssocs, boolean doNotOverrideAttrs) Performs a GetMetadata request for a group of objects.MdOMIUtil.getMetadataAllDepths(MdStore inStore, String strType, String strFQID, List<String> inSimpleAttr, List<String> inComplexObject, String strTemplate, int iOptions) This method constructs CMetadata objects and sets both simple and complex attributes.MdOMIUtil.getMetadataAllDepths(MdStore inStore, String strType, String strFQID, List<String> inSimpleAttr, List<String> inComplexObject, String strTemplate, int iOptions, boolean doNotOverrideAssocs) This method constructs CMetadata objects and sets both simple and complex attributes.MdOMIUtilImpl.getMetadataAllDepths(MdStore inStore, String strType, String strFQID, List<String> inSimpleAttr, List<String> inComplexObject, String strTemplate, int iOptions) This method constructs CMetadata objects and sets both attributes and associations.MdOMIUtilImpl.getMetadataAllDepths(MdStore inStore, String strType, String strFQID, List<String> inSimpleAttr, List<String> inComplexObject, String strTemplate, int iOptions, boolean doNotOverrideAssocs) This method constructs CMetadata objects and sets both attributes and associations.MdOMIWrapper.getMetadataAllDepths(MdStore inStore, String strType, String strFQID, List<String> inSimpleAttr, List<String> inComplexObject, String strTemplate, int iOptions, boolean doNotOverrideAssocs, boolean doNotOverrideAttrs) This method constructs CMetadata objects and sets both attributes and associations.MdOMIWrapperImpl.getMetadataAllDepths(MdStore inStore, String strType, String strFQID, List<String> inSimpleAttr, List<String> inComplexObject, String strTemplate, int iOptions, boolean doNotOverrideAssocs, boolean doNotOverrideAttrs) This method constructs CMetadata objects and sets both attributes and associations.ListMdOMIUtil.getMetadataObjects(MdStore inStore, String inXML, 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.ListMdOMIUtil.getMetadataObjects(MdStore inStore, String inXML, 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.ListMdOMIUtilImpl.getMetadataObjects(MdStore inStore, String inXML, 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.ListMdOMIUtilImpl.getMetadataObjects(MdStore inStore, String inXML, 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.ListMdOMIWrapper.getMetadataObjects(com.sas.meta.SASOMI.IOMI connectionHandle, MdStore inStore, String inXML, 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.ListMdOMIWrapperImpl.getMetadataObjects(com.sas.meta.SASOMI.IOMI connectionHandle, MdStore inStore, String inXML, 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.ListMdOMIUtil.getMetadataObjectsSubset(MdStore inStore, String strReposID, String strType, int flags, String options) Gets the list of metatdata objects in the repository for the requested type.ListMdOMIUtil.getMetadataObjectsSubset(MdStore inStore, String strReposID, String strType, int flags, String options, boolean doOverrideAssocs) Gets the list of metatdata objects in the repository for the requested type.ListMdOMIUtilImpl.getMetadataObjectsSubset(MdStore inStore, String strReposID, String strType, int flags, String options) Gets the list of metatdata objects in the repository for the requested type.ListMdOMIUtilImpl.getMetadataObjectsSubset(MdStore inStore, String strReposID, String strType, int flags, String options, boolean doOverrideAssocs) Gets the list of metatdata objects in the repository for the requested type.ListMdOMIWrapper.getMetadataObjectsSubset(com.sas.meta.SASOMI.IOMI connectionHandle, MdStore inStore, String strReposID, String strType, int flags, String options, boolean doOverrideAssocs) Gets the list of metatdata objects in the repository for the requested type.ListMdOMIWrapperImpl.getMetadataObjectsSubset(com.sas.meta.SASOMI.IOMI connectionHandle, MdStore inStore, String strReposID, String strType, int flags, String options, boolean doOverrideAssocs) Gets the list of metatdata objects in the repository for the requested type.ListMdOMIUtil.getMetadataObjectsSubsetList(MdStore inStore, String strReposID, String strType, int flags, String options, boolean doOverrideAssocs) Gets the list of metatdata objects in the repository for the requested type.ListMdOMIUtilImpl.getMetadataObjectsSubsetList(MdStore inStore, String strReposID, String strType, int flags, String options, boolean doOverrideAssocs) Gets the list of metatdata objects in the repository for the requested type.ListMdOMIWrapper.getMetadataObjectsSubsetList(com.sas.meta.SASOMI.IOMI connectionHandle, MdStore inStore, String strReposID, String strType, int flags, String options, boolean doOverrideAssocs) Gets the list of metatdata objects in the repository for the requested type.ListMdOMIWrapperImpl.getMetadataObjectsSubsetList(com.sas.meta.SASOMI.IOMI connectionHandle, MdStore inStore, String strReposID, String strType, int flags, String options, boolean doOverrideAssocs) Gets the list of metatdata objects in the repository for the requested type.voidMdOMIUtil.populateStoreFromInputStream(MdStore inStore, InputStream stream, int state, boolean useReposForNewObjects) Build objects from an input stream and set states to desired state.voidMdOMIUtilImpl.populateStoreFromInputStream(MdStore inStore, InputStream stream, int state, boolean useReposForNewObjects) Build objects from an input stream and set states to desired state.voidMdOMIWrapper.populateStoreFromInputStream(MdStore inStore, InputStream stream, int state, boolean useReposForNewObjects) Build objects from an input stream and set states to desired state.voidMdOMIWrapperImpl.populateStoreFromInputStream(MdStore inStore, InputStream stream, int state, boolean useReposForNewObjects) Build objects from an input stream and set states to desired state.voidMdOMIUtil.populateStoreFromString(MdStore inStore, String inXML, int state, boolean useReposForNewObjects) Build objects from source XML and set states to desired state.voidMdOMIUtil.populateStoreFromString(MdStore inStore, Document doc, int state, boolean useReposForNewObjects) Build objects from source XML and set states to desired state.voidMdOMIUtilImpl.populateStoreFromString(MdStore inStore, String inXML, int state, boolean useReposForNewObjects) Build objects from source XML and set states to desired state.voidMdOMIUtilImpl.populateStoreFromString(MdStore inStore, Document doc, int state, boolean useReposForNewObjects) Build objects from source XML and set states to desired state.voidMdOMIWrapper.populateStoreFromString(MdStore inStore, String inXML, int state, boolean useReposForNewObjects) Build objects from source XML and set states to desired state.voidMdOMIWrapperImpl.populateStoreFromString(MdStore inStore, String inXML, int state, boolean useReposForNewObjects) Build objects from source XML and set states to desired state.static voidRefresh/Update and object from one MdStore to anotherprotected voidMdObjectStoreImpl.refreshObjects(MdStore sourceStore, List<String> items) Refreshes the following items from the parent map.voidMdOMIWrapper.refreshStoreFromServer(MdStore inStore, boolean includeLocallyChangedItems, boolean getFullObjectUpdate) Refreshes objects in this store from the servervoidMdOMIWrapperImpl.refreshStoreFromServer(MdStore inStore, boolean includeLocallyChangedItems, boolean getFullObjectUpdate) Refreshes objects in this store from the servervoidMdObjectStoreImpl.removeChildStore(MdStore inStore) Remove a store as a child of this one.voidMdServerStoreImpl.removeChildStore(MdStore inStore) Remove a store as a child of this one.voidMdStore.removeChildStore(MdStore inStore) Remove a store as a child of this one.voidMdFactory.removeStore(MdStore childStore) Remove an object store from the factory for use.voidMdFactoryImpl.removeStore(MdStore childStore) Remove an object store from the factory for use.voidMdObjectStore.removeStore(MdStore childStore) Removes a child store.voidMdObjectStoreImpl.removeStore(MdStore childStore) Removes a child store.voidMdServerStore.removeStore(MdStore childStore) Remove an object store from the factory for use.voidMdServerStoreImpl.removeStore(MdStore childStore) Remove an object store from the factory for use.voidMdObjectBase.setObjectStore(MdStore OwningStore) The store that holds this object.voidMdObjectStore.setOwningStore(MdStore parent) Sets the parent store to this one.voidMdObjectStoreImpl.setOwningStore(MdStore parent) Sets the parent store to this one.voidMdServerStore.setOwningStore(MdStore parent) Sets the owning store, which is not implemented for thisMdStorevoidMdServerStoreImpl.setOwningStore(MdStore parent) Sets the owning store, which is not implemented for thisMdStorevoidMdStore.setOwningStore(MdStore parent) Sets the parent store to this one.voidMdEvent.setSourceStore(MdStore instore) Sets the store used for event processing.Constructors in com.sas.metadata.remote with parameters of type MdStoreModifierConstructorDescriptionConstructs a MdEvent object and sets its source store.MdGetObjectHandler(MdStore store, SAXParserFactory parserFactory) This constructor should not be used.This constructor should not be used.MdObjectStoreImpl(MdStore owningStore, MdFactory OwningFactory, String NameOfStore, int storeCounter) This constructor should not be used. -
Uses of MdStore in com.sas.metadata.remote.impl
Fields in com.sas.metadata.remote.impl declared as MdStoreModifier and TypeFieldDescriptionprotected MdStoreMdObjectBaseImpl.m_OwningStoreThe store which owns this object.Methods in com.sas.metadata.remote.impl that return MdStoreModifier and TypeMethodDescriptionMdObjectBaseImpl.getObjectStore()Gets the object Store associated with this object.Methods in com.sas.metadata.remote.impl with parameters of type MdStoreModifier and TypeMethodDescriptionvoidMdObjectBaseImpl.setObjectStore(MdStore OwningStore) Sets the store that holds this object.