Class ObjectImporter
java.lang.Object
com.evolveum.midpoint.model.impl.importer.ObjectImporter
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
- 
Method SummaryModifier and TypeMethodDescriptionvoidimportObject(PrismObject object, ImportOptionsType options, Task task, OperationResult result) voidimportObjects(InputStream input, String language, ImportOptionsType options, Task task, OperationResult parentResult) 
- 
Constructor Details- 
ObjectImporterpublic ObjectImporter()
 
- 
- 
Method Details- 
importObjectspublic void importObjects(InputStream input, String language, ImportOptionsType options, Task task, OperationResult parentResult) 
- 
importObjectpublic void importObject(PrismObject object, ImportOptionsType options, Task task, OperationResult result) 
 
-