com.centrasite.control.log.items
Class ErrorLogItem

java.lang.Object
  extended by com.centrasite.control.AbstractItem
      extended by com.centrasite.control.log.items.AbstractLogItem
          extended by com.centrasite.control.log.items.ErrorLogItem
All Implemented Interfaces:
Item

public class ErrorLogItem
extends AbstractLogItem

Error log item.


Field Summary
 
Fields inherited from class com.centrasite.control.AbstractItem
rcs_id
 
Constructor Summary
ErrorLogItem(Item item, java.lang.Exception exception)
          Constructs an error log item.
 
Method Summary
 com.softwareag.cis.plugin.command.Command getDefaultCommand()
           
 java.lang.String getSeverityImageURL()
           
 java.lang.String getStatus()
           
 void setAllowShowDetails(boolean allowShowDetails)
           
 
Methods inherited from class com.centrasite.control.log.items.AbstractLogItem
getChildren, getChildren, getDescription, getException, getImageURL, getKey, getMessage, getName, getNameEx, getPath, getTimeStamp, getWrappedItem, hasNoChildren, showDetailView, showReport
 
Methods inherited from class com.centrasite.control.AbstractItem
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorLogItem

public ErrorLogItem(Item item,
                    java.lang.Exception exception)
Constructs an error log item.

Parameters:
item - The item (e.g. registry or repository object) referenced by this AbstractLogItem
exception - The exception.
Method Detail

getStatus

public java.lang.String getStatus()
Specified by:
getStatus in class AbstractLogItem

getSeverityImageURL

public java.lang.String getSeverityImageURL()
Specified by:
getSeverityImageURL in class AbstractLogItem

getDefaultCommand

public com.softwareag.cis.plugin.command.Command getDefaultCommand()
Specified by:
getDefaultCommand in interface Item
Overrides:
getDefaultCommand in class AbstractLogItem
Returns:
Returns the defaultCommand.

setAllowShowDetails

public void setAllowShowDetails(boolean allowShowDetails)