DELETE

Total: 3 methods

deleteFormDefinitionWithId: id
"This method is called by Orbeon when a user click -Send- in a Form Instance page"
    | orbeonInstance |
    <delete>
    <path: '/crud/orbeon/builder/data/{1}/data.xml'>
deleteFormDraft: formName app: app withId: id
"This method is called by Orbeon when a user click -Send- in a Form Instance page"
    | orbeonInstance |
    <delete>
    <path: '/crud/{2}/{1}/draft/{3}/data.xml'>
deleteFormInstance: formName app: app withId: id
"This method is called by Orbeon when a user click -Send- in a Form Instance page"
    | orbeonInstance |
    <delete>
    <path: '/crud/{2}/{1}/data/{3}/data.xml'>

Last updated