Click or drag to resize

IDataManagedLinkProvider Interface

Data maanged link provider

Namespace: SanteDB.Core.Data
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IDataManagedLinkProvider

The IDataManagedLinkProvider type exposes the following members.

Methods
 NameDescription
Public methodFilterManagedReferenceLinks Get the managed reference links for the collection of relationships
Public methodResolveGoldenRecord Resolve the golden record for the forSource or if forSource is the golden record return it back
Public methodResolveManagedRecord When a data management pattern (like MDM) masks or performs specialized linking or synthesization in the database this method will allow callers to have the data provider synthesize that data.
Public methodResolveOwnedRecord When a data management pattern (like MDM) performs compartmentalization of source data there is a need for the caller to get the record which is owned by ownerPrincipal to perform an update (this is common in MDM data imports and migrations)
Top
See Also