ModeShape Distribution 3.0.0.Alpha6

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)
           
 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.
 InputStream StoredBinaryValue.getStream()
           
 String InfinispanBinaryStore.getText(BinaryValue binary)
           
 String FileSystemBinaryStore.getText(BinaryValue binary)
           
 String DatabaseBinaryStore.getText(BinaryValue binary)
           
 String BinaryStore.getText(BinaryValue binary)
          Get the text that can be extracted from this binary content.
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.
 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.Alpha6

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