com.centrasite.control.log.items
Class WarningLogItem

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

public class WarningLogItem
extends AbstractLogItem

Warning log item.


Field Summary
 
Fields inherited from class com.centrasite.control.AbstractItem
rcs_id
 
Constructor Summary
WarningLogItem(Item item, java.lang.Exception exception)
          Constructs an error log item.
 
Method Summary
 java.lang.String getSeverityImageURL()
           
 java.lang.String getStatus()
           
 
Methods inherited from class com.centrasite.control.log.items.AbstractLogItem
getChildren, getChildren, getDefaultCommand, 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

WarningLogItem

public WarningLogItem(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