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

floblanc
10.59.2009 0cdc4f67dfc0e2fb8b83d5f0de8188ec3686d04c
opends/src/server/org/opends/server/core/CompareOperation.java
@@ -22,10 +22,12 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.server.core;
import java.util.Set;
import org.opends.server.types.*;
@@ -104,6 +106,22 @@
  /**
   * Retrieves the attribute options for this compare operation. This should
   * not be called by the pre-parse plugins because the processed attribute
   * options will not be available yet.
   *
   * @return  The attribute options for this compare operation.
   */
  public Set<String> getAttributeOptions();
  /**
   * Specifies the attribute options for this compare operation.
   *
   * @param attributeOptions The attribute options for this compare operation.
   */
  public void setAttributeOptions(Set<String> attributeOptions);
  /**
   * Retrieves the assertion value for this compare operation.
   *
   * @return  The assertion value for this compare operation.