Package com.ptc.core.components.forms
Enum Class FormProcessingStatus
- All Implemented Interfaces:
Serializable,Comparable<FormProcessingStatus>,Constable
Status returned by one form processor to a calling form processor
or from a form processor to the WizardServlet. Determines whether
processing should be aborted and disposition of form window.
SUCCESS - Indicates that the form was successfully processed. The form window will be closed unless the Apply button was used to submit the form.
FAILURE - Indicates that an error occurred processing the form and the operation could not be completed. The form window will be left open.
NON_FATAL_ERROR - Indicates that all or part of the operation could be completed but non-fatal error(s) occcured. The form window will be closed unless the Apply button was used to submit the form.
Supported API: true
Extendable: false
SUCCESS - Indicates that the form was successfully processed. The form window will be closed unless the Apply button was used to submit the form.
FAILURE - Indicates that an error occurred processing the form and the operation could not be completed. The form window will be left open.
NON_FATAL_ERROR - Indicates that all or part of the operation could be completed but non-fatal error(s) occcured. The form window will be closed unless the Apply button was used to submit the form.
Supported API: true
Extendable: false