com.centrasite.control.adapters
Class LoggedOrgItemsExport
java.lang.Object
com.centrasite.control.logged.action.AbstractLoggedAction
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)
|
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 |
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)
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