|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormInstanceData
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 |
---|
Form getForm() throws FormNotFoundException
FormNotFoundException
java.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.IOException
org.xml.sax.SAXException
java.util.List regenerateRenditions() throws FormNotFoundException
FormNotFoundException
java.util.List getRenditions()
java.util.List getRenditions(boolean includeDeleted)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |