Interface EnumRequestStatus


  • public interface EnumRequestStatus
    Constants describing the request status of a bean.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • 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