Modifier and Type | Method and Description |
---|---|
IEntityImportConfig |
ImportConfigWrapper.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ImportConfigWrapper.setConfig(IEntityImportConfig config) |
Constructor and Description |
---|
ImportConfigWrapper(IEntityImportConfig config,
Locale loc) |
Modifier and Type | Class and Description |
---|---|
class |
EntityImportConfig
Configuration class for entity imports
|
Modifier and Type | Method and Description |
---|---|
IEntityImportConfig |
ProjectImportContextBuilder.getFormVersionConfig()
Deprecated.
Use
ProjectImporter.getFormVersionConfig() instead |
IEntityImportConfig |
ProjectImportContextBuilder.getProjectConfig()
Deprecated.
Use
ProjectImporter.getProjectConfig() instead |
Modifier and Type | Method and Description |
---|---|
List<IEntityImportConfig> |
ProjectImportContextBuilder.getAllConfigs()
Deprecated.
Use
ProjectImporter.getAllConfigs() instead |
List<IEntityImportConfig> |
ProjectImportContextBuilder.getImportConfigs()
Deprecated.
|
List<IEntityImportConfig> |
ProjectImportContextBuilder.getProjectDependencies()
Deprecated.
Use
ProjectImporter.getReferenceConfigs() instead |
Modifier and Type | Method and Description |
---|---|
static void |
EntityDependencyUpdater.updateDependencies(List<IEntityImportConfig> importConfigs,
de.xima.cmn.dao.interfaces.IEntity<Long> newEntity,
UUID oldUuid)
Updates the references to an entity
|
Modifier and Type | Method and Description |
---|---|
List<IEntityImportConfig> |
IEntityImportContext.getImportConfigs()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default int |
IEntityImportConfig.compareTo(IEntityImportConfig o) |
Modifier and Type | Method and Description |
---|---|
IEntityImportConfig |
ProjectImporter.getFormVersionConfig() |
IEntityImportConfig |
ProjectImporter.getProjectConfig() |
IEntityImportConfig |
ProjectImporter.removeProjectDependency(UUID uuid,
Class<? extends de.xima.cmn.dao.interfaces.IEntity<Long>> clazz) |
Modifier and Type | Method and Description |
---|---|
List<IEntityImportConfig> |
ProjectImporter.getAllConfigs() |
List<IEntityImportConfig> |
ProjectImporter.getReferenceConfigs() |
Modifier and Type | Method and Description |
---|---|
static IEntityDependency |
EntityImportHelper.removeDependency(IEntityImportConfig config,
String fieldDescriptor)
Removes the first dependency from the given config with the given field descriptor
|
Modifier and Type | Method and Description |
---|---|
static de.xima.cmn.dao.interfaces.IEntity<Long> |
EntityImportHelper.getEntity(UUID uuid,
Class<? extends de.xima.cmn.dao.interfaces.IEntity<Long>> entityClass,
List<IEntityImportConfig> importConfigs)
Looks for entity with the given uuid and class in the list of import configs and returns it.
|
static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> |
EntityImportHelper.getEntityName(UUID uuid,
Class<T> entityClass,
List<IEntityImportConfig> importConfigs)
Looks for entity with the given uuid and class in the list of import configs and returns its name if there is any.
|
static List<BenutzerGruppe> |
EntityImportHelper.getUserGroups(IEntityContext ec,
List<UUID> uuids,
Mandant client,
List<IEntityImportConfig> importConfigs)
Gets a list of user groups in th given client with the given uuids
|
static void |
EntityImportHelper.removeConfig(UUID uuid,
Class<? extends de.xima.cmn.dao.interfaces.IEntity<Long>> clazz,
List<IEntityImportConfig> configs) |
Modifier and Type | Method and Description |
---|---|
static IEntityImportConfig |
EntitySerializer.deserialize(IEntityContext ec,
InputStream is,
String baseDir,
String subDirPath)
Deserializes the given
InputStream to an IEntityImportConfig |
static IEntityImportConfig |
EntitySerializer.deserialize(IEntityContext ec,
InputStream is,
String baseDir,
String subDirPath,
org.jasypt.encryption.pbe.StandardPBEStringEncryptor encryptor)
Deserializes the given
InputStream to an IEntityImportConfig |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.