Class ClientFeedbackType

java.lang.Object
com.ptc.mvc.client.feedback.ClientFeedbackType
All Implemented Interfaces:
Serializable

public final class ClientFeedbackType extends Object implements Serializable
Popularly used ClientFeedbackTypes
Supported API: true

Extendable: false
See Also:
  • Field Details

    • SERVER_ERROR

      public static final int SERVER_ERROR
      Code when server processing throws some runtime exception

      Supported API: true
      See Also:
    • SERVER_INTERRUPTED

      public static final int SERVER_INTERRUPTED
      Code when the sever is interrupted e.g when trying to process the DataSource

      Supported API: true
      See Also:
    • RESULT_LIMIT_REACHED

      public static final int RESULT_LIMIT_REACHED
      Code for DataSources that have reached their maximum result limit

      Supported API: true
      See Also:
    • PARTIAL_RESULTS_DISPLAYED

      public static final int PARTIAL_RESULTS_DISPLAYED
      Code for result set when PartialResultException is thrown

      Supported API: true
      See Also:
    • AVAILABLE_DATA_EXCEEDS_RESULT_LIMIT

      public static final int AVAILABLE_DATA_EXCEEDS_RESULT_LIMIT
      This code indicates that resultset size is greater than resultLimit

      Supported API: true
      See Also:
    • PARTIAL_RESULTS_TIMEOUT_DISPLAYED

      public static final int PARTIAL_RESULTS_TIMEOUT_DISPLAYED
      Code for result set when Tree node children fetch has timed out

      Supported API: true
      See Also:
    • TABLE_DATA_FEEDBACK_TYPE

      public static final int TABLE_DATA_FEEDBACK_TYPE
      Pass table specific information

      Supported API: true
      See Also: