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)Deprecated.The async flag in the method signature will not be applicable as all of the future transformations will be asynchronousScriptThumbnailScriptNode. createThumbnail(java.lang.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 asynchronousScriptThumbnailScriptNode. 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.
-