Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)