DocumentDataType Interface

com.bea.wli.management.archiving
DocumentDataType Interface

public interface DocumentDataType

These constants represent types of data stored in WLI_DOCUMENT_DATA.DATA. These types apply to archived data. All of these are stored in BLOB column, however depending on the type, can be interpreted as text.

Field Summary

public static final int
TYPE_EXCEPTION
Text representation of a java.lang.Exception.
public static final int
TYPE_OTHER
int
public static final int
TYPE_RAW_DATA
Contents of some com.bea.data.RawData.
public static final int
TYPE_STRING
Arbitrary string.
public static final int
TYPE_XML_TEXT
XML text
 

Field Detail

TYPE_EXCEPTION

public static final int TYPE_EXCEPTION
Text representation of a java.lang.Exception.


TYPE_OTHER

public static final int TYPE_OTHER


TYPE_RAW_DATA

public static final int TYPE_RAW_DATA
Contents of some com.bea.data.RawData.


TYPE_STRING

public static final int TYPE_STRING
Arbitrary string.


TYPE_XML_TEXT

public static final int TYPE_XML_TEXT
XML text