Class ContentValidationHealthProcessorPlugin
- java.lang.Object
-
- eu.xenit.alfresco.healthprocessor.plugins.api.ToggleableHealthProcessorPlugin
-
- eu.xenit.alfresco.healthprocessor.plugins.api.SingleNodeHealthProcessorPlugin
-
- eu.xenit.alfresco.healthprocessor.plugins.ContentValidationHealthProcessorPlugin
-
- All Implemented Interfaces:
HealthProcessorPlugin
public class ContentValidationHealthProcessorPlugin extends SingleNodeHealthProcessorPlugin
-
-
Constructor Summary
Constructors Constructor Description ContentValidationHealthProcessorPlugin(org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.repository.ContentService contentService, org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService, java.util.Collection<org.alfresco.service.namespace.QName> propertyQNamesToValidate)
ContentValidationHealthProcessorPlugin(org.alfresco.service.ServiceRegistry serviceRegistry, java.util.Collection<java.lang.String> propertyQNamesToValidate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.slf4j.Logger
getLogger()
protected NodeHealthReport
process(org.alfresco.service.cmr.repository.NodeRef nodeRef)
-
Methods inherited from class eu.xenit.alfresco.healthprocessor.plugins.api.SingleNodeHealthProcessorPlugin
doProcess
-
Methods inherited from class eu.xenit.alfresco.healthprocessor.plugins.api.ToggleableHealthProcessorPlugin
process
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface eu.xenit.alfresco.healthprocessor.plugins.api.HealthProcessorPlugin
isEnabled
-
-
-
-
Constructor Detail
-
ContentValidationHealthProcessorPlugin
public ContentValidationHealthProcessorPlugin(org.alfresco.service.ServiceRegistry serviceRegistry, java.util.Collection<java.lang.String> propertyQNamesToValidate)
-
ContentValidationHealthProcessorPlugin
public ContentValidationHealthProcessorPlugin(org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.service.cmr.repository.ContentService contentService, org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService, java.util.Collection<org.alfresco.service.namespace.QName> propertyQNamesToValidate)
-
-
Method Detail
-
getLogger
protected org.slf4j.Logger getLogger()
- Overrides:
getLogger
in classSingleNodeHealthProcessorPlugin
-
process
protected NodeHealthReport process(org.alfresco.service.cmr.repository.NodeRef nodeRef)
- Specified by:
process
in classSingleNodeHealthProcessorPlugin
-
-