08-19-2008 09:53 PM
08-20-2008 11:16 AM
var node = companyhome.childByNamePath("Data Dictionary/Web Scripts/test.ftl");
08-29-2008 10:48 AM
String query = "+PATH:\"app:company_home/app:dictionary/app:email_templates/cm:template.ftl\"";
SearchService searchService = serviceRegistry.getSearchService();
StoreRef storeRef = new StoreRef(StoreRef.PROTOCOL_WORKSPACE,
"SpacesStore");
ResultSet resultSet = searchService.query(storeRef,
SearchService.LANGUAGE_LUCENE, query);
NodeRef template = resultSet.getNodeRef(0);
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.