Uses of Class
org.apache.directory.server.core.changelog.Scope

Packages that use Scope
org.apache.directory.server.core.changelog   
 

Uses of Scope in org.apache.directory.server.core.changelog
 

Methods in org.apache.directory.server.core.changelog that return Scope
static Scope Scope.valueOf(java.lang.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.
 

Methods in org.apache.directory.server.core.changelog with parameters of type Scope
 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-2010 The Apache Software Foundation. All Rights Reserved.