07-28-2009 07:07 AM
07-28-2009 07:38 AM
07-28-2009 07:51 AM
07-28-2009 08:23 AM
07-28-2009 08:55 AM
07-28-2009 09:13 AM
12-20-2010 07:15 AM
12-21-2010 12:30 AM
NamedValue[] contentProps = new NamedValue[1];
NamedValue[] titledProps = new NamedValue[length];
contentProps[0] = Utils.createNamedValue(Constants.PROP_NAME, fileName);
for(int =0;i<length; i++){
String attribName = get from list
String attribValue = get from list
titledProps[i] = Utils.createNamedValue(attribName,attribValue );
}
CMLAddAspect addAspect = new CMLAddAspect(Constants.ASPECT_TITLED, titledProps, null, "1");
……………………………..
…………………………….
CMLCreate create = new CMLCreate("1", companyHomeParent, companyHomeParent.getUuid(), Constants.ASSOC_CONTAINS, null, Constants.PROP_CONTENT, contentProps);
create.setType(documentData.get("documentType"));//take from what you have given in model file
12-21-2010 07:25 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.