LOCK & UNLOCK

Total: 2 methods

leaseFormInstance: formName app: app withId: id
	"This method is called by Orbeon when:
		* A user click 'Duplicate' in a Form Instance in the Form Runner
		* A user click 'Lease' or 'Reliquish Lease' in a Form Instance in the Form Runner"
	| apiOperation timeoutValue |
	<lock>
	<path: '/crud/{2}/{1}/data/{3}/data.xml'>
relinquishLeaseFormInstance: formName app: app withId: id
	"This method is called by Orbeon when:
		* A user click 'Duplicate' in a Form Instance in the Form Runner
		* A user click 'Lease' or 'Reliquish Lease' in a Form Instance in the Form Runner"
	| apiOperation timeoutValue |
	<unlock>
	<path: '/crud/{2}/{1}/data/{3}/data.xml'>

Last updated