Uses of Class
org.alfresco.repo.thumbnail.script.ScriptThumbnail
-
Packages that use ScriptThumbnail Package Description org.alfresco.repo.jscript -
-
Uses of ScriptThumbnail in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript that return ScriptThumbnail Modifier and Type Method Description ScriptThumbnailScriptNode. createThumbnail(java.lang.String thumbnailName)Creates a thumbnail for the content property of the node.ScriptThumbnailScriptNode. createThumbnail(java.lang.String thumbnailName, boolean async)Creates a thumbnail for the content property of the node.ScriptThumbnailScriptNode. createThumbnail(java.lang.String thumbnailName, boolean async, boolean force)Creates a thumbnail for the content property of the node.ScriptThumbnailScriptNode. getThumbnail(java.lang.String thumbnailName)Get the given thumbnail for the content propertyScriptThumbnail[]ScriptNode. getThumbnails()Get the all the thumbnails for a given node's content property.
-