ModeShape Distribution 3.2.0.Final

Uses of Class
org.modeshape.jcr.value.binary.ExternalBinaryValue

Packages that use ExternalBinaryValue
org.modeshape.connector.filesystem   
org.modeshape.connector.git   
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. 
org.modeshape.jcr.value.binary   
 

Uses of ExternalBinaryValue in org.modeshape.connector.filesystem
 

Methods in org.modeshape.connector.filesystem that return ExternalBinaryValue
protected  ExternalBinaryValue FileSystemConnector.binaryFor(File file)
          Utility method for creating a BinaryValue for the given File object.
protected  ExternalBinaryValue FileSystemConnector.createBinaryValue(BinaryKey key, File file)
          Utility method to create a BinaryValue object for the given file.
 ExternalBinaryValue FileSystemConnector.getBinaryValue(String id)
           
 

Uses of ExternalBinaryValue in org.modeshape.connector.git
 

Subclasses of ExternalBinaryValue in org.modeshape.connector.git
 class GitBinaryValue
          A BinaryValue implementation used to read the content of a specific object ID from the supplied repository.
 

Methods in org.modeshape.connector.git that return ExternalBinaryValue
 ExternalBinaryValue GitConnector.getBinaryValue(String id)
           
 

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

Methods in org.modeshape.jcr.cache.document that return ExternalBinaryValue
 ExternalBinaryValue LocalDocumentStore.getExternalBinary(String sourceName, String id)
           
 ExternalBinaryValue DocumentStore.getExternalBinary(String sourceName, String id)
          Retrieves a binary value which has the given id and which is not stored by ModeShape.
 

Uses of ExternalBinaryValue in org.modeshape.jcr.federation
 

Methods in org.modeshape.jcr.federation that return ExternalBinaryValue
 ExternalBinaryValue FederatedDocumentStore.getExternalBinary(String sourceName, String id)
           
 

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

Methods in org.modeshape.jcr.federation.spi that return ExternalBinaryValue
 ExternalBinaryValue Connector.getBinaryValue(String id)
          Returns a binary value which is connector specific and which is never stored by ModeShape.
 

Uses of ExternalBinaryValue in org.modeshape.jcr.value.binary
 

Subclasses of ExternalBinaryValue in org.modeshape.jcr.value.binary
 class UrlBinaryValue
          A BinaryValue implementation used to read the content of a resolvable URL.
 


ModeShape Distribution 3.2.0.Final

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