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

floblanc
10.59.2009 0cdc4f67dfc0e2fb8b83d5f0de8188ec3686d04c
opends/src/server/org/opends/server/core/CompareOperationWrapper.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 */
package org.opends.server.core;
@@ -30,7 +30,7 @@
import org.opends.server.types.AttributeType;
import org.opends.server.types.ByteString;
import org.opends.server.types.DN;
import java.util.Set;
/**
 * This abstract class wraps/decorates a given compare operation.
@@ -123,6 +123,24 @@
  /**
   * {@inheritDoc}
   */
  public Set<String> getAttributeOptions()
  {
    return compare.getAttributeOptions();
  }
  /**
   * {@inheritDoc}
   */
  public void setAttributeOptions(Set<String> attributeOptions)
  {
    compare.setAttributeOptions(attributeOptions);
  }
  /**
   * {@inheritDoc}
   */
  public ByteString getAssertionValue()
  {
    return compare.getAssertionValue();