From 0a2e22293f5c36807d89441f9bd8c56ae0b59097 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 16 Nov 2007 16:40:35 +0000
Subject: [PATCH] Update admin framework and dsconfig to support tagging of component definitions as advanced and customizable:

---
 opends/src/server/org/opends/server/admin/RelationOption.java |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/admin/RelationOption.java b/opends/src/server/org/opends/server/admin/RelationOption.java
index 1624f2b..04c6342 100644
--- a/opends/src/server/org/opends/server/admin/RelationOption.java
+++ b/opends/src/server/org/opends/server/admin/RelationOption.java
@@ -32,12 +32,16 @@
 /**
  * This enumeration contains various options that can be associated
  * with relation definitions.
- * <p>
- * Only one option is supported at the moment, but others may be added
- * in future.
  */
 public enum RelationOption {
   /**
+   * Use this option to identify relations which should be considered
+   * as advanced and should not be exposed by default in client
+   * applications.
+   */
+  ADVANCED,
+
+  /**
    * Use this option to identify relations which must not be directly
    * exposed in client applications.
    */

--
Gitblit v1.10.0