Package com.microstrategy.web.beans
Interface EnumRequestStatus
- 
public interface EnumRequestStatusConstants describing the request status of a bean.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intWebBeanRequestCanceledThe request is cancelled.static intWebBeanRequestEndsInErrorThe request ends in error.static intWebBeanRequestNotInitiatedThe request is not initialized.static intWebBeanRequestProcessingThe request is currently processing.static intWebBeanRequestSuccessfulThe request returned successfully.static intWebBeanRequestWaitingForUserInputThe request is waiting for user input. 
 - 
 
- 
- 
Field Detail
- 
WebBeanRequestNotInitiated
static final int WebBeanRequestNotInitiated
The request is not initialized.- See Also:
 - Constant Field Values
 
 
- 
WebBeanRequestProcessing
static final int WebBeanRequestProcessing
The request is currently processing.- See Also:
 - Constant Field Values
 
 
- 
WebBeanRequestSuccessful
static final int WebBeanRequestSuccessful
The request returned successfully.- See Also:
 - Constant Field Values
 
 
- 
WebBeanRequestEndsInError
static final int WebBeanRequestEndsInError
The request ends in error.- See Also:
 - Constant Field Values
 
 
- 
WebBeanRequestCanceled
static final int WebBeanRequestCanceled
The request is cancelled.- See Also:
 - Constant Field Values
 
 
- 
WebBeanRequestWaitingForUserInput
static final int WebBeanRequestWaitingForUserInput
The request is waiting for user input.- See Also:
 - Constant Field Values
 
 
 - 
 
 -