ModeShape Distribution 3.0.0.Beta1

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

Packages that use BinaryStoreException
org.modeshape.jcr.value Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.modeshape.jcr.value.binary   
 

Uses of BinaryStoreException in org.modeshape.jcr.value
 

Methods in org.modeshape.jcr.value that throw BinaryStoreException
 BinaryValue BinaryFactory.find(BinaryKey secureHash, long size)
          Find an existing binary value given the supplied binary key.
 

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

Methods in org.modeshape.jcr.value.binary that throw BinaryStoreException
 BinaryValue BinaryStoreValueFactory.find(BinaryKey secureHash, long size)
           
protected  File FileSystemBinaryStore.findFile(File directory, BinaryKey key, boolean createParentDirsIfMissing)
           
 String InfinispanBinaryStore.getExtractedText(BinaryValue source)
           
 String FileSystemBinaryStore.getExtractedText(BinaryValue source)
           
 String DatabaseBinaryStore.getExtractedText(BinaryValue source)
           
 String BinaryStore.getExtractedText(BinaryValue source)
          Retrieves the extracted text of a binary value, which may or may not have been stored previously.
 InputStream InfinispanBinaryStore.getInputStream(BinaryKey key)
           
 InputStream FileSystemBinaryStore.getInputStream(BinaryKey key)
           
 InputStream DatabaseBinaryStore.getInputStream(BinaryKey key)
           
 InputStream BinaryStore.getInputStream(BinaryKey key)
          Get an InputStream to the binary content with the supplied key.
protected  String FileSystemBinaryStore.getStoredMimeType(BinaryValue binaryValue)
           
protected  String AbstractBinaryStore.getStoredMimeType(BinaryValue binaryValue)
          Returns the stored mime-type of a binary value.
 InputStream StoredBinaryValue.getStream()
           
 String BinaryStore.getText(BinaryValue binary)
          Get the text that can be extracted from this binary content.
 String AbstractBinaryStore.getText(BinaryValue binary)
           
protected  void TransientBinaryStore.initializeStorage(File directory)
          Ensures that the directory used by this binary store exists and can be both read and written to.
protected  void FileSystemBinaryStore.initializeStorage(File directory)
           
protected  void FileSystemBinaryStore.markAsUnused(BinaryKey key)
           
 void InfinispanBinaryStore.markAsUnused(Iterable<BinaryKey> keys)
           
 void FileSystemBinaryStore.markAsUnused(Iterable<BinaryKey> keys)
           
 void DatabaseBinaryStore.markAsUnused(Iterable<BinaryKey> keys)
           
 void BinaryStore.markAsUnused(Iterable<BinaryKey> keys)
          Mark the supplied binary keys as unused, but key them in quarantine until needed again (at which point they're removed from quarantine) or until BinaryStore.removeValuesUnusedLongerThan(long, TimeUnit) is called.
protected  void FileSystemBinaryStore.moveFileExclusively(File original, File destination)
           
 void InfinispanBinaryStore.removeValuesUnusedLongerThan(long minimumAge, TimeUnit unit)
           
 void FileSystemBinaryStore.removeValuesUnusedLongerThan(long minimumAge, TimeUnit unit)
           
 void DatabaseBinaryStore.removeValuesUnusedLongerThan(long minimumAge, TimeUnit unit)
           
 void BinaryStore.removeValuesUnusedLongerThan(long minimumAge, TimeUnit unit)
          Remove binary values that have been unused for at least the specified amount of time.
 void InfinispanBinaryStore.storeExtractedText(BinaryValue source, String extractedText)
           
 void FileSystemBinaryStore.storeExtractedText(BinaryValue source, String extractedText)
           
 void DatabaseBinaryStore.storeExtractedText(BinaryValue source, String extractedText)
           
 void BinaryStore.storeExtractedText(BinaryValue source, String extractedText)
          Stores the extracted text of a binary value into this store.
protected  void FileSystemBinaryStore.storeMimeType(BinaryValue binaryValue, String mimeType)
           
protected  void AbstractBinaryStore.storeMimeType(BinaryValue binaryValue, String mimeType)
          Stores the given mime-type for a binary value.
 BinaryValue InfinispanBinaryStore.storeValue(InputStream stream)
           
 BinaryValue FileSystemBinaryStore.storeValue(InputStream stream)
           
 BinaryValue DatabaseBinaryStore.storeValue(InputStream stream)
           
 BinaryValue BinaryStore.storeValue(InputStream stream)
          Store the binary value and return the JCR representation.
protected  void FileSystemBinaryStore.touch(File file)
           
 


ModeShape Distribution 3.0.0.Beta1

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