|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceBasedBLOBStore
ResourceBasedBLOBStore extends the BLOBStore
interface with the method getResource(String)
| Method Summary | |
|---|---|
FileSystemResource |
getResource(java.lang.String blobId)
Retrieves the BLOB data with the specified id as a permanent resource. |
| Methods inherited from interface org.apache.jackrabbit.core.persistence.util.BLOBStore |
|---|
createId, get, put, remove |
| Method Detail |
|---|
FileSystemResource getResource(java.lang.String blobId)
throws java.lang.Exception
blobId - identifier of the BLOB data as returned by
BLOBStore.createId(PropertyId, int)
java.lang.Exception - if an error occured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||