Uses of Interface
com.sas.metadata.remote.MdServerStore
Packages that use MdServerStore
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
-
Uses of MdServerStore in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return MdServerStoreModifier and TypeMethodDescriptionprotected MdServerStoreMdFactoryImpl.getServerStore()Returns the ServerStore used by this factory.MdFactory.getStore()Deprecated.As of 9.2, the ServerStore should no longer be used.MdFactoryImpl.getStore()Deprecated.As of 9.2, the ServerStore should no longer be used.Methods in com.sas.metadata.remote with parameters of type MdServerStoreModifier and TypeMethodDescriptionstatic voidMdStoreUtil.copyMetaObject(MdObjectStore sourceStore, MdServerStore targetStore, String objectID) Deprecated.Objects should no longer be created in the ServerStore.static voidMdStoreUtil.copyMetaObject(MdServerStore sourceStore, MdObjectStore targetStore, String objectID) Deprecated.Objects should no longer be created in the ServerStore.static voidMdStoreUtil.refreshMetaObject(MdObjectStore sourceStore, MdServerStore targetStore, String objectID) Deprecated.Objects should no longer be created in the ServerStore.static voidMdStoreUtil.refreshMetaObject(MdServerStore sourceStore, MdObjectStore targetStore, String objectID) Deprecated.Objects should no longer be created in the ServerStore.