org.alfresco.repo.node.cleanup
Interface NodeCleanupWorker

All Known Implementing Classes:
AbstractNodeCleanupWorker, DeletedNodeCleanupWorker, NodeCleanupRegistry

public interface NodeCleanupWorker

Interface for classes that implement a snippet of node cleanup.

Since:
2.2 SP2

Method Summary
 java.util.List doClean()
          Perform some work to clean up data.
 

Method Detail

doClean

java.util.List doClean()
Perform some work to clean up data. All errors must be handled and converted to error messages.

Returns:
Returns a list of informational messages.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.