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 Summary
Constructors Constructor Description ObjectImporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
importObject(PrismObject object, ImportOptionsType options, Task task, OperationResult result)
void
importObjects(InputStream input, String language, ImportOptionsType options, Task task, OperationResult parentResult)
-
-
-
Method Detail
-
importObjects
public void importObjects(InputStream input, String language, ImportOptionsType options, Task task, OperationResult parentResult)
-
importObject
public void importObject(PrismObject object, ImportOptionsType options, Task task, OperationResult result)
-
-