Class ReconciliationLauncher
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.sync.tasks.recon.ReconciliationLauncher
-
@Component public class ReconciliationLauncher extends Object
Launches reconciliation activity tasks.
-
-
Field Summary
Fields Modifier and Type Field Description protected ExpressionFactory
expressionFactory
-
Constructor Summary
Constructors Constructor Description ReconciliationLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
launch(ResourceType resource, QName objectclass, Task task, OperationResult parentResult)
Launch an import.
-
-
-
Field Detail
-
expressionFactory
@Autowired protected ExpressionFactory expressionFactory
-
-
Method Detail
-
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.
-
-