Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation
Interface CleanupHandler

All Known Implementing Classes:
FileCleanupHandler

public interface CleanupHandler

Can be used by any operation to do some required cleanup after the chain was executed. For example this can be used to remove temporary files created by an operation.

Author:
Bogdan Stefanescu

Method Summary
 void cleanup()
           
 

Method Detail

cleanup

void cleanup()
             throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.