com.centrasite.control.logged.action
Class LoggedSchemaImport

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

public class LoggedSchemaImport
extends AbstractLoggedAction


Constructor Summary
LoggedSchemaImport(ActionContext actionContext)
           
 
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

LoggedSchemaImport

public LoggedSchemaImport(ActionContext actionContext)
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