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
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()