GET
Total: 10 methods
getDefinitionForFormInstanceWithId: id form: form app: app
"This service is called when a click is performed on the Orbeon Form Summary page (or go directly to edit/view page of a form). The Summary then open the Form Instance in it's corresponding form definition.
This service is used in combination of #getXmlOfFormInstanceWithId:form:app: to <get> the actual data of the form"
| orbeonDefinition latestVersionNumber |
<get>
<produces: 'application/xml'>
<path: '/crud/{3}/{2}/form/form.xhtml?document={1}'>getFormDefinitionWithId: id
"This service is called when a click is performed on the Orbeon Form Builder Summary page.
The Summary then should open the Orbeon Builder with the code of the clicked form."
| orbeonData |
<get>
<produces: 'application/xml'>
<path: '/crud/orbeon/builder/data/{1}/data.xml'>getFormVersion: formName app: app
"This method is called by Orbeon when a Form Definition (inside the Builder) is about to be Published.
This method answer the latest version of the form definition <formName> in application <app>.
Using the header <orbeon-form-definition-version> to set the version number.
It also called when a new Form Instance page is about to be displayed (app/form/new)"
| latestVersionNumber |
<get>
<produces: 'application/xml'>
<path: '/crud/{2}/{1}/form/form.xhtml'>Last updated