@Generated(value="")
@ProviderType
public interface FormResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FormResource.Builder |
static interface |
FormResource.Factory |
static class |
FormResource.FactoryHolder |
| Modifier and Type | Method and Description |
|---|---|
static FormResource.Builder |
builder() |
Form |
getForm(java.lang.Long formId) |
Page<Form> |
getSiteFormsPage(java.lang.Long siteId,
Pagination pagination) |
FormContext |
postFormEvaluateContext(java.lang.Long formId,
FormContext formContext) |
FormDocument |
postFormFormDocument(java.lang.Long formId,
MultipartBody multipartBody) |
default void |
setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage) |
void |
setContextCompany(Company contextCompany) |
default void |
setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest) |
default void |
setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse) |
default void |
setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo) |
void |
setContextUser(User contextUser) |
static FormResource.Builder builder()
Form getForm(java.lang.Long formId) throws java.lang.Exception
java.lang.ExceptionFormContext postFormEvaluateContext(java.lang.Long formId, FormContext formContext) throws java.lang.Exception
java.lang.ExceptionFormDocument postFormFormDocument(java.lang.Long formId, MultipartBody multipartBody) throws java.lang.Exception
java.lang.ExceptionPage<Form> getSiteFormsPage(java.lang.Long siteId, Pagination pagination) throws java.lang.Exception
java.lang.Exceptiondefault void setContextAcceptLanguage(AcceptLanguage contextAcceptLanguage)
void setContextCompany(Company contextCompany)
default void setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest)
default void setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse)
default void setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo)
void setContextUser(User contextUser)