com.bea.wli.management.archiving
Interface DocumentDataType


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
static int TYPE_EXCEPTION
          Text representation of a java.lang.Exception.
static int TYPE_OTHER
           
static int TYPE_RAW_DATA
          Contents of some com.bea.data.RawData.
static int TYPE_STRING
          Arbitrary string.
static int TYPE_XML_TEXT
          XML text
 

Field Detail

TYPE_STRING

static final int TYPE_STRING
Arbitrary string.

See Also:
Constant Field Values

TYPE_XML_TEXT

static final int TYPE_XML_TEXT
XML text

See Also:
Constant Field Values

TYPE_RAW_DATA

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

See Also:
Constant Field Values

TYPE_EXCEPTION

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

See Also:
Constant Field Values

TYPE_OTHER

static final int TYPE_OTHER
See Also:
Constant Field Values