04-19-2010 07:23 AM
List<NodeRef> thumbnails = thumbnailService.getThumbnails(nodeRef, ContentModel.PROP_CONTENT, null, null);
if (nodeService.hasAspect(nodeRef, ContentModel.ASPECT_THUMBNAILED)) {
if (!nodeService.hasAspect(nodeRef, RenditionModel.ASPECT_RENDITIONED)) {
nodeService.addAspect(nodeRef, RenditionModel.ASPECT_RENDITIONED, null);
}
}
04-19-2010 07:34 AM
04-20-2010 04:41 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.