Package | Description |
---|---|
de.xima.fc.exporter | |
de.xima.fc.importer.config | |
de.xima.fc.importer.project | |
de.xima.fc.serialize |
Modifier and Type | Method and Description |
---|---|
List<DeserializedEntity> |
AEntityExporter.doExport(IEntityContext ec) |
Constructor and Description |
---|
ProjectImportConfig(IEntityContext ec,
Mandant client,
Projekt entity,
Projekt override,
Set<IEntityDependency> dependencies,
String importJson,
List<DeserializedEntity> deserializedEntities) |
Constructor and Description |
---|
ProjectImporter(IEntityContext ec,
List<DeserializedEntity> entities,
Mandant client) |
Modifier and Type | Method and Description |
---|---|
static DeserializedEntity |
EntitySerializer.convert(de.xima.cmn.dao.interfaces.IEntity<Long> entity)
Serializes the given entity and return as
DeserializedEntity |
static DeserializedEntity |
EntitySerializer.deserialize(IEntityContext ec,
InputStream is,
String baseDir,
String subDirPath)
Deserializes the given
InputStream to an DeserializedEntity |
static DeserializedEntity |
EntitySerializer.deserialize(IEntityContext ec,
InputStream is,
String baseDir,
String subDirPath,
org.jasypt.encryption.pbe.StandardPBEStringEncryptor encryptor)
Deserializes the given
InputStream to an DeserializedEntity |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.