public interface FormInstanceData
extends java.io.Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FormInstanceData.RegenerateResult |
| Modifier and Type | Method and Description |
|---|---|
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
|
Form getForm() throws FormNotFoundException
FormNotFoundExceptionjava.lang.String getName()
java.lang.String getWebappRelativePath()
java.lang.String getSandboxRelativePath()
java.lang.String getPath()
java.lang.String getUrl()
org.w3c.dom.Document getDocument()
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOExceptionorg.xml.sax.SAXExceptionjava.util.List regenerateRenditions()
throws FormNotFoundException
FormNotFoundExceptionjava.util.List getRenditions()
java.util.List getRenditions(boolean includeDeleted)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.