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 Summary
Modifier 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.boolean
Check is mobile form.void
setCustomXml
(byte[] xmlBytes) Deprecated.Do not use this method anymore!void
setExtensionClassesNames
(Collection<String> extensions) Sets the extension classes names.void
setModifiedDate
(Date date) Sets the modified date.void
setOriginalXml
(byte[] xmlBytes) Deprecated.Do not use this method anymore!Methods inherited from interface com.axemble.vdoc.sdk.supports.IConnectorParentContextSupport
getParentContext
-
Method Details
-
getName
String getName()Gets the name of the form.- Returns:
- The system name of the form.
-
getCreatedDate
Date getCreatedDate()Gets the created date.- Returns:
- a
Date
object.
-
setModifiedDate
Sets the modified date.- Parameters:
date
- TheDate
to set.
-
getModifiedDate
Date getModifiedDate()Gets the modified date.- Returns:
- a
Date
object.
-
getCustomXml
Deprecated.: Use thegetCurrentXml()
method.Gets the original XML description.- Returns:
- a byte[] object.
-
getOriginalXml
Deprecated.: Use thegetCurrentXml()
method.Gets the original XML description.- Returns:
- a byte[] object.
-
getCurrentXml
byte[] getCurrentXml()Gets the current XML description.- Returns:
- a byte[] object.
-
setCustomXml
Deprecated.Do not use this method anymore!Sets the original XML description.- Parameters:
xmlBytes
- a byte[] object.- Throws:
DOMException
-
setOriginalXml
Deprecated.Do not use this method anymore!Sets the custom XML description.- Parameters:
xmlBytes
- a byte[] object.- Throws:
DOMException
-
getExtensionClassesNames
Collection<String> getExtensionClassesNames()Gets the extension classes.- Returns:
- a java.util.Collection object.
-
setExtensionClassesNames
Sets the extension classes names.- Parameters:
extensions
- a java.util.Collection object.
-
isMobileForm
boolean isMobileForm()Check is mobile form.- Returns:
- boolean
-
getCurrentXml()
method.