10-11-2006 03:45 AM
10-11-2006 10:43 AM
String strContent = null;
ContentServiceSoapBindingStub contentService = WebServiceFactory.getContentService();
Reference reference = node.getReference();
Content[] readResult = contentService.read( new Predicate(new Reference[]{reference}, STORE, null), Constants.PROP_CONTENT);
Content content = readResult[0];
try {
strContent = ContentUtils.getContentAsString(content);
} catch (WebServiceException we) {
// Document has no content
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.