com.businessobjects.sdk.plugin.desktop.agnostic
Interface IAgnosticBase

All Known Subinterfaces:
IAgnostic

public interface IAgnosticBase

This interface contains the MIME type identifying it as an agnostic formatted report, and the byte stream to pass to a Response object so it can be displayed in the proper format on the HTML page.


Field Summary
static java.lang.String KIND
           
static java.lang.String PROGID
           
 
Method Summary
 java.lang.String getDocFormatName()
           Gets the format name
 void setDocFormatName(java.lang.String formatName)
           Sets the format name
 void setMimeType(java.lang.String mimeType)
           Sets the MIME type of the target object.
 

Field Detail

KIND

static final java.lang.String KIND
See Also:
Constant Field Values

PROGID

static final java.lang.String PROGID
See Also:
Constant Field Values
Method Detail

setMimeType

void setMimeType(java.lang.String mimeType)

Sets the MIME type of the target object.

Parameters:
mimeType - A String specifying the MIME type of the target object.

setDocFormatName

void setDocFormatName(java.lang.String formatName)

Sets the format name

Parameters:
formatName - A String specifying the format of the object

getDocFormatName

java.lang.String getDocFormatName()

Gets the format name

InfoObject properties to query for:
SI_FORMAT_NAME