public class AuthConfigConversion extends Object implements IImportConversionStrategy
ProjectAuthenticatorConfigs of a project from old entity data| Constructor 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)
IImportConversionStrategyconvert in interface IImportConversionStrategyimportedEntity - 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.