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

Packages that use ChangeLogEvent
org.apache.directory.server.core.changelog  
org.apache.directory.server.core.interceptor.context   
 

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

Methods in org.apache.directory.server.core.changelog that return ChangeLogEvent
 ChangeLogEvent MemoryChangeLogStore.log(LdapPrincipal principal, org.apache.directory.shared.ldap.ldif.LdifEntry forward, org.apache.directory.shared.ldap.ldif.LdifEntry reverse)
          Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
 ChangeLogEvent ChangeLog.log(LdapPrincipal principal, org.apache.directory.shared.ldap.ldif.LdifEntry forward, org.apache.directory.shared.ldap.ldif.LdifEntry reverse)
          Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
 ChangeLogEvent DefaultChangeLog.log(LdapPrincipal principal, org.apache.directory.shared.ldap.ldif.LdifEntry forward, org.apache.directory.shared.ldap.ldif.LdifEntry reverse)
          Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
 ChangeLogEvent ChangeLogStore.log(LdapPrincipal principal, org.apache.directory.shared.ldap.ldif.LdifEntry forward, org.apache.directory.shared.ldap.ldif.LdifEntry reverse)
          Records a change as a forward LDIF, a reverse change to revert the change and the authorized principal triggering the revertable change event.
 ChangeLogEvent MemoryChangeLogStore.log(LdapPrincipal principal, org.apache.directory.shared.ldap.ldif.LdifEntry forward, java.util.List<org.apache.directory.shared.ldap.ldif.LdifEntry> reverses)
          Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
 ChangeLogEvent ChangeLog.log(LdapPrincipal principal, org.apache.directory.shared.ldap.ldif.LdifEntry forward, java.util.List<org.apache.directory.shared.ldap.ldif.LdifEntry> reverses)
          Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
 ChangeLogEvent DefaultChangeLog.log(LdapPrincipal principal, org.apache.directory.shared.ldap.ldif.LdifEntry forward, java.util.List<org.apache.directory.shared.ldap.ldif.LdifEntry> reverses)
          Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
 ChangeLogEvent ChangeLogStore.log(LdapPrincipal principal, org.apache.directory.shared.ldap.ldif.LdifEntry forward, java.util.List<org.apache.directory.shared.ldap.ldif.LdifEntry> reverses)
          Records a change as a forward LDIF, some reverse changes to revert the change and the authorized principal triggering the revertable change event.
 ChangeLogEvent ChangeLogSearchEngine.lookup(long revision)
          Looks up the ChangeLogEvent for a revision.
 ChangeLogEvent MemoryChangeLogStore.lookup(long revision)
           
 ChangeLogEvent ChangeLogStore.lookup(long revision)
          Looks up the ChangeLogEvent for a revision.
 

Methods in org.apache.directory.server.core.changelog that return types with arguments of type ChangeLogEvent
 Cursor<ChangeLogEvent> MemoryChangeLogStore.find()
           
 Cursor<ChangeLogEvent> ChangeLogStore.find()
          Gets a Cursor over all the ChangeLogEvents within the system since revision 0.
 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<ChangeLogEvent> MemoryChangeLogStore.find(long startRevision, long endRevision)
           
 Cursor<ChangeLogEvent> ChangeLogStore.find(long startRevision, long endRevision)
          Finds the ChangeLogEvents that occurred between a 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<ChangeLogEvent> ChangeLogSearchEngine.find(RevisionOrder order)
          Finds all the ChangeLogEvents within the system since revision 0.
 Cursor<ChangeLogEvent> MemoryChangeLogStore.findAfter(long revision)
           
 Cursor<ChangeLogEvent> ChangeLogStore.findAfter(long revision)
          Finds the ChangeLogEvents that occurred after a revision exclusive.
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.findAfter(long revision, RevisionOrder order)
          Finds the ChangeLogEvents that occurred after a revision inclusive.
 Cursor<ChangeLogEvent> MemoryChangeLogStore.findBefore(long revision)
           
 Cursor<ChangeLogEvent> ChangeLogStore.findBefore(long revision)
          Gets a Cursor over the ChangeLogEvents that occurred before a revision exclusive.
 Cursor<ChangeLogEvent> ChangeLogSearchEngine.findBefore(long revision, RevisionOrder order)
          Finds the ChangeLogEvents that occurred before a revision inclusive.
 

Uses of ChangeLogEvent in org.apache.directory.server.core.interceptor.context
 

Methods in org.apache.directory.server.core.interceptor.context that return ChangeLogEvent
 ChangeLogEvent ChangeOperationContext.getChangeLogEvent()
          Gets the ChangeLogEvent associated with this operation after the operation has been executed.
 ChangeLogEvent AbstractChangeOperationContext.getChangeLogEvent()
           
 

Methods in org.apache.directory.server.core.interceptor.context with parameters of type ChangeLogEvent
 void AbstractChangeOperationContext.setChangeLogEvent(ChangeLogEvent changeLogEvent)
           
 



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