mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
14.30.2014 dd9c5d6a0520fec68fa12485a4da033f84840930
opendj3-server-dev/src/server/org/opends/server/api/MatchingRule.java
@@ -32,6 +32,7 @@
import org.forgerock.opendj.ldap.ByteSequence;
import org.forgerock.opendj.ldap.ByteString;
import org.forgerock.opendj.ldap.schema.Syntax;
import org.opends.server.types.ConditionResult;
import org.opends.server.types.DirectoryException;
@@ -103,16 +104,12 @@
   */
  String getDescription();
  /**
   * Retrieves the OID of the syntax with which this matching rule is
   * associated.
   * Whole class to be replaced by the equivalent SDK class.
   *
   * @return The OID of the syntax with which this matching rule is
   *         associated.
   * @return SDK syntax
   */
  String getSyntaxOID();
  Syntax getSyntax();