Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.schematic.document | |
org.modeshape.schematic.internal.document |
Modifier and Type | Method and Description |
---|---|
Future<JcrRepository> |
ModeShapeEngine.update(String repositoryName,
Changes changes)
Update the configuration of a deployed repository by applying the set of changes to that repository's configuration.
|
Problems |
RepositoryConfiguration.validate(Changes changes)
Validate this configuration if the supplied changes were made to this.
|
Modifier and Type | Method and Description |
---|---|
Changes |
Changes.clone()
Obtain a clone of these changes.
|
Changes |
Editor.getChanges()
Get the changes that have been made to this document.
|
Modifier and Type | Method and Description |
---|---|
void |
Editor.apply(Changes changes)
After making changes to another document, apply the same changes to this document.
|
void |
Editor.apply(Changes changes,
Editor.Observer observer)
After making changes to another document, apply the same changes to this document.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
IncrementalDocumentEditor.DocumentChanges |
Modifier and Type | Method and Description |
---|---|
Changes |
IncrementalDocumentEditor.getChanges() |
Modifier and Type | Method and Description |
---|---|
void |
IncrementalDocumentEditor.apply(Changes changes) |
void |
IncrementalDocumentEditor.apply(Changes changes,
Editor.Observer observer) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.