ModeShape Distribution 3.2.0.Final

Uses of Class
org.modeshape.jcr.cache.document.DocumentTranslator

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

Uses of DocumentTranslator in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return DocumentTranslator
 DocumentTranslator Connectors.getDocumentTranslator()
          Returns the repository's document translator.
 

Constructors in org.modeshape.jcr with parameters of type DocumentTranslator
Connectors.LocalDocumentStoreExtraProperties(LocalDocumentStore localStore, String sourceKey, DocumentTranslator translator)
           
 

Uses of DocumentTranslator in org.modeshape.jcr.cache
 

Methods in org.modeshape.jcr.cache that return DocumentTranslator
 DocumentTranslator RepositoryCache.getDocumentTranslator()
           
 

Uses of DocumentTranslator in org.modeshape.jcr.cache.document
 

Constructors in org.modeshape.jcr.cache.document with parameters of type DocumentTranslator
WorkspaceCache(ExecutionContext context, String repositoryKey, String workspaceName, DocumentStore documentStore, DocumentTranslator translator, NodeKey rootKey, ConcurrentMap<NodeKey,CachedNode> cache, ChangeSetListener changeSetListener)
           
 

Uses of DocumentTranslator in org.modeshape.jcr.federation
 

Methods in org.modeshape.jcr.federation that return DocumentTranslator
protected  DocumentTranslator FederatedDocumentWriter.translator()
           
protected  DocumentTranslator FederatedDocumentStore.translator()
           
 

Constructors in org.modeshape.jcr.federation with parameters of type DocumentTranslator
FederatedDocumentReader(DocumentTranslator translator, Document federatedDocument)
           
FederatedDocumentWriter(DocumentTranslator translator)
           
FederatedDocumentWriter(DocumentTranslator translator, Document document)
           
 

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

Methods in org.modeshape.jcr.federation.spi that return DocumentTranslator
protected  DocumentTranslator Connector.translator()
           
 


ModeShape Distribution 3.2.0.Final

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