com.centrasite.control.adapters
Class LoggedItemsExport

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

public class LoggedItemsExport
extends com.centrasite.control.logged.action.AbstractLoggedAction


Constructor Summary
LoggedItemsExport(BaseAdapter adapter, com.centrasite.control.ActionContext actionContext, com.centrasite.control.util.ExportConfiguration cfg)
           
 
Method Summary
 void cleanUp()
          Clean up after the execution is finished.
 void finish()
           
 java.lang.String getTitle()
           
 void run()
           
 boolean 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

LoggedItemsExport

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

runAsync

public boolean runAsync()

getTitle

public java.lang.String getTitle()

run

public void run()
         throws java.lang.Exception
Throws:
java.lang.Exception

finish

public void finish()
            throws java.lang.Exception
Throws:
java.lang.Exception

cleanUp

public void cleanUp()
Clean up after the execution is finished.

Specified by:
cleanUp in interface com.centrasite.control.logged.action.ILoggedAction
Overrides:
cleanUp in class com.centrasite.control.logged.action.AbstractLoggedAction