public interface Rendition
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
the description of this rendition
|
java.lang.String |
getDescriptionAttribute()
the HTML description attribute for UI
|
java.lang.String |
getFileTypeImage()
the file type image for the rendition
|
java.lang.String |
getLabelAttribute()
the HTML label attribute for UI
|
java.lang.String |
getName()
the name of this rendition
|
java.io.OutputStream |
getOutputStream()
the output stream for the rendition
|
java.lang.String |
getPath()
the path to the contents of this rendition
|
FormInstanceData |
getPrimaryFormInstanceData()
the primary form instance data used to generate this rendition
|
FormInstanceData |
getPrimaryFormInstanceData(boolean includeDeleted)
the primary form instance data used to generate this rendition (include deleted AVM nodes)
|
RenderingEngineTemplate |
getRenderingEngineTemplate()
the rendering engine template that generated this rendition
|
java.lang.String |
getSandboxRelativePath()
the path relative to the sandbox
|
java.lang.String |
getUrl()
the url to the asset
|
java.lang.String |
getWebappRelativePath()
the path relative to the containing webapp
|
void |
regenerate()
regenerates the contents of this rendition using the primary form instance data
|
void |
regenerate(FormInstanceData formInstanceData)
regenerates the contents of this rendition using the provided form instance data
|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getWebappRelativePath()
java.lang.String getSandboxRelativePath()
FormInstanceData getPrimaryFormInstanceData() throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionFormInstanceData getPrimaryFormInstanceData(boolean includeDeleted) throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionRenderingEngineTemplate getRenderingEngineTemplate()
java.lang.String getPath()
java.lang.String getUrl()
java.lang.String getFileTypeImage()
java.io.OutputStream getOutputStream()
java.lang.String getLabelAttribute()
java.lang.String getDescriptionAttribute()
void regenerate()
throws java.io.IOException,
RenderingEngine.RenderingException,
org.xml.sax.SAXException
java.io.IOExceptionRenderingEngine.RenderingExceptionorg.xml.sax.SAXExceptionvoid regenerate(FormInstanceData formInstanceData) throws java.io.IOException, RenderingEngine.RenderingException, org.xml.sax.SAXException
java.io.IOExceptionRenderingEngine.RenderingExceptionorg.xml.sax.SAXExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.