java.lang.Object | |
↳ | com.microstrategy.web.controller.ResourceFeedRequestState |
Request state object for the ResourceFeedController
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ResourceFeedRequestState()
Default constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ContainerServices | getContainerServices() | ||||||||||
boolean | requestIsComplete() | ||||||||||
void | setContainerServices(ContainerServices _cs) | ||||||||||
void |
setRequestComplete(boolean isComplete)
Set whether the request has been completed
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Default constructor
Set whether the request has been completed
isComplete | whether the request has been completed |
---|