ModeShape Distribution 3.0.0.Beta2

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
static InputStream Database.asStream(ResultSet rs)
          Provides access to query data
static String Database.asString(ResultSet rs)
          Provides access to query data
protected  String Database.blobType(Connection connection, int size)
          Determine the database-specific BLOB column type.
 void Database.createTable()
          Creates table for storage.
static void Database.execute(PreparedStatement sql)
          Executes specifies statement.
static ResultSet Database.executeQuery(PreparedStatement sql)
          Runs SQL statement
static void Database.executeUpdate(PreparedStatement sql)
          Executes specifies update statement.
 BinaryValue BinaryStoreValueFactory.find(BinaryKey secureHash, long size)
           
protected  File FileSystemBinaryStore.findFile(File directory, BinaryKey key, boolean createParentDirsIfMissing)
           
 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 DatabaseBinaryStore.getStoredMimeType(BinaryValue source)
           
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)
           
 PreparedStatement Database.insertContentSQL(BinaryKey key, InputStream stream)
          Create statement for store content.
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.
 PreparedStatement Database.markUnusedSQL(BinaryKey key)
          Generates SQL statement which marks content as not used.
protected  void FileSystemBinaryStore.moveFileExclusively(File original, File destination)
           
 PreparedStatement Database.removeExpiredContentSQL(long deadline)
          Generates SQL statement which removes expired content.
 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.
 PreparedStatement Database.retrieveContentSQL(BinaryKey key)
          Generates SQL statement for content retrieve.
 PreparedStatement Database.retrieveExtTextSQL(BinaryKey key)
          Generate SQL statement which returns extracted text.
 PreparedStatement Database.retrieveMimeTypeSQL(BinaryKey key)
          Generates SQL statement for mime type retrieve.
 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 DatabaseBinaryStore.storeMimeType(BinaryValue source, 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.
 boolean Database.tableExists()
          Checks database for CONTENT_STORE table
protected  void FileSystemBinaryStore.touch(File file)
           
 PreparedStatement Database.updateExtTextSQL(BinaryKey key, String text)
          Generates SQL statement which updates extracted text field.
 PreparedStatement Database.updateMimeTypeSQL(BinaryKey key, String mimeType)
          Generates SQL statement which modifies mime type value.
 


ModeShape Distribution 3.0.0.Beta2

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