Uses of Class
org.nuclos.api.objectimport.ImportResult
Packages that use ImportResult
-
Uses of ImportResult in org.nuclos.api.provider
Methods in org.nuclos.api.provider that return ImportResultModifier 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
Methods in org.nuclos.api.service that return ImportResultModifier 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.