|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface class FileContentManager
Interface for accessing file content.
Method Summary | |
---|---|
java.io.InputStream |
getContent(long id) Returns the contents of an item identified by the given ID. |
Method Detail |
---|
java.io.InputStream getContent(long id) throws FdkException
FileContentManager
null
will be returned or and exception may be raised, depending on the type of the item.
The caller must call close()
on the returned InputStream
when no longer needed.
id
- The ID of the item to get the content for.InputStream
or null
if the item has no content. The caller must close()
the stream when no longer needed.FdkException
- if the operation fails.
|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |