12-15-2010 07:35 PM
12-15-2010 11:50 PM
12-16-2010 05:39 AM
…
CML cml = new CML();
CMLCreate create = new CMLCreate("1", parent, null, Constants.ASSOC_CONTAINS, null, documentTypeQName, properties);
CMLAddAspect aspect = new CMLAddAspect(aspectName, aspectProperties, null, "1");
CMLCreate create2 = new CMLCreate("2", parent, null, Constants.ASSOC_CONTAINS, null, documentTypeQName2, properties2);
CMLAddAspect aspect2 = new CMLAddAspect(aspectName2, aspectProperties2, null, "2");
cml.setAddAspect(new CMLAddAspect[] {aspect, aspect2});
cml.setCreate(new CMLCreate[] { create, create2 });
UpdateResult[] results = getRepositoryService().update(cml);
…
12-17-2010 03:38 PM
To answer your first question, alfresco uses the ContentModelling concept store the data.
You can explore content modelling in alfresco to ge the answer.
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.