Package org.nuclos.api.service
Interface XmlImportService
public interface XmlImportService
- 
Method SummaryModifier and TypeMethodDescriptionrun(NuclosFile importFile, boolean isTransactional, Class<? extends XmlImportStructureDefinition>... structureDefClasses) This method executes an XML import process by which the content of aNuclosFileis parsed using the given XML structure definitions and stored in the database afterwards.
- 
Method Details- 
runImportResult run(NuclosFile importFile, boolean isTransactional, Class<? extends XmlImportStructureDefinition>... structureDefClasses) throws BusinessException This method executes an XML import process by which the content of aNuclosFileis parsed using the given XML structure definitions and stored in the database afterwards. The import can be handled as one atomic transaction with a complete rollback for one occurring error by setting argument 'isTransactional' to true- Parameters:
- importFile-
- isTransactional-
- structureDefClasses-
- Returns:
- ImportResult
- Throws:
- BusinessException
 
 
-