org.apache.jackrabbit.core.state.bdb
Interface BLOBStore

All Known Implementing Classes:
BerkeleyDBPersistenceManager

public interface BLOBStore


Method Summary
 FileSystemResource get(String blobId)
           
 String put(PropertyId id, int index, InputStream in, long size)
           
 boolean remove(String blobId)
           
 

Method Detail

put

public String put(PropertyId id,
                  int index,
                  InputStream in,
                  long size)
           throws Exception
Throws:
Exception

get

public FileSystemResource get(String blobId)
                       throws Exception
Throws:
Exception

remove

public boolean remove(String blobId)
               throws Exception
Throws:
Exception


Copyright © 2005 The Apache Software Foundation. All Rights Reserved.