08-23-2007 10:27 AM
MLText contentTitle
MLText contentDescription
Map<QName, Serializable> titledProps = new HashMap<QName, Serializable>();
titledProps.put(ContentModel.PROP_TITLE, contentTitle);
titledProps.put(ContentModel.PROP_DESCRIPTION, contentDescription);
nodeService.addAspect(content, ContentModel.ASPECT_TITLED, titledProps);
MLText descriptions = (MLText)galleryProps.get(ContentModel.PROP_DESCRIPTION);
08-29-2007 10:47 AM
09-05-2007 06:10 AM
MLPropertyInterceptor.setMLAware(true);
The default behaviour assumes the client knows nothing of ML services. We'll probably switch this around at some stage, but it will break many clients.
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.