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

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

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

Methods in org.apache.directory.server.core.changelog that return RevisionOrder
static RevisionOrder RevisionOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RevisionOrder[] RevisionOrder.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 RevisionOrder
 org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(org.apache.directory.shared.ldap.schema.AttributeType attributeType, RevisionOrder order)
          Finds all the ChangeLogEvents altering a particular attributeType.
 org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(org.apache.directory.shared.ldap.ldif.ChangeType changeType, RevisionOrder order)
          Finds all the ChangeLogEvents of a particular change type.
 org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(org.apache.directory.shared.ldap.name.DN dn, RevisionOrder order)
          Finds all the ChangeLogEvents on an entry.
 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.
 org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(org.apache.directory.shared.ldap.filter.ExprNode filter, RevisionOrder order)
          Finds all the ChangeLogEvents matched by the filter expression tree parameter.
 org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(LdapPrincipal principal, RevisionOrder order)
          Finds all the ChangeLogEvents triggered by a principal in the system.
 org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(long startRevision, long endRevision, RevisionOrder order)
          Finds the ChangeLogEvents that occurred between a revision range inclusive.
 org.apache.directory.shared.ldap.cursor.Cursor<Tag> TagSearchEngine.find(long startRevision, long endRevision, RevisionOrder order)
          Enumerates over the tags of all snapshots taken between a specific revision range inclusive.
 org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(org.apache.directory.shared.ldap.schema.ObjectClass objectClass, RevisionOrder order)
          Finds all the ChangeLogEvents altering a particular objectClass.
 org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(RevisionOrder order)
          Finds all the ChangeLogEvents within the system since revision 0.
 org.apache.directory.shared.ldap.cursor.Cursor<Tag> TagSearchEngine.find(RevisionOrder order)
          Finds all the snapshot tags taken since revision 0 until the current revision.
 org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> ChangeLogSearchEngine.findAfter(long revision, RevisionOrder order)
          Finds the ChangeLogEvents that occurred after a revision inclusive.
 org.apache.directory.shared.ldap.cursor.Cursor<Tag> TagSearchEngine.findAfter(long revision, RevisionOrder order)
          Finds all the snapshot tags taken after a specific revision.
 org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> ChangeLogSearchEngine.findBefore(long revision, RevisionOrder order)
          Finds the ChangeLogEvents that occurred before a revision inclusive.
 org.apache.directory.shared.ldap.cursor.Cursor<Tag> TagSearchEngine.findBefore(long revision, RevisionOrder order)
          Finds all the snapshot tags taken before a specific revision.
 



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