Package | Description |
---|---|
org.apache.directory.server.core.changelog |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.find(org.apache.directory.shared.ldap.name.DN base,
Scope scope,
RevisionOrder order)
Finds all the ChangeLogEvents on an entry base and/or it's children/descendants.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.