com.microstrategy.web.objects.WebViewMediaSettings |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract RWDelta |
addDelta(RWDelta delta)
Append view media settings to delta.
| ||||||||||
abstract int |
getAvailableModes()
Return the available modes for this object.
| ||||||||||
abstract int |
getDefaultMode()
Returns the default run mode for this object, from
EnumDSSXMLViewMedia
| ||||||||||
abstract boolean |
isDefault()
Returns
false if the viewMedia property has been set; otherwise returns
true
| ||||||||||
abstract void |
setAvailableModes(int modes)
Sets the available modes for this object, which is a bitwise or (|) of
the values from
EnumDSSXMLViewMedia | ||||||||||
abstract void |
setDefaultMode(int mode)
Sets the default run mode for this object, from
EnumDSSXMLViewMedia
| ||||||||||
abstract void |
setReportDefaultAvailableModes()
Sets the available modes to the default for reports, which is all modes except for Private
The int value is calculated as DssXmlViewMediaAll & ~DssXmlViewMediaPrivate, from
EnumDSSXMLViewMedia
|
Append view media settings to delta.
delta | an existing RWDelta object. If null, this method will create one and return it. |
---|
Return the available modes for this object. The integer is a bitwise or (|)
of the values from EnumDSSXMLViewMedia
Returns the default run mode for this object, from EnumDSSXMLViewMedia
Returns false
if the viewMedia property has been set; otherwise returns
true
Sets the available modes for this object, which is a bitwise or (|) of
the values from EnumDSSXMLViewMedia
Sets the default run mode for this object, from EnumDSSXMLViewMedia
Sets the available modes to the default for reports, which is all modes except for Private
The int value is calculated as DssXmlViewMediaAll & ~DssXmlViewMediaPrivate, from EnumDSSXMLViewMedia