com.im.df.api.dml
Class DFScriptXml
java.lang.Object
com.im.df.api.dml.DFScriptXml
- All Implemented Interfaces:
- InfoUtils.CdataProvider, Serializable
public final class DFScriptXml
- extends Object
- implements InfoUtils.CdataProvider, Serializable
Script-specific information that is persisted as XML and stored in DATA column of script DF item.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GROOVY_MIME_TYPE
public static final String GROOVY_MIME_TYPE
- See Also:
- Constant Field Values
DFScriptXml
public DFScriptXml(String mimeType,
String content)
getContent
public String getContent()
getMimeType
public String getMimeType()
getCdataElements
public String[] getCdataElements()
- Specified by:
getCdataElements in interface InfoUtils.CdataProvider
mimeTypeToString
public static String mimeTypeToString(String mimeType)