Package com.microstrategy.web.app
Class OldLinksRequest
- java.lang.Object
 - 
- com.microstrategy.web.app.OldLinksRequest
 
 
- 
- All Implemented Interfaces:
 RequestState
public class OldLinksRequest extends java.lang.Object implements RequestState
- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OldLinksRequest() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerServicesgetContainerServices()java.lang.StringgetPage()booleanrequestIsComplete()voidsetContainerServices(ContainerServices cs)voidsetPage(java.lang.String newValue) 
 - 
 
- 
- 
Method Detail
- 
getContainerServices
public ContainerServices getContainerServices()
- Specified by:
 getContainerServicesin interfaceRequestState
 
- 
setContainerServices
public void setContainerServices(ContainerServices cs)
- Specified by:
 setContainerServicesin interfaceRequestState
 
- 
requestIsComplete
public boolean requestIsComplete()
- Specified by:
 requestIsCompletein interfaceRequestState
 
- 
setPage
public void setPage(java.lang.String newValue)
- Since:
 - MicroStrategy Web 8.1.2
 
 
- 
getPage
public java.lang.String getPage()
- Since:
 - MicroStrategy Web 8.1.2
 
 
 - 
 
 -