public interface ResourceBasedBLOBStore extends BLOBStore
ResourceBasedBLOBStore
extends the BLOBStore
interface with the method getResource(String)
Note that The DataStore should nowadays be used instead of the BLOBStore.
Modifier and Type | Method and Description |
---|---|
FileSystemResource |
getResource(String blobId)
Retrieves the BLOB data with the specified id as a permanent resource.
|
FileSystemResource getResource(String blobId) throws Exception
blobId
- identifier of the BLOB data as returned by
BLOBStore.createId(org.apache.jackrabbit.core.id.PropertyId , int)
Exception
- if an error occurredCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.