com.centrasite.control.logged.action
Interface ILoggedAction

All Superinterfaces:
ItemsProvider
All Known Implementing Classes:
AbstractLoggedAction, LoggedItemsImport, LoggedItemsVersionCreate, LoggedSchemaImport, LoggedWebserviceImport, LoggedXMLServiceImport

public interface ILoggedAction
extends ItemsProvider


Method Summary
 void cleanUp()
           
 void finish()
           
 ActionContext getActionContext()
           
 int getErrorCount()
           
 java.util.Collection getItems()
          Provide items to be rendered
 java.lang.String getTitle()
           
 int getValidCount()
           
 int getWarningCount()
           
 void run()
           
 boolean runAsync()
           
 
Methods inherited from interface com.centrasite.control.discovery.ItemsProvider
getItem, prepareItems, supportsDelayedRead
 

Method Detail

run

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

finish

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

runAsync

boolean runAsync()

getTitle

java.lang.String getTitle()

getActionContext

ActionContext getActionContext()

getItems

java.util.Collection getItems()
Description copied from interface: ItemsProvider
Provide items to be rendered

Specified by:
getItems in interface ItemsProvider

getValidCount

int getValidCount()

getWarningCount

int getWarningCount()

getErrorCount

int getErrorCount()

cleanUp

void cleanUp()