org.alfresco.web.forms
Interface FormInstanceData

All Superinterfaces:
java.io.Serializable

public interface FormInstanceData
extends java.io.Serializable

Encapsulation of form instance data.


Nested Class Summary
static class FormInstanceData.RegenerateResult
           
 
Method Summary
 org.w3c.dom.Document getDocument()
          returns the parsed form instance data
 Form getForm()
          the form generate this form instance data
 java.lang.String getName()
          the name of this instance data
 java.lang.String getPath()
          the path to the contents of this form instance data
 java.util.List getRenditions()
          returns all renditions of this form instance data
 java.util.List getRenditions(boolean includeDeleted)
          returns all renditions of this form instance data (include deleted AVM nodes)
 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
 java.util.List regenerateRenditions()
          Regenerates all renditions of this form instance data
 

Method Detail

getForm

Form getForm()
             throws FormNotFoundException
the form generate this form instance data

Throws:
FormNotFoundException

getName

java.lang.String getName()
the name of this instance data


getWebappRelativePath

java.lang.String getWebappRelativePath()
the path relative to the containing webapp


getSandboxRelativePath

java.lang.String getSandboxRelativePath()
the path relative to the sandbox


getPath

java.lang.String getPath()
the path to the contents of this form instance data


getUrl

java.lang.String getUrl()
the url to the asset


getDocument

org.w3c.dom.Document getDocument()
                                 throws java.io.IOException,
                                        org.xml.sax.SAXException
returns the parsed form instance data

Throws:
java.io.IOException
org.xml.sax.SAXException

regenerateRenditions

java.util.List regenerateRenditions()
                                    throws FormNotFoundException
Regenerates all renditions of this form instance data

Throws:
FormNotFoundException

getRenditions

java.util.List getRenditions()
returns all renditions of this form instance data


getRenditions

java.util.List getRenditions(boolean includeDeleted)
returns all renditions of this form instance data (include deleted AVM nodes)



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.