08-24-2007 06:07 AM
11-21-2007 10:30 AM
12-04-2007 05:56 PM
for(ResultSetRow row : rows) {
String nodeId = row.getNode().getId();
Reference reference = new Reference(LilacConstants.STORE, nodeId, null);
Predicate predicate = new Predicate(new Reference[]{reference}, null, null);
LilacDoc contentResult = new LilacDoc();
contentResult.setId(nodeId);
// Use the content service to figure out the URL
ContentServiceSoapBindingStub contentService = WebServiceFactory.getContentService();
Content[] readResult = contentService.read(predicate, Constants.PROP_CONTENT);
Content content = readResult[0];
contentResult.setUrl(content.getUrl() + "?ticket=" + AuthenticationUtils.getTicket());
……
12-20-2007 06:18 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.