com.centrasite.control.logged.action
Class LoggedItemsImport

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

public class LoggedItemsImport
extends AbstractLoggedAction


Constructor Summary
LoggedItemsImport(ActionContext actionContext, boolean allowReplace, java.lang.String serverFilePath)
           
LoggedItemsImport(ActionContext actionContext, boolean allowReplace, java.lang.String serverFilePath, java.lang.String providingOrgKey, boolean preserveOwner, boolean preserveLifecycleState)
           
 
Method Summary
 void finish()
           
 java.lang.String getTitle()
           
 void run()
           
 boolean runAsync()
           
 
Methods inherited from class com.centrasite.control.logged.action.AbstractLoggedAction
cleanUp, 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

LoggedItemsImport

public LoggedItemsImport(ActionContext actionContext,
                         boolean allowReplace,
                         java.lang.String serverFilePath,
                         java.lang.String providingOrgKey,
                         boolean preserveOwner,
                         boolean preserveLifecycleState)

LoggedItemsImport

public LoggedItemsImport(ActionContext actionContext,
                         boolean allowReplace,
                         java.lang.String serverFilePath)
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