| 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  | 
ActionImportConfig  | 
class  | 
AEntityImportConfig<T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
Configuration class for entity imports 
 | 
class  | 
AppointmentTemplateImportConfig  | 
class  | 
ClientResourceImportConfig  | 
class  | 
DataSourceImportConfig  | 
class  | 
EntityImportConfig
Deprecated.  
 | 
class  | 
FormVersionImportConfig  | 
class  | 
InboxImportConfig  | 
class  | 
ProjectDoiDataImportConfig  | 
class  | 
ProjectImportConfig
Import config for  
Projekts | 
class  | 
ProjectInviteDataImportConfig  | 
class  | 
ProjectResourceImportConfig  | 
class  | 
StateImportConfig  | 
class  | 
TemplateImportConfig  | 
class  | 
UserGroupImportConfig  | 
| Modifier and Type | Method and Description | 
|---|---|
List<IEntityImportConfig<?>> | 
AEntityImportConfig.getAllChildrenFlat()  | 
List<IEntityImportConfig<?>> | 
StateImportConfig.getChildren()  | 
List<IEntityImportConfig<?>> | 
ProjectImportConfig.getChildren()  | 
List<IEntityImportConfig<?>> | 
AEntityImportConfig.getChildren()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
StateImportConfig.compareTo(IEntityImportConfig<?> o)  | 
int | 
ActionImportConfig.compareTo(IEntityImportConfig<?> o)  | 
protected static UUID | 
AEntityImportConfig.getDependencyUuid(IEntityImportConfig<?> config,
                 String fieldDescriptor)  | 
| 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 <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> | 
EntityDependencyUpdater.updateDependencies(List<IEntityImportConfig<?>> importConfigs,
                  IEntityImportConfig<?> updateConfig)
Updates the references to an entity 
 | 
static void | 
EntityDependencyUpdater.updateImportConfigFromDb(IEntityContext ec,
                        IEntityImportConfig<?> config)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
EntityListDependency.findValue(List<IEntityImportConfig<?>> configs)  | 
Object | 
EntityDependency.findValue(List<IEntityImportConfig<?>> configs)  | 
static void | 
EntityDependencyUpdater.updateDependencies(List<IEntityImportConfig<?>> importConfigs,
                  de.xima.cmn.dao.interfaces.IEntity<Long> newEntity,
                  UUID oldUuid)
Deprecated.  
 | 
static void | 
EntityDependencyUpdater.updateDependencies(List<IEntityImportConfig<?>> importConfigs,
                  de.xima.cmn.dao.interfaces.IEntity<Long> newEntity,
                  UUID originalUuid,
                  String originalName,
                  Long originalId)
Updates the references to an entity 
 | 
static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> | 
EntityDependencyUpdater.updateDependencies(List<IEntityImportConfig<?>> importConfigs,
                  IEntityImportConfig<?> updateConfig)
Updates the references to an entity 
 | 
static void | 
EntityDependencyUpdater.updateImportConfigs(List<IEntityImportConfig<?>> configsToUpdate,
                   de.xima.cmn.dao.interfaces.IEntity<Long> entityToAdd)
Adds the given entity to the appropriate entity fields of the import configs 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<IEntityImportConfig<?>> | 
IEntityImportConfig.getAllChildrenFlat()  | 
List<IEntityImportConfig<?>> | 
IEntityImportConfig.getChildren()  | 
List<IEntityImportConfig> | 
IEntityImportContext.getImportConfigs()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
default int | 
IEntityImportConfig.compareTo(IEntityImportConfig<?> o)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
IEntityDependency.findValue(List<IEntityImportConfig<?>> configs)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DependencyDescriptor.determineName(List<IEntityImportConfig<?>> configs)  | 
| Modifier and Type | Method and Description | 
|---|---|
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.getAllConfigsFlat()  | 
List<IEntityImportConfig<?>> | 
ProjectImporter.getReferenceConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
static IEntityImportStager | 
EntityImportStagerFactory.newImportStager(IEntityContext ec,
               IEntityImportConfig config,
               Mandant client)
Deprecated.  
Returns an import stage for the given entity, client and user 
 | 
| 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)  | 
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.