public interface IForm extends IElement, IConnectorParentContextSupport
IMailForm| Modifier and Type | Method and Description | 
|---|---|
Date | 
getCreatedDate()
Gets the created date. 
 | 
byte[] | 
getCurrentXml()
Gets the current XML description. 
 | 
byte[] | 
getCustomXml()
Deprecated. 
 
: Use the  
getCurrentXml() method. | 
Collection<String> | 
getExtensionClassesNames()
Gets the extension classes. 
 | 
Date | 
getModifiedDate()
Gets the modified date. 
 | 
String | 
getName()
Gets the name of the form. 
 | 
byte[] | 
getOriginalXml()
Deprecated. 
 
: Use the  
getCurrentXml() method. | 
boolean | 
isMobileForm()
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! 
 | 
getId, getModule, getNativeObject, getPath, savegetParentContextString getName()
void setModifiedDate(Date date)
date - The Date to set.@Deprecated byte[] getCustomXml()
getCurrentXml() method.@Deprecated byte[] getOriginalXml()
getCurrentXml() method.byte[] getCurrentXml()
@Deprecated void setCustomXml(byte[] xmlBytes)
xmlBytes - a byte[] object.DOMException@Deprecated void setOriginalXml(byte[] xmlBytes)
xmlBytes - a byte[] object.DOMExceptionCollection<String> getExtensionClassesNames()
void setExtensionClassesNames(Collection<String> extensions)
extensions - a java.util.Collection object.boolean isMobileForm()
Copyright © 2019 Visiativ Software. All rights reserved.