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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanimportSingleShadow(String shadowOid, Task task, OperationResult parentResult) voidlaunch(ResourceType resource, QName objectclass, Task task, OperationResult parentResult) Launch an import.
- 
Constructor Details- 
ImportFromResourceLauncherpublic ImportFromResourceLauncher()
 
- 
- 
Method Details- 
importSingleShadowpublic boolean importSingleShadow(String shadowOid, Task task, OperationResult parentResult) throws ObjectNotFoundException, CommunicationException, SchemaException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException 
- 
launchpublic 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.
 
-