ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.infinispan.schematic.document.Changes

Packages that use Changes
org.infinispan.schematic   
org.infinispan.schematic.document   
org.modeshape.jcr   
 

Uses of Changes in org.infinispan.schematic
 

Classes in org.infinispan.schematic that implement Changes
protected static class Schematic.DocumentChanges
           
 

Methods in org.infinispan.schematic that return Changes
 Changes Schematic.EditorImpl.getChanges()
           
 

Methods in org.infinispan.schematic with parameters of type Changes
 void Schematic.EditorImpl.apply(Changes changes)
           
 void Schematic.EditorImpl.apply(Changes changes, Editor.Observer observer)
           
 

Uses of Changes in org.infinispan.schematic.document
 

Methods in org.infinispan.schematic.document that return Changes
 Changes Changes.clone()
          Obtain a clone of these changes.
 Changes Editor.getChanges()
          Get the changes that have been made to this document.
 

Methods in org.infinispan.schematic.document with parameters of type Changes
 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.
 

Uses of Changes in org.modeshape.jcr
 

Methods in org.modeshape.jcr with parameters of type Changes
 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.
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.