01-18-2011 11:09 AM
01-19-2011 05:59 AM
{http://www.alfresco.org/model/content/1.0}taggable
aspect, but I don't know which named values to add to the node in order to make the tags associated to the node itself.
String TAG_CONSTANT = {http://www.alfresco.org/model/content/1.0}taggable
NamedValue tagValues[] = new NamedValue[1];
tagValues[0] = Utils.createNamedValue( "tag:tags", "tag-luca");
CMLAddAspect addAspectTags = new CMLAddAspect( TAG_CONSTANT, tagValues, null, "1");
02-10-2011 04:36 AM
Utils.createNamedValue
can you explain what Utils is please…
03-11-2011 02:56 AM
Hi in your codecan you explain what Utils is please…Utils.createNamedValue
03-14-2011 07:33 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.