Partial Submit Profile
Partial Submit profile for RWMBook. Services SHOULD allow client applications to submit partially completed FORM data and, afer accepting the data, SHOULD continue to redirect the client to a form that asks for the remaining inputs. Services SHOULD also provide a cancel
option if client appilcations are unable or unwilling to complete the minimum requiested data form.
- ALPS
- Application State Diagram
- Semantic Descriptors
- completed (semantic), Completed state and actions
- doCancelSubmit (idempotent), Cancel (abandon) form submission
- doFinalSubmit (idempotent), Final (completed) submit of the form
- doPartialSubmit (idempotent), Submit data using this form
- doResetSubmit (idempotent), Reset form inputs to intitial state
- goForm (safe), Go to the input form
- goHome (safe), Go to the Home resource
- home (semantic), Home (or start) document
- href (semantic), URL of the form.
- input (semantic), Input for the submit form
- inputForm (semantic), Form object and actions
- rel (semantic), Relation value of the form URL
- title (semantic), Text title of the form URL
- type (semantic), media type string of form URL
- Tags