com.microstrategy.web.objects.WebDevice |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract boolean |
IsSupportExcelFormat()
To check if the device support excel format
| ||||||||||
abstract boolean |
IsSupportHTMLFormat()
To check if the device support HTML format
| ||||||||||
abstract boolean |
IsSupportHTMLImages()
To check if the device support HTML images
| ||||||||||
abstract boolean |
IsSupportPDFFormat()
To check if the device support PDF format
| ||||||||||
abstract boolean |
IsSupportPlaintextFormat()
To check if the device support plain text format
| ||||||||||
abstract void |
delete()
To delete a existing device.
| ||||||||||
abstract int |
getTransmissionType()
To get the transmission type of the device
| ||||||||||
abstract WebTransmitter |
getTransmitter()
To get the transmitter refered by this device
| ||||||||||
abstract void |
save()
To save a new/existing device, don't overwrite
| ||||||||||
abstract void |
save(boolean overwrite)
To save a new/existing device
| ||||||||||
abstract void |
setSupportExcelFormat(boolean flag)
To set the device to support excel format
| ||||||||||
abstract void |
setSupportHTMLFormat(boolean flag)
To set the device to support HTML format
| ||||||||||
abstract void |
setSupportHTMLImages(boolean flag)
To set the device to support HTML images
| ||||||||||
abstract void |
setSupportPDFFormat(boolean flag)
To set the device support PDF format
| ||||||||||
abstract void |
setSupportPlaintextFormat(boolean flag)
To set the device to support plain text format
| ||||||||||
abstract void |
setTransmissionType(int type)
To set the transmission type of the device
| ||||||||||
abstract void |
setTransmitter(WebTransmitter transmitter)
To set the transmitter refered by this device
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
To check if the device support excel format
To check if the device support HTML format
To check if the device support HTML images
To check if the device support PDF format
To check if the device support plain text format
To get the transmission type of the device
To get the transmitter refered by this device
To save a new/existing device, don't overwrite
WebObjectsException |
---|
To save a new/existing device
WebObjectsException |
---|
To set the device to support excel format
To set the device to support HTML format
To set the device to support HTML images
To set the device support PDF format
To set the device to support plain text format
To set the transmission type of the device
To set the transmitter refered by this device