Uses of Interface
com.sas.metadata.remote.MdFactory
Packages that use MdFactory
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
-
Uses of MdFactory in com.sas.metadata.remote
Classes in com.sas.metadata.remote that implement MdFactoryModifier and TypeClassDescriptionclassThis creates objects and Object Stores to be used by views of the metadata.Fields in com.sas.metadata.remote declared as MdFactoryModifier and TypeFieldDescriptionprotected MdFactoryMdGetObjectHandler.factoryprotected MdFactoryMdChangeManagementUtilImpl.m_factoryDeprecated.protected MdFactoryMdOMIUtilImpl.m_factoryprotected MdFactoryMdOMIWrapperImpl.m_factoryFactory used for creating objectsprotected MdFactoryMdServerStoreImpl.m_factoryThe factory used to create new objects.Methods in com.sas.metadata.remote that return MdFactoryModifier and TypeMethodDescriptionMdConnectionEvent.getFactory()Returns the factory for this eventMdFactoryEvent.getFactory()Returns the factory for this eventMdObjectStore.getFactory()Returns the factory used to create objects.MdObjectStoreImpl.getFactory()Returns the factory used to create objects.MdServerStore.getFactory()Returns the factory used to create objects.MdServerStoreImpl.getFactory()Returns the factory used to create objects.MdStore.getFactory()Returns the factory used to create objects.MdFactory.getInstance()Get's the instance of the factory.MdFactoryImpl.getInstance()Get's the instance of the factory.Methods in com.sas.metadata.remote with parameters of type MdFactoryModifier and TypeMethodDescriptionstatic voidSecurityUtil.closeISecurityConnection(MdFactory factory, com.sas.meta.SASOMI.ISecurity iSec) Deprecated.Closes an existing ISecurity connectionstatic PasswordAuthenticationMdModelUtil.getCredential(MdFactory iMdFactory, String strAuthDomain, String strReposID) Returns the credentials based on a login found by the user connected to the metadata server.static com.sas.meta.SASOMI.ISecuritySecurityUtil.makeISecurityConnection(MdFactory factory) Deprecated.Creates a new ISecurity connection to server.intMdModelUtil.PromptingGenerator.resolveAuthType(Connection c, MdFactory factory) Resolve the Authentication type associated with the provided connectionConstructors in com.sas.metadata.remote with parameters of type MdFactoryModifierConstructorDescriptionMdChangeManagementUtilImpl(MdFactory factory) Deprecated.MdConnectionEvent(Object source, MdFactory factory, Exception e) MdFactoryCacheImpl(MdFactory factory) MdFactoryEvent(MdFactory factory, String[] objectIDs) Deprecated.MdFactoryEvent(MdFactory factory, Map<String, String> objectMap) 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.MdOMIUtilImpl(MdFactory factory, MdOMRConnection OMRConnection, MdUtil writer) MdOMIWrapperImpl(MdFactory inFactory) This is used to wrapper the IOMI methods for persistence and reading of server dataMdOMRConnectionImpl(MdFactory mdFactory) Constructor used by parent MdFactory instance.MdRepositoryUtilImpl(MdFactory factory) Creates a new MdRepositoryUtil instanceMdSecurityUtilImpl(MdFactory factory) Creates a new MdSecurityUtil instanceMdServerStoreImpl(MdFactory owningFactory) Deprecated.As of 9.2, this is deprecated.protectedMdServerStoreImpl(MdFactory owningFactory, String nullParameter) Default and only constructor.MdUtilImpl(MdFactory factory)
MdFactoryEvent(MdFactory, Map)instead