com.centrasite.control.adapters
Class LoggedOrgItemsExport

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

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

LoggedOrgItemsExport.java


Constructor Summary
LoggedOrgItemsExport(com.centrasite.control.ActionContext actionContext, boolean includeAllInstances, boolean includeLcmPolicy)
           
LoggedOrgItemsExport(BaseAdapter adapter, com.centrasite.control.ActionContext actionContext, boolean includeAllInstances, boolean includeLcmPolicy)
           
LoggedOrgItemsExport(BaseAdapter adapter, com.centrasite.control.ActionContext actionContext, boolean includeAllInstances, boolean includeLcmPolicy, boolean otherRelatedObjects, boolean includeChildOrgs, boolean includeAssetsOfOrg, boolean includeRefAssets)
           
 
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

LoggedOrgItemsExport

public LoggedOrgItemsExport(com.centrasite.control.ActionContext actionContext,
                            boolean includeAllInstances,
                            boolean includeLcmPolicy)

LoggedOrgItemsExport

public LoggedOrgItemsExport(BaseAdapter adapter,
                            com.centrasite.control.ActionContext actionContext,
                            boolean includeAllInstances,
                            boolean includeLcmPolicy)

LoggedOrgItemsExport

public LoggedOrgItemsExport(BaseAdapter adapter,
                            com.centrasite.control.ActionContext actionContext,
                            boolean includeAllInstances,
                            boolean includeLcmPolicy,
                            boolean otherRelatedObjects,
                            boolean includeChildOrgs,
                            boolean includeAssetsOfOrg,
                            boolean includeRefAssets)
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