Class ImportFromResourceLauncher
- java.lang.Object
 - 
- com.evolveum.midpoint.model.impl.sync.tasks.imp.ImportFromResourceLauncher
 
 
- 
@Component public class ImportFromResourceLauncher extends Object
Responsible for launching "import from resource" activity task, as well as for importing a single account on foreground. 
- 
- 
Constructor Summary
Constructors Constructor Description ImportFromResourceLauncher() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanimportSingleShadow(String shadowOid, Task task, OperationResult parentResult)voidlaunch(ResourceType resource, QName objectclass, Task task, OperationResult parentResult)Launch an import. 
 - 
 
- 
- 
Method Detail
- 
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. 
 - 
 
 -