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're declared.
 

Methods in org.apache.directory.server.core.changelog with parameters of type RevisionOrder
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(org.apache.directory.shared.ldap.schema.AttributeType attributeType, RevisionOrder order)
          Finds all the ChangeLogEvents altering a particular attributeType.
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(org.apache.directory.shared.ldap.ldif.ChangeType changeType, RevisionOrder order)
          Finds all the ChangeLogEvents of a particular change type.
 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.
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(org.apache.directory.shared.ldap.name.LdapDN dn, RevisionOrder order)
          Finds all the ChangeLogEvents on an entry.
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(org.apache.directory.shared.ldap.name.LdapDN base, Scope scope, RevisionOrder order)
          Finds all the ChangeLogEvents on an entry base and/or it's children/descendants.
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(LdapPrincipal principal, RevisionOrder order)
          Finds all the ChangeLogEvents triggered by a principal in the system.
 Cursor<Tag> TagSearchEngine.find(long startRevision, long endRevision, RevisionOrder order)
          Enumerates over the tags of all snapshots taken between a specific revision range inclusive.
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(long startRevision, long endRevision, RevisionOrder order)
          Finds the ChangeLogEvents that occurred between a revision range inclusive.
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(org.apache.directory.shared.ldap.schema.ObjectClass objectClass, RevisionOrder order)
          Finds all the ChangeLogEvents altering a particular objectClass.
 Cursor<Tag> TagSearchEngine.find(RevisionOrder order)
          Finds all the snapshot tags taken since revision 0 until the current revision.
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.find(RevisionOrder order)
          Finds all the ChangeLogEvents within the system since revision 0.
 Cursor<Tag> TagSearchEngine.findAfter(long revision, RevisionOrder order)
          Finds all the snapshot tags taken after a specific revision.
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.findAfter(long revision, RevisionOrder order)
          Finds the ChangeLogEvents that occurred after a revision inclusive.
 Cursor<Tag> TagSearchEngine.findBefore(long revision, RevisionOrder order)
          Finds all the snapshot tags taken before a specific revision.
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.findBefore(long revision, RevisionOrder order)
          Finds the ChangeLogEvents that occurred before a revision inclusive.
 



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