Skip to content

Access Forms Summary

bruno.buzzi edited this page Oct 2, 2015 · 17 revisions

When access to http://myIpAddress:port/orbeon/fr/{app}/{form-name}/summary the following service is called:
Service Type: post
Service Output: application/xml
Service Path: /search/{app}/{form-name}
Output Example:

<documents xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:f="http//www.orbeon.com/function" xmlns:frf="java:org.orbeon.oxf.fr.FormRunner" xmlns:odt="http://orbeon.org/oxf/xml/datatypes" xmlns:oxf="http://www.orbeon.com/oxf/processors" xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:saxon="http://saxon.sf.net/" xmlns:sql="http://orbeon.org/oxf/xml/sql" xmlns:xf="http://www.w3.org/2002/xforms" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xpl="java:org.orbeon.oxf.pipeline.api.FunctionLibrary" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xxf="http://orbeon.org/oxf/xml/xforms" page-size="10" search-total="5" total="5">
	<document created="2015-10-02T14:03:36.0700" draft="true" last-modified="2015-10-02T14:04:32.0700" name="fbc49b84084d517ff6146ca57f3a34c7d5330065" operations="create read update delete ">
		<details>
			<detail>bruno</detail>
		</details>
	</document>
	<document created="2015-10-02T13:59:55.0700" draft="false" last-modified="2015-10-02T13:59:55.0700" name="fbc49b84084d517ff6146ca57f3a34c7d5330065" operations="create read update delete ">
		<details>
			<detail>bruno</detail>
		</details>
	</document>
	<document created="2015-10-02T14:00:03.0700" draft="false" last-modified="2015-10-02T14:00:03.0700" name="672a9caa1eb2d213d6f6ec46843f038bb3969a61" operations="create read update delete ">
		<details>
			<detail>juan</detail>
		</details>
	</document>
</documents>

Clone this wiki locally