Class ObjectImporter
- java.lang.Object
- 
- com.evolveum.midpoint.model.impl.importer.ObjectImporter
 
- 
 @Component public class ObjectImporter extends Object Extension of validator used to import objects to the repository. In addition to validating the objects the importer also tries to resolve the references and may also do other repository-related stuff.- Author:
- Radovan Semancik
 
- 
- 
Constructor SummaryConstructors Constructor Description ObjectImporter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidimportObjects(InputStream input, String language, ImportOptionsType options, Task task, OperationResult parentResult)
 
- 
- 
- 
Method Detail- 
importObjectspublic void importObjects(InputStream input, String language, ImportOptionsType options, Task task, OperationResult parentResult) 
 
- 
 
-