Package | Description |
---|---|
org.apache.directory.server.core | |
org.apache.directory.server.core.changelog |
Modifier and Type | Method and Description |
---|---|
ChangeLog |
MockDirectoryService.getChangeLog() |
ChangeLog |
DefaultDirectoryService.getChangeLog()
Gets the ChangeLog service for this DirectoryService used for tracking
changes (revisions) to the server and using them to revert the server
to earlier revisions.
|
ChangeLog |
DirectoryService.getChangeLog()
Gets the ChangeLog service for this DirectoryService used for tracking
changes (revisions) to the server and using them to revert the server
to earlier revisions.
|
Modifier and Type | Method and Description |
---|---|
void |
MockDirectoryService.setChangeLog(ChangeLog changeLog) |
void |
DefaultDirectoryService.setChangeLog(ChangeLog changeLog)
Sets the ChangeLog service for this DirectoryService used for tracking
changes (revisions) to the server and using them to revert the server
to earlier revisions.
|
void |
DirectoryService.setChangeLog(ChangeLog changeLog)
Sets the ChangeLog service for this DirectoryService used for tracking
changes (revisions) to the server and using them to revert the server
to earlier revisions.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultChangeLog
The default ChangeLog service implementation.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.