java.lang.Object | |||
↳ | com.microstrategy.web.tasks.BaseTaskRequestContext | ||
↳ | com.microstrategy.web.app.tasks.AppTaskRequestContext | ||
↳ | com.microstrategy.web.app.tasks.BeanTaskRequestContext |
This class extends the BaseTaskRequestContext
object by adding
more fields that are relevant to a "bean task".
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BeanTaskRequestContext() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebBean |
getWebBean()
Returns the WebBean associated with this request.
| ||||||||||
WebComponent |
getWebComponent()
Returns the WebComponent associated with this request.
| ||||||||||
boolean |
isRequestPersistable()
Whether the WebComponent supports saving, restoring its state to/from
the request.
| ||||||||||
boolean |
isTransformable()
Whether the WebComponent can be transformed.
| ||||||||||
boolean |
isWebBean()
Whether the WebComponent is a WebBean.
| ||||||||||
void |
setWebBean(WebBean webBean)
Sets the WebBean associated with this request.
| ||||||||||
void |
setWebComponent(WebComponent webComponent)
Sets the WebComponent to be associated with this request.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | checkPrivileges() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the WebBean associated with this request.
WebBean
associated with this request.
Returns the WebComponent associated with this request.
WebComponent
associated with this request.Whether the WebComponent supports saving, restoring its state to/from the request.
Whether the WebComponent can be transformed.
Whether the WebComponent is a WebBean.
Sets the WebBean associated with this request.
webBean | The WebBean to associate with this request.
|
---|
Sets the WebComponent to be associated with this request.
webComponent | The WebComponent to associate with this request. |
---|