|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
MemoryChangeLogStore.lookup(long revision)
|
ChangeLogEvent |
ChangeLogStore.lookup(long revision)
Looks up the ChangeLogEvent for a revision. |
ChangeLogEvent |
ChangeLogSearchEngine.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 | |
---|---|
org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> |
MemoryChangeLogStore.find()
|
org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> |
ChangeLogStore.find()
Gets a Cursor over all the ChangeLogEvents within the system since revision 0. |
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> |
MemoryChangeLogStore.find(long startRevision,
long endRevision)
|
org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> |
ChangeLogStore.find(long startRevision,
long endRevision)
Finds the ChangeLogEvents that occurred between a revision range inclusive. |
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<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<ChangeLogEvent> |
MemoryChangeLogStore.findAfter(long revision)
|
org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> |
ChangeLogStore.findAfter(long revision)
Finds the ChangeLogEvents that occurred after a revision exclusive. |
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<ChangeLogEvent> |
MemoryChangeLogStore.findBefore(long revision)
|
org.apache.directory.shared.ldap.cursor.Cursor<ChangeLogEvent> |
ChangeLogStore.findBefore(long revision)
Gets a Cursor over the ChangeLogEvents that occurred before a revision exclusive. |
org.apache.directory.shared.ldap.cursor.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 |
AbstractChangeOperationContext.getChangeLogEvent()
|
ChangeLogEvent |
ChangeOperationContext.getChangeLogEvent()
Gets the ChangeLogEvent associated with this operation after the operation has been executed. |
Methods in org.apache.directory.server.core.interceptor.context with parameters of type ChangeLogEvent | |
---|---|
void |
AbstractChangeOperationContext.setChangeLogEvent(ChangeLogEvent changeLogEvent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |