You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2010/12/21 01:06:15 UTC

svn commit: r1051323 - /directory/shared/branches/shared-AP/ldap/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java

Author: elecharny
Date: Tue Dec 21 00:06:15 2010
New Revision: 1051323

URL: http://svn.apache.org/viewvc?rev=1051323&view=rev
Log:
Added a missing subentry OC constant declaration

Modified:
    directory/shared/branches/shared-AP/ldap/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java

Modified: directory/shared/branches/shared-AP/ldap/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-AP/ldap/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java?rev=1051323&r1=1051322&r2=1051323&view=diff
==============================================================================
--- directory/shared/branches/shared-AP/ldap/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java (original)
+++ directory/shared/branches/shared-AP/ldap/src/main/java/org/apache/directory/shared/ldap/constants/SchemaConstants.java Tue Dec 21 00:06:15 2010
@@ -221,6 +221,10 @@ public final class SchemaConstants
     public final static String COLLECTIVE_ATTRIBUTE_SUBENTRY_OC     = "collectiveAttributeSubentry";
     public final static String COLLECTIVE_ATTRIBUTE_SUBENTRY_OC_OID = "2.5.17.2";
 
+    // triggerExecutionSubentry
+    public final static String TRIGGER_EXECUTION_SUBENTRY_OC        = "triggerExecutionSubentry";
+    public final static String TRIGGER_EXECUTION_SUBENTRY_OC_OID    = "1.3.6.1.4.1.18060.0.4.1.2.28";
+
     // Subschema
     public final static String SUBSCHEMA_OC                         = "subschema";
     public final static String SUBSCHEMA_OC_OID                     = "2.5.20.1";