05-27-2010 08:35 AM
String path = "/article.html"
Store store = new Store("avm", "site1");
ContentServiceSoapBindingStub contentService = WebServiceFactory.getContentService();
Reference ref = new Reference(store, null, path);
Content[] readResult = contentService.read(
new Predicate(new Reference[]{ref}, store, null),
Constants.PROP_CONTENT);
Content content = readResult[0];
Failed to resolve to a single NodeRef with parameters (store=avm:site1 uuid=null path=/article.html), found 0 nodes.
05-27-2010 09:38 AM
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.