DEPRECATED
com.bea.p13n.content.ContentManager
A ContentManager specific to Documents.
This adds a method for retrieving a document's bytes.
Related Topics
com.bea.p13n.content.ContentManager
, EJBObject
, Remote
Method Summary |
public byte[] |
|
public byte[] |
|
Methods from interface com.bea.p13n.content. |
|
Methods from interface javax.ejb. |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public byte[] getContentBlock(Retrieve the content bytes for the specified document.String
key, long start, long length)
throwsRemoteException
RemoteException
DEPRECATED Use getContentBlock(java.lang.String, long, long) instead.
public byte[] getContentBlock(Retrieve the content bytes for the specified document.DocumentPk
key, long start, long length)
throwsRemoteException
RemoteException
Related Topics