| Package | Description |
|---|---|
| org.infinispan.schematic | |
| org.infinispan.schematic.document | |
| org.modeshape.jcr |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Schematic.DocumentChanges |
| Modifier and Type | Method and Description |
|---|---|
Changes |
Schematic.EditorImpl.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
Schematic.EditorImpl.apply(Changes changes) |
void |
Schematic.EditorImpl.apply(Changes changes,
Editor.Observer observer) |
| 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 | 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.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.