org.apache.directory.mitosis.common
Class Constants

java.lang.Object
  extended by org.apache.directory.mitosis.common.Constants

public class Constants
extends java.lang.Object

Defines constant values used by Mitosis.

Author:
Apache Directory Project

Field Summary
static EntryFilter DELETED_ENTRIES_FILTER
          A SearchResultFilter that filters out the entries whose ENTRY_DELETED attribute is TRUE.
static java.lang.String ENTRY_CSN
          The name of the attribute that represents the CSN of an LDAP entry.
static java.lang.String ENTRY_DELETED
          The name of the attribute that determines if an entry is actually deleted or not (even if it exists in a DIT.)
static java.lang.String ENTRY_UUID
          The name of the attribute that represents the UUID of an LDAP entry.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTRY_UUID

public static final java.lang.String ENTRY_UUID
The name of the attribute that represents the UUID of an LDAP entry.

See Also:
Constant Field Values

ENTRY_CSN

public static final java.lang.String ENTRY_CSN
The name of the attribute that represents the CSN of an LDAP entry.

See Also:
Constant Field Values

ENTRY_DELETED

public static final java.lang.String ENTRY_DELETED
The name of the attribute that determines if an entry is actually deleted or not (even if it exists in a DIT.)

See Also:
Constant Field Values

DELETED_ENTRIES_FILTER

public static final EntryFilter DELETED_ENTRIES_FILTER
A SearchResultFilter that filters out the entries whose ENTRY_DELETED attribute is TRUE.



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.