Class ImportFromResourceLauncher
java.lang.Object
com.evolveum.midpoint.model.impl.sync.tasks.imp.ImportFromResourceLauncher
Responsible for launching "import from resource" activity task,
as well as for importing a single account on foreground.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
importSingleShadow
(String shadowOid, Task task, OperationResult parentResult) void
launch
(ResourceType resource, QName objectclass, Task task, OperationResult parentResult) Launch an import.
-
Constructor Details
-
ImportFromResourceLauncher
public ImportFromResourceLauncher()
-
-
Method Details
-
importSingleShadow
public boolean importSingleShadow(String shadowOid, Task task, OperationResult parentResult) throws ObjectNotFoundException, CommunicationException, SchemaException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException -
launch
public void launch(ResourceType resource, QName objectclass, Task task, OperationResult parentResult) Launch an import. Calling this method will start import in a new thread, possibly on a different node.
-