com.centrasite.control.adapters
Class LoggedItemsExportAndDelete

java.lang.Object
  extended by com.centrasite.control.logged.action.AbstractLoggedAction
      extended by com.centrasite.control.adapters.LoggedItemsExport
          extended by com.centrasite.control.adapters.LoggedItemsExportAndDelete
All Implemented Interfaces:
com.centrasite.control.discovery.ItemsProvider, com.centrasite.control.logged.action.ILoggedAction

public class LoggedItemsExportAndDelete
extends LoggedItemsExport


Constructor Summary
LoggedItemsExportAndDelete(BaseAdapter adapter, com.centrasite.control.ActionContext actionContext, com.centrasite.control.util.ExportConfiguration cfg)
           
 
Method Summary
 void finish()
          After export of the Registry Object it deletes it from the Registry
 
Methods inherited from class com.centrasite.control.adapters.LoggedItemsExport
cleanUp, getTitle, run, runAsync
 
Methods inherited from class com.centrasite.control.logged.action.AbstractLoggedAction
getActionContext, getErrorCount, getEventCallback, getItem, getItems, getRegistryObjects, getValidCount, getWarningCount, prepareItems, setEventCallback, supportsDelayedRead
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggedItemsExportAndDelete

public LoggedItemsExportAndDelete(BaseAdapter adapter,
                                  com.centrasite.control.ActionContext actionContext,
                                  com.centrasite.control.util.ExportConfiguration cfg)
Method Detail

finish

public void finish()
            throws java.lang.Exception
After export of the Registry Object it deletes it from the Registry

Specified by:
finish in interface com.centrasite.control.logged.action.ILoggedAction
Overrides:
finish in class LoggedItemsExport
Throws:
java.lang.Exception