com.microstrategy.web.objects.WebDerivedElementsContainer |
This is a container of WebDerivedElements
objects.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
appendDEDeltas(StringBuffer deltas, boolean writeThrough)
Appends specified deltas to either the parent object's delta, or to that of the root view instance
(Report or RW) if writeThrough is specified.
| ||||||||||
abstract String |
getAttributeID()
Returns the DSS ID of the attribute who contains the derived element.
| ||||||||||
abstract WebObjectsFactory |
getFactory()
Returns the objects factory.
|
Appends specified deltas to either the parent object's delta, or to that of the root view instance (Report or RW) if writeThrough is specified.
deltas | the DE deltas to be appended |
---|---|
writeThrough | specifies whether to write the deltas directly to root view instance |
Returns the DSS ID of the attribute who contains the derived element.
Returns the objects factory.
WebObjectsFactory
object.