Package | Description |
---|---|
org.apache.directory.server.core.api.changelog |
Modifier and Type | Method and Description |
---|---|
static RevisionOrder |
RevisionOrder.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
org.apache.directory.api.ldap.model.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.find(org.apache.directory.api.ldap.model.schema.AttributeType attributeType,
RevisionOrder order)
Finds all the ChangeLogEvents altering a particular attributeType.
|
org.apache.directory.api.ldap.model.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.find(org.apache.directory.api.ldap.model.ldif.ChangeType changeType,
RevisionOrder order)
Finds all the ChangeLogEvents of a particular change type.
|
org.apache.directory.api.ldap.model.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.find(org.apache.directory.api.ldap.model.name.Dn dn,
RevisionOrder order)
Finds all the ChangeLogEvents on an entry.
|
org.apache.directory.api.ldap.model.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.find(org.apache.directory.api.ldap.model.name.Dn base,
org.apache.directory.api.ldap.model.message.SearchScope scope,
RevisionOrder order)
Finds all the ChangeLogEvents on an entry base and/or it's children/descendants.
|
org.apache.directory.api.ldap.model.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.find(org.apache.directory.api.ldap.model.filter.ExprNode filter,
RevisionOrder order)
Finds all the ChangeLogEvents matched by the filter expression tree parameter.
|
org.apache.directory.api.ldap.model.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.find(LdapPrincipal principal,
RevisionOrder order)
Finds all the ChangeLogEvents triggered by a principal in the system.
|
org.apache.directory.api.ldap.model.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.find(long startRevision,
long endRevision,
RevisionOrder order)
Finds the ChangeLogEvents that occurred between a revision range inclusive.
|
org.apache.directory.api.ldap.model.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.api.ldap.model.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.find(org.apache.directory.api.ldap.model.schema.ObjectClass objectClass,
RevisionOrder order)
Finds all the ChangeLogEvents altering a particular objectClass.
|
org.apache.directory.api.ldap.model.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.find(RevisionOrder order)
Finds all the ChangeLogEvents within the system since revision 0.
|
org.apache.directory.api.ldap.model.cursor.Cursor<Tag> |
TagSearchEngine.find(RevisionOrder order)
Finds all the snapshot tags taken since revision 0 until the current
revision.
|
org.apache.directory.api.ldap.model.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.findAfter(long revision,
RevisionOrder order)
Finds the ChangeLogEvents that occurred after a revision inclusive.
|
org.apache.directory.api.ldap.model.cursor.Cursor<Tag> |
TagSearchEngine.findAfter(long revision,
RevisionOrder order)
Finds all the snapshot tags taken after a specific revision.
|
org.apache.directory.api.ldap.model.cursor.Cursor<ChangeLogEvent> |
ChangeLogSearchEngine.findBefore(long revision,
RevisionOrder order)
Finds the ChangeLogEvents that occurred before a revision inclusive.
|
org.apache.directory.api.ldap.model.cursor.Cursor<Tag> |
TagSearchEngine.findBefore(long revision,
RevisionOrder order)
Finds all the snapshot tags taken before a specific revision.
|
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.