com.semarchy.mdm.runtime.model
Interface IRuntimeModelsProvider

All Known Subinterfaces:
IDataEditionConnection, IExtendedRuntimeModelsProvider

public interface IRuntimeModelsProvider

Interface providing the MDM Runtime Models. The first access a model other than the IModel might take some time since it is derived form the IModel and then cached. FIXME while this class is not (yet) deprecated, it use is know discouraged. Instead, client should rather refers to each models, individually.

Author:
sarod

Method Summary
 IBuiltInMetadataRegistry getBuiltInMetadataRegistry()
          The IBuiltInMetadataRegistry for the Data Edition
 IDataAccessModel getDataAccessModel()
          The IDataAccessModel for the Data Edition
 IModel getLogicalModel()
          Returns the logical model for the Data Edition.
 IPhysicalModel getPhysicalModel()
          Physical model provides information about the physical model used for persistence of the data edition.
 

Method Detail

getLogicalModel

IModel getLogicalModel()
Returns the logical model for the Data Edition.

Returns:

getDataAccessModel

IDataAccessModel getDataAccessModel()
The IDataAccessModel for the Data Edition

Returns:

getBuiltInMetadataRegistry

IBuiltInMetadataRegistry getBuiltInMetadataRegistry()
The IBuiltInMetadataRegistry for the Data Edition

Returns:

getPhysicalModel

IPhysicalModel getPhysicalModel()
Physical model provides information about the physical model used for persistence of the data edition.



Copyright © 2015. All Rights Reserved.