Class ScriptRenditionDefinition

java.lang.Object
org.alfresco.repo.jscript.ScriptAction
org.alfresco.repo.rendition.script.ScriptRenditionDefinition
All Implemented Interfaces:
Serializable, Scopeable

@Deprecated public final class ScriptRenditionDefinition extends ScriptAction
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
RenditionDefinition JavaScript Object. This class is a JavaScript-friendly wrapper for the renditionDefinition class.
Author:
Neil McErlean
See Also:
  • Constructor Details

  • Method Details

    • getRenditionName

      public String getRenditionName()
      Deprecated.
      Returns the name of this rendition definition in prefix:localName format.
      Returns:
      the name which uniquely identifies this rendition definition.
    • getRenderingEngineName

      public String getRenderingEngineName()
      Deprecated.
      Returns the name of the Rendering Engine used by this definition.
      Returns:
      String
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • executeImpl

      protected void executeImpl(ScriptNode node)
      Deprecated.
      Overrides:
      executeImpl in class ScriptAction