|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A ContentManager specific to Documents.
This adds a method for retrieving a document's bytes.
ContentManagerHome| Method Summary | |
byte[] |
getContentBlock(DocumentPk key,
long start,
long length)
Deprecated. Use getContentBlock(java.lang.String, long, long) instead. |
byte[] |
getContentBlock(String key,
long start,
long length)
Deprecated. Retrieve the content bytes for the specified document. |
| Methods inherited from interface com.bea.p13n.content.ContentManager |
getContent, getContent, getContentIds, getPropertySet, getPropertySetNames, getPropertySets |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
public byte[] getContentBlock(DocumentPk key,
long start,
long length)
throws RemoteException
key - the document primary key.start - the start index (0 for beginning).length - the number of bytes to get.
RemoteException - thrown on error.getContentBlock(java.lang.String, long, long)
public byte[] getContentBlock(String key,
long start,
long length)
throws RemoteException
key - the document identifier.start - the start index (0 for beginning).length - the number of bytes to get.
RemoteException - thrown on error.
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||