01-31-2011 01:23 AM
01-31-2011 03:50 AM
…
Content content = null;
try {
Content[] read = getContentService().read(new Predicate(new Reference[] { nodeReference }, WORKSPACE_STORE, null), Constants.PROP_CONTENT);
content = read[0];
System.out.println(content.getUrl());
} catch (Exception) { }
…
01-31-2011 04:15 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.