public interface IImportConversionStrategy
ImportValueConverter to define how deprecated entity fields should be converted| Modifier and Type | Method and Description |
|---|---|
Object |
convert(de.xima.cmn.dao.interfaces.IEntity<Long> importedEntity,
de.xima.cmn.dao.interfaces.IEntity<Long> deserializedEntity,
String fcVersion,
String exportVersion)
Converts the value of an imported entity field to conform to the current FORMCYCLE version
|
Object convert(de.xima.cmn.dao.interfaces.IEntity<Long> importedEntity, de.xima.cmn.dao.interfaces.IEntity<Long> deserializedEntity, String fcVersion, String exportVersion)
importedEntity - IEntity that has been importeddeserializedEntity - IEntity original deserialized EntityfcVersion - String version of the imported entity. That is the FORMCYCLE version the entity has been
exported fromexportVersion - String version of the entity exportCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.