public abstract class AbstractLogItem extends AbstractItem
rcs_id
Constructor and Description |
---|
AbstractLogItem(Item item) |
AbstractLogItem(Item item,
java.lang.Exception exception)
Constructs an abstract log item
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
getChildren() |
java.util.Iterator |
getChildren(boolean refresh) |
com.softwareag.cis.plugin.command.Command |
getDefaultCommand() |
java.lang.String |
getDescription() |
java.lang.Exception |
getException() |
java.lang.String |
getImageURL() |
java.lang.String |
getKey()
Obtain a unique key for class of icons
|
java.lang.String |
getMessage() |
java.lang.String |
getName() |
java.lang.String |
getNameEx()
Get "extended/alternate name".
|
java.lang.String |
getPath()
For some object types (especially for RepositoryObjectItems) this method
may return a reasonable path - instances of other classes should return
null
|
abstract java.lang.String |
getSeverityImageURL() |
abstract java.lang.String |
getStatus() |
java.util.Date |
getTimeStamp() |
Item |
getWrappedItem() |
boolean |
hasNoChildren() |
void |
showDetailView(ActionContext actionContext)
Show the details for this item
|
void |
showReport(ActionContext actionContext)
Show a report for this item.
|
addBulkCommand, addCommand, addDetailViewTab, cannotHaveChildren, clearCache, clearProperties, getAccessControlElements, getBulkCommands, getCommand, getCommand, getCommands, getConnector, getCurrentUserPermissionItem, getDetailsCommand, getDetailViewTabs, getItem, getLanguage, getLocale, getNonPermissionAccessControlElements, getPersistanceLocale, getPrivilegeDescriptor, getProperties, getRelatedItems, getReport, getReportForDetailView, hasRequiredAttribute, isLocked, isModified, isReadOnly, isStandalone, isSubTabModified, removeCommand, replaceCommand, save, setAccessControlElements, setCommandEnabled, setConnector, setDefaultCommand, setDetailsCommand, setLocked, setProperties, setRelatedItems, setRequiredAttribute, setTabModified, toString
public AbstractLogItem(Item item, java.lang.Exception exception)
item
- The item (e.g. registry or repository object) referenced by this AbstractLogItemexception
- The Exception held by this AbstractLogItempublic AbstractLogItem(Item item)
public abstract java.lang.String getStatus()
public abstract java.lang.String getSeverityImageURL()
public com.softwareag.cis.plugin.command.Command getDefaultCommand()
getDefaultCommand
in interface Item
getDefaultCommand
in class AbstractItem
public java.lang.String getMessage()
public java.util.Date getTimeStamp()
public java.util.Iterator getChildren() throws java.lang.Exception
java.lang.Exception
public java.util.Iterator getChildren(boolean refresh) throws java.lang.Exception
java.lang.Exception
public java.lang.String getKey() throws java.lang.Exception
AbstractItem
getKey
in interface Item
getKey
in class AbstractItem
java.lang.Exception
public java.lang.String getName() throws java.lang.Exception
java.lang.Exception
public java.lang.String getNameEx() throws java.lang.Exception
AbstractItem
getNameEx
in interface Item
getNameEx
in class AbstractItem
java.lang.Exception
public java.lang.String getDescription() throws java.lang.Exception
java.lang.Exception
public java.lang.String getPath() throws java.lang.Exception
AbstractItem
getPath
in interface Item
getPath
in class AbstractItem
java.lang.Exception
public java.lang.String getImageURL() throws java.lang.Exception
java.lang.Exception
public boolean hasNoChildren() throws java.lang.Exception
java.lang.Exception
public void showDetailView(ActionContext actionContext)
AbstractItem
showDetailView
in interface Item
showDetailView
in class AbstractItem
public Item getWrappedItem()
public java.lang.Exception getException()
public void showReport(ActionContext actionContext)
AbstractItem
showReport
in interface Item
showReport
in class AbstractItem