public abstract class AbstractLoggedAction extends java.lang.Object implements ILoggedAction
Constructor and Description |
---|
AbstractLoggedAction(ActionContext actionContext) |
AbstractLoggedAction(ActionContext actionContext,
java.util.Collection<RegistryObjectItem> registryObjectItem) |
Modifier and Type | Method and Description |
---|---|
void |
cleanUp() |
ActionContext |
getActionContext() |
int |
getErrorCount() |
LoggedEventCallback |
getEventCallback() |
Item |
getItem(java.lang.Object object)
Provide an item to be rendered
|
java.util.Collection |
getItems()
Provide items to be rendered
|
java.util.Collection |
getRegistryObjects() |
int |
getValidCount() |
int |
getWarningCount() |
java.util.Collection |
prepareItems()
Prepare items to get them in subsequent calls to getItem(Object object)
|
void |
setEventCallback(LoggedEventCallback eventCallback_) |
boolean |
supportsDelayedRead() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
finish, getTitle, run, runAsync
public AbstractLoggedAction(ActionContext actionContext)
public AbstractLoggedAction(ActionContext actionContext, java.util.Collection<RegistryObjectItem> registryObjectItem)
public void cleanUp()
cleanUp
in interface ILoggedAction
public java.util.Collection getItems()
ItemsProvider
getItems
in interface ItemsProvider
getItems
in interface ILoggedAction
public java.util.Collection getRegistryObjects()
public boolean supportsDelayedRead()
supportsDelayedRead
in interface ItemsProvider
public java.util.Collection prepareItems() throws java.lang.Exception
prepareItems
in interface ItemsProvider
java.lang.Exception
public Item getItem(java.lang.Object object) throws java.lang.Exception
getItem
in interface ItemsProvider
java.lang.Exception
public int getValidCount()
getValidCount
in interface ILoggedAction
public int getWarningCount()
getWarningCount
in interface ILoggedAction
public int getErrorCount()
getErrorCount
in interface ILoggedAction
public ActionContext getActionContext()
getActionContext
in interface ILoggedAction
public LoggedEventCallback getEventCallback()
public void setEventCallback(LoggedEventCallback eventCallback_)