com.microstrategy.web.objects.WebSubscriptionContentFormat |
Class Overview
This interface represents the format that would be applied to content for which
a Narrowcast subscription is to be created. For instance, a user can choose to subscribe to a report
(which defines the content) with a graph view mode and may choose to have the report data delivered in a
compressed format.
Summary
[Expand]
Inherited Constants |
From interface
com.microstrategy.utils.serialization.EnumWebPersistableState
int |
BARE_MINIMAL_STATE_INFO |
Specifies that only the bare minimal state information to save for scenarios where reducing data length matters. |
int |
MAXIMAL_STATE_INFO |
Specifies maximal state information to save
This type of state (of a component) usually represents the complete definition
of the component (including all the changes that may have been made to it)
|
int |
MINIMAL_STATE_INFO |
Specifies that only the minimal state information to save
|
int |
TYPICAL_STATE_INFO |
Specifies typical state information to save
This type of state (of a component) usually represents information about its
initialization and all the changes that have been made to the component. |
|
[Expand]
Inherited Methods |
From interface
com.microstrategy.utils.serialization.Persistable
abstract
boolean
|
restoreState(SAXSupport parser, String uri, String localName, String qName, Attributes attrs)
Restores a component from an embedded XML during a SAX parsing.
|
abstract
boolean
|
restoreState(String state)
Restores a component based on its saved state.
|
abstract
void
|
saveState(StringBuffer buf, int howMuchState)
Saves and stores a component's state into a StringBuffer .
|
abstract
String
|
saveState()
Returns a java.lang.String representation of a component.
|
abstract
void
|
saveState(StringBuffer buf, int howMuchState, int stateFlag)
Saves and stores a component's state into a StringBuffer .
|
abstract
String
|
saveState(int howMuchState)
Returns a java.lang.String representation of a component.
|
|
Public Methods
public
abstract
int
getCompressionStatus
()
public
abstract
String
getDelimiter
()
public
abstract
String
getName
()
public
abstract
int
getType
()
public
abstract
int
getViewMode
()
Returns
- integer indicating the view mode that is supported by this
format. This is a value from the enumeration
EnumWebReportViewMode
public
abstract
void
setDelimiter
(String delimiter)