Class NodeFixService
- java.lang.Object
-
- eu.xenit.alfresco.healthprocessor.fixer.NodeFixService
-
public class NodeFixService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NodeFixService(java.util.List<eu.xenit.alfresco.healthprocessor.fixer.api.HealthFixerPlugin> fixers, TransactionHelper transactionHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<eu.xenit.alfresco.healthprocessor.reporter.api.NodeHealthReport>
fixUnhealthyNodes(java.lang.Class<? extends eu.xenit.alfresco.healthprocessor.plugins.api.HealthProcessorPlugin> pluginClass, java.util.Set<eu.xenit.alfresco.healthprocessor.reporter.api.NodeHealthReport> nodeHealthReports)
-
-
-
Constructor Detail
-
NodeFixService
public NodeFixService(java.util.List<eu.xenit.alfresco.healthprocessor.fixer.api.HealthFixerPlugin> fixers, TransactionHelper transactionHelper)
-
-
Method Detail
-
fixUnhealthyNodes
public java.util.Set<eu.xenit.alfresco.healthprocessor.reporter.api.NodeHealthReport> fixUnhealthyNodes(java.lang.Class<? extends eu.xenit.alfresco.healthprocessor.plugins.api.HealthProcessorPlugin> pluginClass, java.util.Set<eu.xenit.alfresco.healthprocessor.reporter.api.NodeHealthReport> nodeHealthReports)
-
-