Answered your question in the forums as well. Using the JavaScript API you can ask a document to generate its thumbnail, like this:
document.createThumbnail("doclib");
在这种情况下,“思想”是“分享”文件图书馆的星座名称,但这可能是你创造的任何th词。
http://docs.alfresco.com/4.0/topic/com.alfresco.business.doc/viss/API-JS-Thumbnail-createThumbnail.html“rel=“noreferer”http://docs.alfresco.com/4.0/topic/com.alfresco.business.doc/viss/API-JS-Thumbnail-createumbnail.html
Java,见org.alfresco.repo.thumbnail.CreateThumbnailAction。 子宫外产物。 在你自己的班子里,你可以做类似的事情。 更确切地说,利用行动处援引制造灾难的行动。
To use the Action Service, all you need is the name of the action and the parameters it expects. For example, here s what it looks like when you use the mail action:
ActionService actionService = getServiceRegistry().getActionService();
Action mailAction = actionService.createAction(MailActionExecuter.NAME);
mailAction.setParameterValue(MailActionExecuter.PARAM_SUBJECT, ExternalReviewNotification.SUBJECT);
mailAction.setParameterValue(MailActionExecuter.PARAM_TO, recipient);
mailAction.setParameterValue(MailActionExecuter.PARAM_FROM, ExternalReviewNotification.FROM_ADDRESS);
mailAction.setParameterValue(MailActionExecuter.PARAM_TEXT, sb.toString());
actionService.executeAction(mailAction, null);
为了对th子进行治疗,你将“create-thumbnail”改为“ThumbnailActionExecuter.NAME”。 看看这一类的来源,我看看看它有两个参数:PARAM_CONTENT_PROPERTY,即“cm:content”,和PARAM_THUMBNAIL_NAME,如果你自行界定,那将是普通文件图书馆的“思想”。
在“执行行动”呼吁中,有一点需要指出,第二个论点是“对 no子采取行动”。 在你看来,你想要成为你正在制造的umb子。