public class AuthConfigConversion extends Object implements IImportConversionStrategy
ProjectAuthenticatorConfig
s of a project from old entity dataConstructor and Description |
---|
AuthConfigConversion() |
Modifier and Type | Method and Description |
---|---|
List<ProjectAuthenticatorConfig> |
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
|
public List<ProjectAuthenticatorConfig> convert(de.xima.cmn.dao.interfaces.IEntity<Long> importedEntity, de.xima.cmn.dao.interfaces.IEntity<Long> deserializedEntity, String fcVersion, String exportVersion)
IImportConversionStrategy
convert
in interface IImportConversionStrategy
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.