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 ContainerServices
getContainerServices()
java.lang.String
getPage()
boolean
requestIsComplete()
void
setContainerServices(ContainerServices cs)
void
setPage(java.lang.String newValue)
-
-
-
Method Detail
-
getContainerServices
public ContainerServices getContainerServices()
- Specified by:
getContainerServices
in interfaceRequestState
-
setContainerServices
public void setContainerServices(ContainerServices cs)
- Specified by:
setContainerServices
in interfaceRequestState
-
requestIsComplete
public boolean requestIsComplete()
- Specified by:
requestIsComplete
in 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
-
-