Package com.microstrategy.web.beans
Interface EnumRequestStatus
-
public interface EnumRequestStatus
Constants describing the request status of a bean.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
WebBeanRequestCanceled
The request is cancelled.static int
WebBeanRequestEndsInError
The request ends in error.static int
WebBeanRequestNotInitiated
The request is not initialized.static int
WebBeanRequestProcessing
The request is currently processing.static int
WebBeanRequestSuccessful
The request returned successfully.static int
WebBeanRequestWaitingForUserInput
The 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
-
-