ModeShape Distribution 3.2.0.Final

Uses of Interface
org.modeshape.jcr.federation.spi.DocumentChanges

Packages that use DocumentChanges
org.modeshape.connector.filesystem   
org.modeshape.jcr.federation   
org.modeshape.jcr.federation.spi This package provides a Service Provider Interface (SPI) for connectors to external systems. 
 

Uses of DocumentChanges in org.modeshape.connector.filesystem
 

Methods in org.modeshape.connector.filesystem with parameters of type DocumentChanges
 void FileSystemConnector.updateDocument(DocumentChanges documentChanges)
           
 

Uses of DocumentChanges in org.modeshape.jcr.federation
 

Classes in org.modeshape.jcr.federation that implement DocumentChanges
 class FederatedDocumentChanges
          Default implementation of the DocumentChanges interface
 

Uses of DocumentChanges in org.modeshape.jcr.federation.spi
 

Methods in org.modeshape.jcr.federation.spi with parameters of type DocumentChanges
 void ReadOnlyConnector.updateDocument(DocumentChanges documentChanges)
           
abstract  void Connector.updateDocument(DocumentChanges documentChanges)
          Updates a document using the provided changes.
 


ModeShape Distribution 3.2.0.Final

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