Skip to content
bruno.buzzi edited this page Aug 21, 2015 · 2 revisions

POST Services (methods 2)

Method for display Form Builder Summary

searchInFormBuilderSummary
"This service is called by Orbeon when rendering an Orbeon Form Builder Summary page and
answer a well formatted XML with the result of the query received in the request.
This XML is going to be displayed in the Orbeon Form Builder Summary page"	
	| xmlDocument definitions pageSize pageNumber from to |
	<post>
	<produces: 'application/xml'>
	<path: '/search/orbeon/builder'>

Method for display Form Summary of any created form

searchInFormSummary: formName app: app
"This service is called by Orbeon when rendering an Orbeon Form Summary page and
answer a well formatted XML with the result of the query received in the request.
This XML is going to be displayed in the Orbeon Form Summary page"
| xmlDocument queryNodes instances group username definition filteredInstances pageSize pageNumber from to |
	<post>
	<produces: 'application/xml'>
	<path: '/search/{2}/{1}'>