Class ScriptRenditionDefinition
java.lang.Object
org.alfresco.repo.jscript.ScriptAction
org.alfresco.repo.rendition.script.ScriptRenditionDefinition
- All Implemented Interfaces:
Serializable,Scopeable
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.alfresco.repo.jscript.ScriptAction
ScriptAction.ScriptableParameterMap<K,V> -
Field Summary
Fields inherited from class org.alfresco.repo.jscript.ScriptAction
action, actionDef, services -
Constructor Summary
ConstructorsConstructorDescriptionScriptRenditionDefinition(ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope, RenderingEngineDefinition engineDefinition, RenditionDefinition renditionDefinition) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteImpl(ScriptNode node) Deprecated.Deprecated.Returns the name of the Rendering Engine used by this definition.Deprecated.Returns the name of this rendition definition in prefix:localName format.toString()Deprecated.Methods inherited from class org.alfresco.repo.jscript.ScriptAction
execute, execute, execute, execute, executeAsynchronously, executeAsynchronouslyImpl, getName, getParameters, performParamConversionForRepo, setScope
-
Constructor Details
-
ScriptRenditionDefinition
public ScriptRenditionDefinition(ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope, RenderingEngineDefinition engineDefinition, RenditionDefinition renditionDefinition) Deprecated.
-
-
Method Details
-
getRenditionName
Deprecated.Returns the name of this rendition definition in prefix:localName format.- Returns:
- the name which uniquely identifies this rendition definition.
-
getRenderingEngineName
Deprecated.Returns the name of the Rendering Engine used by this definition.- Returns:
- String
-
toString
Deprecated. -
executeImpl
Deprecated.- Overrides:
executeImplin classScriptAction
-