com.im.df.api 5.9

com.im.df.api.dml
Class DFScriptXml

java.lang.Object
  extended by 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

Field Summary
static String GROOVY_MIME_TYPE
           
 
Constructor Summary
DFScriptXml(String mimeType, String content)
           
 
Method Summary
 String[] getCdataElements()
           
 String getContent()
           
 String getMimeType()
           
static String mimeTypeToString(String mimeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROOVY_MIME_TYPE

public static final String GROOVY_MIME_TYPE
See Also:
Constant Field Values
Constructor Detail

DFScriptXml

public DFScriptXml(String mimeType,
                   String content)
Method Detail

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)

com.im.df.api 5.9