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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
importObject
(PrismObject object, ImportOptionsType options, Task task, OperationResult result) void
importObjects
(InputStream input, String language, ImportOptionsType options, Task task, OperationResult parentResult)
-
Constructor Details
-
ObjectImporter
public ObjectImporter()
-
-
Method Details
-
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)
-