Uses of Class
org.alfresco.repo.thumbnail.script.ScriptThumbnail
Packages that use ScriptThumbnail
-
Uses of ScriptThumbnail in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript that return ScriptThumbnailModifier and TypeMethodDescriptionScriptNode.createThumbnail(String thumbnailName) Creates a thumbnail for the content property of the node.ScriptNode.createThumbnail(String thumbnailName, boolean async) Deprecated.The async flag in the method signature will not be applicable as all of the future transformations will be asynchronousScriptNode.createThumbnail(String thumbnailName, boolean async, boolean force) Deprecated.The async flag in the method signature will not be applicable as all of the future transformations will be asynchronousScriptNode.getThumbnail(String thumbnailName) Get the given thumbnail for the content propertyScriptNode.getThumbnails()Get the all the thumbnails for a given node's content property.