|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogChange | |
|---|---|
| org.apache.directory.server.core | |
| org.apache.directory.server.core.changelog | |
| org.apache.directory.server.core.interceptor.context | |
| Uses of LogChange in org.apache.directory.server.core |
|---|
| Methods in org.apache.directory.server.core with parameters of type LogChange | |
|---|---|
void |
CoreSession.add(org.apache.directory.shared.ldap.message.internal.InternalAddRequest addRequest,
LogChange log)
Adds an entry into the DirectoryService associated with this CoreSession. |
void |
CoreSession.add(org.apache.directory.shared.ldap.entry.ServerEntry entry,
boolean ignoreReferral,
LogChange log)
Adds an entry into the DirectoryService associated with this CoreSession. |
void |
CoreSession.add(org.apache.directory.shared.ldap.entry.ServerEntry entry,
LogChange log)
Adds an entry into the DirectoryService associated with this CoreSession. |
void |
CoreSession.delete(org.apache.directory.shared.ldap.name.DN dn,
boolean ignoreReferral,
LogChange log)
Deletes an entry in the server. |
void |
CoreSession.delete(org.apache.directory.shared.ldap.name.DN dn,
LogChange log)
Deletes an entry in the server. |
void |
CoreSession.delete(org.apache.directory.shared.ldap.message.internal.InternalDeleteRequest deleteRequest,
LogChange log)
|
void |
CoreSession.modify(org.apache.directory.shared.ldap.name.DN dn,
java.util.List<org.apache.directory.shared.ldap.entry.Modification> mods,
boolean ignoreReferral,
LogChange log)
Modifies an entry within the server by applying a list of modifications to the entry. |
void |
CoreSession.modify(org.apache.directory.shared.ldap.name.DN dn,
java.util.List<org.apache.directory.shared.ldap.entry.Modification> mods,
LogChange log)
Modifies an entry within the server by applying a list of modifications to the entry. |
void |
CoreSession.modify(org.apache.directory.shared.ldap.message.internal.InternalModifyRequest modifyRequest,
LogChange log)
|
void |
CoreSession.move(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.name.DN newParent,
boolean ignoreReferral,
LogChange log)
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent. |
void |
CoreSession.move(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.name.DN newParent,
LogChange log)
Moves an entry or a branch of entries at a specified distinguished name to a position under a new parent. |
void |
CoreSession.move(org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest modifyDnRequest,
LogChange log)
Move an entry by changing its superior. |
void |
CoreSession.moveAndRename(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.name.DN newParent,
org.apache.directory.shared.ldap.name.RDN newRdn,
boolean deleteOldRdn,
boolean ignoreReferral,
LogChange log)
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent. |
void |
CoreSession.moveAndRename(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.name.DN newParent,
org.apache.directory.shared.ldap.name.RDN newRdn,
boolean deleteOldRdn,
LogChange log)
Moves and renames (the relative distinguished name of) an entry (or a branch if the entry has children) at a specified distinguished name to a position under a new parent. |
void |
CoreSession.moveAndRename(org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest modifyDnRequest,
LogChange log)
Move and rename an entry. |
void |
CoreSession.rename(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.name.RDN newRdn,
boolean deleteOldRdn,
boolean ignoreReferral,
LogChange log)
Renames an entry by changing it's relative distinguished name. |
void |
CoreSession.rename(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.name.RDN newRdn,
boolean deleteOldRdn,
LogChange log)
Renames an entry by changing it's relative distinguished name. |
void |
CoreSession.rename(org.apache.directory.shared.ldap.message.internal.InternalModifyDnRequest modifyDnRequest,
LogChange log)
Rename an entry applying the ModifyDN request |
| Uses of LogChange in org.apache.directory.server.core.changelog |
|---|
| Methods in org.apache.directory.server.core.changelog that return LogChange | |
|---|---|
static LogChange |
LogChange.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LogChange[] |
LogChange.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of LogChange in org.apache.directory.server.core.interceptor.context |
|---|
| Fields in org.apache.directory.server.core.interceptor.context declared as LogChange | |
|---|---|
protected LogChange |
AbstractChangeOperationContext.logChange
The flag used to tell the server to store the change sinto the changeLog |
| Methods in org.apache.directory.server.core.interceptor.context with parameters of type LogChange | |
|---|---|
void |
ChangeOperationContext.setLogChange(LogChange log)
Set the flag which tells the server to log the changes into the changeLog file |
void |
AbstractChangeOperationContext.setLogChange(LogChange logChange)
Set the flag which tells the server to log the changes into the changeLog file |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||