Package com.ptc.mvc.client.feedback
Class ClientFeedbackType
java.lang.Object
com.ptc.mvc.client.feedback.ClientFeedbackType
- All Implemented Interfaces:
Serializable
Popularly used ClientFeedbackTypes
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThis code indicates that resultset size is greater than resultLimit
Supported API: truestatic final intCode for result set when PartialResultException is thrown
Supported API: truestatic final intCode for result set when Tree node children fetch has timed out
Supported API: truestatic final intCode for DataSources that have reached their maximum result limit
Supported API: truestatic final intCode when server processing throws some runtime exception
Supported API: truestatic final intCode when the sever is interrupted e.g when trying to process the DataSource
Supported API: truestatic final intPass table specific information
Supported API: true -
Method Summary
-
Field Details
-
SERVER_ERROR
public static final int SERVER_ERRORCode when server processing throws some runtime exception
Supported API: true- See Also:
-
SERVER_INTERRUPTED
public static final int SERVER_INTERRUPTEDCode 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_REACHEDCode for DataSources that have reached their maximum result limit
Supported API: true- See Also:
-
PARTIAL_RESULTS_DISPLAYED
public static final int PARTIAL_RESULTS_DISPLAYEDCode 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_LIMITThis 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_DISPLAYEDCode 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_TYPEPass table specific information
Supported API: true- See Also:
-