org.apache.directory.shared.ldap.aci
Class MicroOperation
java.lang.Object
org.apache.directory.shared.ldap.aci.MicroOperation
- public class MicroOperation
- extends java.lang.Object
An enumeration that represents all micro-operations that makes up LDAP
operations.
- Version:
- $Rev: 379008 $, $Date: 2006-02-20 04:35:07 +0100 (Mon, 20 Feb 2006) $
- Author:
- The Apache Directory Project
Method Summary |
java.lang.String |
getName()
Returns the name of this micro-operation. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ADD
public static final MicroOperation ADD
DISCLOSE_ON_ERROR
public static final MicroOperation DISCLOSE_ON_ERROR
READ
public static final MicroOperation READ
REMOVE
public static final MicroOperation REMOVE
BROWSE
public static final MicroOperation BROWSE
EXPORT
public static final MicroOperation EXPORT
IMPORT
public static final MicroOperation IMPORT
MODIFY
public static final MicroOperation MODIFY
RENAME
public static final MicroOperation RENAME
RETURN_DN
public static final MicroOperation RETURN_DN
COMPARE
public static final MicroOperation COMPARE
FILTER_MATCH
public static final MicroOperation FILTER_MATCH
INVOKE
public static final MicroOperation INVOKE
getName
public java.lang.String getName()
- Returns the name of this micro-operation.
toString
public java.lang.String toString()
Copyright © 2003-2006 . All Rights Reserved.