public class NodeCleanupRegistry extends Object implements NodeCleanupWorker
worker that aggregates any number of
registered workers.| Constructor and Description |
|---|
NodeCleanupRegistry() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
doClean()
Calls all registered cleaners in order, without transactions or authentication.
|
void |
register(NodeCleanupWorker cleanupWorker) |
public void register(NodeCleanupWorker cleanupWorker)
public List<String> doClean()
doClean in interface NodeCleanupWorkerCopyright © 2005–2018 Alfresco Software. All rights reserved.