com.microstrategy.web.beans.ExpressionObject |
This interface facilitates the transform of a WebExpression
object
through a few extra properties.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | START_FROM_ROOT | Constant denoting integer index when starting from root. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getActiveExpID()
Returns the currently active expression node ID.
| ||||||||||
abstract WebExpression |
getExpression()
Returns the embedded
WebExpression object. | ||||||||||
abstract int |
getStartNodeID()
Returns the ID of the starting node for expression GUI.
| ||||||||||
abstract WebWorkingSet |
getWorkingSet()
Returns the
WebWorkingSet object. | ||||||||||
abstract void |
setActiveExpID(int pActiveExpID)
Sets the currently active expression node ID.
| ||||||||||
abstract void |
setStartNodeID(int pStartNodeID)
Sets the starting node for expression GUI.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constant denoting integer index when starting from root.
Returns the currently active expression node ID.
Returns the embedded WebExpression
object.
Returns the ID of the starting node for expression GUI.
Returns the WebWorkingSet
object.
Sets the currently active expression node ID.
pActiveExpID | the active expression node ID. |
---|
Sets the starting node for expression GUI.
(The default value is START_FROM_ROOT
).
pStartNodeID | the starting node ID for expression GUI |
---|