Package | Description |
---|---|
org.apache.directory.server.config.builder | |
org.apache.directory.server.core | |
org.apache.directory.server.core.api | |
org.apache.directory.server.core.changelog |
Ideas
Use AdminModel to control what goes into the changelog ?
|
Modifier and Type | Method and Description |
---|---|
static ChangeLog |
ServiceBuilder.createChangeLog(ChangeLogBean changeLogBean)
Read the configuration for the ChangeLog system
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
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–2023 The Apache Software Foundation. All rights reserved.