Uses of Class
de.xima.fc.serialize.DeserializedEntity
-
Packages that use DeserializedEntity Package Description de.xima.fc.exporter de.xima.fc.importer.config de.xima.fc.importer.project de.xima.fc.serialize -
-
Uses of DeserializedEntity in de.xima.fc.exporter
Methods in de.xima.fc.exporter that return types with arguments of type DeserializedEntity Modifier and Type Method Description List<DeserializedEntity>
AEntityExporter. doExport(IEntityContext ec)
Deprecated. -
Uses of DeserializedEntity in de.xima.fc.importer.config
Constructor parameters in de.xima.fc.importer.config with type arguments of type DeserializedEntity Constructor Description ProjectImportConfig(IEntityContext ec, Mandant client, Projekt entity, Projekt override, Set<IEntityDependency> dependencies, String importJson, List<DeserializedEntity> deserializedEntities)
Deprecated. -
Uses of DeserializedEntity in de.xima.fc.importer.project
Constructor parameters in de.xima.fc.importer.project with type arguments of type DeserializedEntity Constructor Description ProjectImporter(IEntityContext ec, List<DeserializedEntity> entities, Mandant client)
Deprecated. -
Uses of DeserializedEntity in de.xima.fc.serialize
Methods in de.xima.fc.serialize that return DeserializedEntity Modifier and Type Method Description static DeserializedEntity
EntitySerializer. convert(de.xima.cmn.dao.interfaces.IEntity<Long> entity)
Deprecated.static DeserializedEntity
EntitySerializer. deserialize(IEntityContext ec, InputStream is, String baseDir, String subDirPath)
Deprecated.static DeserializedEntity
EntitySerializer. deserialize(IEntityContext ec, InputStream is, String baseDir, String subDirPath, org.jasypt.encryption.StringEncryptor encryptor)
Deprecated.
-