Package com.axemble.vdoc.sdk.interfaces
Interface IForm
- All Superinterfaces:
- IConnectorParentContextSupport,- IElement,- Serializable
- All Known Subinterfaces:
- IMailForm
The form object.
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionGets the created date.byte[]Gets the current XML description.byte[]Deprecated.Gets the extension classes.Gets the modified date.getName()Gets the name of the form.byte[]Deprecated.: Use thegetCurrentXml()method.booleanCheck is mobile form.voidsetCustomXml(byte[] xmlBytes) Deprecated.Do not use this method anymore!voidsetExtensionClassesNames(Collection<String> extensions) Sets the extension classes names.voidsetModifiedDate(Date date) Sets the modified date.voidsetOriginalXml(byte[] xmlBytes) Deprecated.Do not use this method anymore!Methods inherited from interface com.axemble.vdoc.sdk.supports.IConnectorParentContextSupportgetParentContext
- 
Method Details- 
getNameString getName()Gets the name of the form.- Returns:
- The system name of the form.
 
- 
getCreatedDateDate getCreatedDate()Gets the created date.- Returns:
- a Dateobject.
 
- 
setModifiedDateSets the modified date.- Parameters:
- date- The- Dateto set.
 
- 
getModifiedDateDate getModifiedDate()Gets the modified date.- Returns:
- a Dateobject.
 
- 
getCustomXmlDeprecated.: Use thegetCurrentXml()method.Gets the original XML description.- Returns:
- a byte[] object.
 
- 
getOriginalXmlDeprecated.: Use thegetCurrentXml()method.Gets the original XML description.- Returns:
- a byte[] object.
 
- 
getCurrentXmlbyte[] getCurrentXml()Gets the current XML description.- Returns:
- a byte[] object.
 
- 
setCustomXmlDeprecated.Do not use this method anymore!Sets the original XML description.- Parameters:
- xmlBytes- a byte[] object.
- Throws:
- DOMException
 
- 
setOriginalXmlDeprecated.Do not use this method anymore!Sets the custom XML description.- Parameters:
- xmlBytes- a byte[] object.
- Throws:
- DOMException
 
- 
getExtensionClassesNamesCollection<String> getExtensionClassesNames()Gets the extension classes.- Returns:
- a java.util.Collection object.
 
- 
setExtensionClassesNamesSets the extension classes names.- Parameters:
- extensions- a java.util.Collection object.
 
- 
isMobileFormboolean isMobileForm()Check is mobile form.- Returns:
- boolean
 
 
- 
getCurrentXml()method.