|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.mitosis.common.Constants
public class Constants
Defines constant values used by Mitosis.
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 |
---|
public static final java.lang.String ENTRY_UUID
UUID
of an
LDAP entry.
public static final java.lang.String ENTRY_CSN
CSN
of an LDAP
entry.
public static final java.lang.String ENTRY_DELETED
public static final EntryFilter DELETED_ENTRIES_FILTER
SearchResultFilter
that filters out the entries whose
ENTRY_DELETED
attribute is TRUE.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |