02-13-2011 04:34 PM
03-01-2012 01:35 PM
08-20-2013 06:28 AM
08-20-2013 07:44 AM
08-20-2013 08:01 AM
08-20-2013 08:35 AM
08-20-2013 09:21 AM
if(alfDoc.hasAspect("P:cm:titled")) {
Map<String, Object> properties = new HashMap<String, Object>();
properties.put("cm:description", "My taggable document");
alfDoc.updateProperties(properties);
}
if(alfDoc.hasAspect("P:cm:generalclassifiable")) {
Map<String, Object> properties = new HashMap<String, Object>();
properties.put("cm:categories", "my new category");
alfDoc.updateProperties(properties);
}
08-20-2013 10:47 AM
08-21-2013 03:54 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.