public interface ILoggedAction extends ItemsProvider
Modifier and Type | Method and Description |
---|---|
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() |
getItem, prepareItems, supportsDelayedRead
void run() throws java.lang.Exception
java.lang.Exception
void finish() throws java.lang.Exception
java.lang.Exception
boolean runAsync()
java.lang.String getTitle()
ActionContext getActionContext()
java.util.Collection getItems()
ItemsProvider
getItems
in interface ItemsProvider
int getValidCount()
int getWarningCount()
int getErrorCount()
void cleanUp()