Uses of Class
org.nuclos.api.objectimport.ImportResult
-
Uses of ImportResult in org.nuclos.api.provider
Modifier and TypeMethodDescriptionstatic ImportResult
ImportProvider.run
(NuclosFile importFile, boolean isTransactional, Class<? extends ImportStructureDefinition>... structureDefClasses) This method executes an import process by which the content of aNuclosFile
is parsed using the given structure definitions and stored in the database afterwards.static ImportResult
XmlImportProvider.run
(NuclosFile importFile, boolean isTransactional, Class<? extends XmlImportStructureDefinition>... structureDefClasses) This method executes an import process by which the content of aNuclosFile
is parsed using the given structure definitions and stored in the database afterwards. -
Uses of ImportResult in org.nuclos.api.service
Modifier and TypeMethodDescriptionImportService.run
(NuclosFile importFile, boolean isTransactional, Class<? extends ImportStructureDefinition>... structureDefClasses) This method executes an import process by which the content of aNuclosFile
is parsed using the given structure definitions and stored in the database afterwards.XmlImportService.run
(NuclosFile importFile, boolean isTransactional, Class<? extends XmlImportStructureDefinition>... structureDefClasses) This method executes an XML import process by which the content of aNuclosFile
is parsed using the given XML structure definitions and stored in the database afterwards.