com.centrasite.control.registry.items
Class PolicyLogItem

java.lang.Object
  extended by com.centrasite.control.AbstractItem
      extended by com.centrasite.control.registry.items.PolicyLogItem
All Implemented Interfaces:
Item

public class PolicyLogItem
extends AbstractItem

PolicyLogItem.java


Field Summary
 
Fields inherited from class com.centrasite.control.AbstractItem
rcs_id
 
Constructor Summary
PolicyLogItem(Connector connector)
           
PolicyLogItem(com.softwareag.centrasite.policy.log.PolicyLog policyLog, Connector connector)
           
 
Method Summary
 com.softwareag.centrasite.policy.log.AssertionLog getAssertionLog()
           
 java.util.Iterator getChildren()
           
 java.util.Iterator getChildren(boolean refresh)
           
 java.lang.String getDescription()
           
 java.lang.String getImageURL()
           
 java.lang.String getName()
           
 com.softwareag.centrasite.policy.log.PolicyLog getPolicyLog()
           
 boolean hasNoChildren()
           
 void setAssertionLog(com.softwareag.centrasite.policy.log.AssertionLog assertionLog)
           
 void setPolicyLog(com.softwareag.centrasite.policy.log.PolicyLog policyLog)
           
 
Methods inherited from class com.centrasite.control.AbstractItem
addBulkCommand, addCommand, addDetailViewTab, cannotHaveChildren, clearCache, clearProperties, getAccessControlElements, getBulkCommands, getCommand, getCommand, getCommands, getConnector, getCurrentUserPermissionItem, getDefaultCommand, getDetailsCommand, getDetailViewTabs, getItem, getKey, getLanguage, getLocale, getNameEx, getNonPermissionAccessControlElements, getPath, 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, showDetailView, showReport, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyLogItem

public PolicyLogItem(Connector connector)

PolicyLogItem

public PolicyLogItem(com.softwareag.centrasite.policy.log.PolicyLog policyLog,
                     Connector connector)
Method Detail

getPolicyLog

public com.softwareag.centrasite.policy.log.PolicyLog getPolicyLog()

setPolicyLog

public void setPolicyLog(com.softwareag.centrasite.policy.log.PolicyLog policyLog)

getAssertionLog

public com.softwareag.centrasite.policy.log.AssertionLog getAssertionLog()

setAssertionLog

public void setAssertionLog(com.softwareag.centrasite.policy.log.AssertionLog assertionLog)

getChildren

public java.util.Iterator getChildren()
                               throws java.lang.Exception
Throws:
java.lang.Exception

getChildren

public java.util.Iterator getChildren(boolean refresh)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getDescription

public java.lang.String getDescription()
                                throws java.lang.Exception
Throws:
java.lang.Exception

getImageURL

public java.lang.String getImageURL()
                             throws java.lang.Exception
Throws:
java.lang.Exception

getName

public java.lang.String getName()
                         throws java.lang.Exception
Throws:
java.lang.Exception

hasNoChildren

public boolean hasNoChildren()
                      throws java.lang.Exception
Throws:
java.lang.Exception