Package org.alfresco.repo.node.cleanup
Class NodeCleanupRegistry
java.lang.Object
org.alfresco.repo.node.cleanup.NodeCleanupRegistry
- All Implemented Interfaces:
NodeCleanupWorker
A
worker that aggregates any number of
registered workers.- Since:
- 2.2 SP2
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoClean()Calls all registered cleaners in order, without transactions or authentication.voidregister(NodeCleanupWorker cleanupWorker)
-
Constructor Details
-
NodeCleanupRegistry
public NodeCleanupRegistry()
-
-
Method Details
-
register
-
doClean
Calls all registered cleaners in order, without transactions or authentication. The return messages are aggregated.- Specified by:
doCleanin interfaceNodeCleanupWorker- Returns:
- Returns a list of informational messages.
-