03-26-2008 11:34 AM
NodeRef padre=null;
try{
padre = new NodeRef("/app:company_home/cm:sample_folder");
System.out.println(padre == null);
}catch(Exception ex){
System.err.println("MIKI ERROR:"+ex.getMessage());
ex.printStackTrace(System.err);
}
List<FileInfo> ls = fileFolderService.list(padre);
for (FileInfo info : ls)
System.out.println(info.toString());
04-07-2008 10:43 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.