Interface ProxyFacade
- All Known Implementing Classes:
DefaultProxyFacade
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptioncreateEmptyDataForForm(String applicationId, String formId) Deprecated, for removal: This API element is subject to removal in a future version.Creates empty YFormData for a form definition via orbeon background API.getInlineFormHtml(String applicationId, String formId, YFormDataActionEnum action, String formDataId) Deprecated, for removal: This API element is subject to removal in a future version.Gets the embedded HTML representation of a form definition.voidproxy(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated, for removal: This API element is subject to removal in a future version.Proxies content
-
Method Details
-
getInlineFormHtml
String getInlineFormHtml(String applicationId, String formId, YFormDataActionEnum action, String formDataId) throws YFormServiceException Deprecated, for removal: This API element is subject to removal in a future version.Gets the embedded HTML representation of a form definition.- Parameters:
applicationId- the application id of the form definitionformId- the form id of the form definitionaction- the form actionformDataId- the form data id of the form definition- Returns:
- the inline representation of the form definition as string
- Throws:
YFormServiceException- if request with specified parameter cannot be proxied or response is corrupted
-
createEmptyDataForForm
Deprecated, for removal: This API element is subject to removal in a future version.Creates empty YFormData for a form definition via orbeon background API.- Parameters:
applicationId- the application id of the form definitionformId- the form id of the form definition- Returns:
- new id for created YFormData
- Throws:
YFormServiceException- if request with specified parameter cannot be proxied or response is corrupted
-
proxy
void proxy(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ProxyException Deprecated, for removal: This API element is subject to removal in a future version.Proxies content- Parameters:
request- theHttpServletRequestassociated with the callresponse- theHttpServletResponseassociated with the call- Throws:
ProxyException- when request cannot be proxied
-
ProxyService