Interface IMappingReport
- All Known Implementing Classes:
NoOpMappingReport
public interface IMappingReport
This interface defines several methods that can be used to gather information about the datamapping. It's main use is
from the
IMapping.update(IProfile, IProfile, IMappingReport)
.- Since:
- 11.1
- Author:
- Terry van der Griend
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInstance
(IEntityInstance sourceInstance, IEntityInstance targetInstance) void
addSingleton
(IEntityInstance singletonInstance) void
addValue
(IEntityInstance targetInstance, String attributeName, IValue value) void
clearedValue
(IEntityInstance targetInstance, String attributeName, IValue value) void
createdReference
(IEntityInstance sourceInstance, EntityValue targetReference) void
ignoreInstance
(EntityValue targetEntityValue) void
mappedValue
(IEntityInstance targetInstance, String attributeName, IValue value) void
removedInstance
(IEntityInstance targetInstance) void
usedReference
(IEntityInstance sourceInstance, EntityValue targetReference)
-
Method Details
-
addSingleton
-
usedReference
-
createdReference
-
addInstance
-
removedInstance
-
ignoreInstance
-
mappedValue
-
addValue
-
clearedValue
-