From 6411dcff8da8710f140a8782967ddf0876f52b81 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Mon, 31 May 2010 09:55:31 +0000
Subject: [PATCH] Provide the necessary operational attributes for External Changelog entries, to make them LDAP compliant and to allow browsing them through the Control-Panel. Improve browsing in the Control-Panel to make use of hasSubordinates as well as numSubordinates operational attributes. Improve Control-Panel look and feel when browsing the ECL

---
 opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java b/opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java
index 342ba30..b52f979 100644
--- a/opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java
+++ b/opends/src/guitools/org/opends/guitools/controlpanel/ui/nodes/BrowserNodeInfo.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2008 Sun Microsystems, Inc.
+ *      Copyright 2008-2010 Sun Microsystems, Inc.
  */
 
 package org.opends.guitools.controlpanel.ui.nodes;
@@ -84,6 +84,12 @@
 
 
   /**
+   * Returns the value of hassubordinates for the entry.
+   * @return the value of hassubordinates for the entry.
+   */
+  public boolean hasSubOrdinates();
+
+  /**
    * Returns the referrals attached to the displayed entry.
    * This is the value of the 'ref' attribute.
    * Returns <CODE>null</CODE> if the attribute is not present.

--
Gitblit v1.10.0