Uses of Class
de.xima.fc.exceptions.ContextBuilderException
Packages that use ContextBuilderException
Package
Description
-
Uses of ContextBuilderException in de.xima.fc.form
Methods in de.xima.fc.form that throw ContextBuilderExceptionModifier and TypeMethodDescriptionstatic IFormRenderContext
FormCopyUtil.processFD2FormRequest
(IExtendedFormRequestContext requestCtx) Deprecated.static IFormRenderContext
FormReviewUtil.processFD2FormRequest
(IExtendedFormRequestContext requestCtx) static IFormRenderContext
FormCopyUtil.processFormCopyRequest
(IExtendedFormRequestContext requestCtx) static IFormRenderContext
FormProvideUtil.processFormProvideRequest
(IExtendedFormRequestContext requestCtx) static IFormRenderContext
FormProvideUtil.processFormProvideRequest
(IExtendedFormRequestContext requestCtx, boolean countFormCall) static IFormRenderContext
FormReviewUtil.processFormReviewRequest
(IExtendedFormRequestContext requestCtx) -
Uses of ContextBuilderException in de.xima.fc.form.persist
Methods in de.xima.fc.form.persist that throw ContextBuilderExceptionModifier and TypeMethodDescriptionAttachmentPersisterBuilder.build()
Deprecated.UseAttachmentPersisterBuilder.createPersistData()
(which may be called before a form record exists), then callAttachmentPersisterBuilder.build(AttachmentPersistBuildData, Vorgang)
with the existing form record.AttachmentPersisterBuilder.build
(AttachmentPersistBuildData data, Vorgang formRecord) Updates the form record with the attachments that were submitted and return the updated form record.FormPersistContextBuilder.build()
FormPersistContextBuilder.build
(IExtendedFormRequestContext requestCtx) builds anIExtendedFormPersistContext
based on theIFormRequestContext
and theIXForm
of the builder and theIExtendedFormRequestContext
.FormPersistContextBuilder.build
(IFormPersistContext persistCtx) builds theIFormPersistContext
based on the given builder data by loading all needed data from the master-server and sets them into the givenIFormPersistContext
FormPersistContextBuilder.build
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) builds anIExtendedFormPersistContext
based on theIFormRequestContext
and theIXForm
of the builder and the given parameters.AttachmentPersisterBuilder.createPersistData()
Reads the submitted uploads and prepares them.Constructors in de.xima.fc.form.persist that throw ContextBuilderExceptionModifierConstructorDescriptionprotected
ExtendedFormPersistContext
(IFormRequestContext requestCtx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected
FormPersistContext
(IFormRequestContext requestCtx) -
Uses of ContextBuilderException in de.xima.fc.form.process
Methods in de.xima.fc.form.process that throw ContextBuilderExceptionModifier and TypeMethodDescriptionFormProcessContextBuilder.build()
builds anIFormProcessContext
based on the givenIFormRequestContext
of the builderFormProcessContextBuilder.build
(IExtendedFormRequestContext requestCtx) builds anIExtendedFormProcessContext
based on theIFormRequestContext
of the builder and theIExtendedFormRequestContext
.FormProcessContextBuilder.build
(IFormProcessContext processCtx) Builds theIFormProcessContext
based on the given builder data by loading all needed data from the master server and sets them into the givenIFormProcessContext
.FormProcessContextBuilder.build
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) builds anIExtendedFormProcessContext
based on theIFormRequestContext
of the builder and the given parameters.Constructors in de.xima.fc.form.process that throw ContextBuilderExceptionModifierConstructorDescriptionprotected
ExtendedFormProcessContext
(IFormRequestContext requestCtx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected
FormProcessContext
(IFormRequestContext requestCtx) -
Uses of ContextBuilderException in de.xima.fc.form.render
Methods in de.xima.fc.form.render that throw ContextBuilderExceptionModifier and TypeMethodDescriptionFormRenderContextBuilder.build
(IExtendedFormRequestContext requestCtx) builds anIExtendedFormRenderContext
based on the data of the builder and theIExtendedFormRequestContext
.FormRenderContextBuilder.build
(IFormRenderContext renderCtx) builds theIFormRenderContext
based on the given builder data by loading all needed data from the master-server and sets them into the givenIFormRenderContext
FormRenderContextBuilder.build
(IFormRequestContext requestCtx) builds anIFormRenderContext
based on the givenIFormRequestContext
.FormRenderContextBuilder.build
(IFormRequestContext requestCtx, XButtonDescriptor buttonDescriptor) builds anIFormRenderContext
based on the givenIFormRequestContext
.FormRenderContextBuilder.build
(EFormRequestType requestType) Builds anIFormRenderContext
with the default values for the given request type.FormRenderContextBuilder.build
(EFormRequestType requestType, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) builds anIExtendedFormRenderContext
based on the data of the builder and the given parameters.Constructors in de.xima.fc.form.render that throw ContextBuilderExceptionModifierConstructorDescriptionprotected
ExtendedFormRenderContext
(IFormRequestContext requestCtx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected
FormRenderContext
(IFormRequestContext requestCtx) -
Uses of ContextBuilderException in de.xima.fc.form.request
Methods in de.xima.fc.form.request that throw ContextBuilderExceptionModifier and TypeMethodDescriptionFormRequestContextBuilder.build
(IFormRequestContext requestCtx) builds theIFormRequestContext
based on the given builder data by loading all needed data from the master-server and sets them into the givenIFormRequestContext
FormRequestContextBuilder.build
(EFormRequestType requestType) builds anIFormRequestContext
based on the data of the builder and the given parameters.FormRequestContextBuilder.build
(EFormRequestType requestType, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) builds anIExtendedFormRequestContext
based on the data of the builder and the given parameters.static IFormRequestContext
FormRequestContextFactory.forActiveForm
(EFormRequestType requestType, UserContext uc, long projektId) static IExtendedFormRequestContext
FormRequestContextFactory.forActiveForm
(EFormRequestType requestType, UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, long projektId) static IExtendedFormRequestContext
FormRequestContextFactory.forCopyRequest
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) static IExtendedFormRequestContext
FormRequestContextFactory.forDesignerPreviewRequest
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, long projektId) static IExtendedFormRequestContext
FormRequestContextFactory.forDOIRequest
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) static IExtendedFormRequestContext
FormRequestContextFactory.forPreviewRequest
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) static IExtendedFormRequestContext
FormRequestContextFactory.forPrintRequest
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, PrintJob printJob) static IExtendedFormRequestContext
FormRequestContextFactory.forProcessRequest
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) static IExtendedFormRequestContext
FormRequestContextFactory.forProvideRequest
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) static IExtendedFormRequestContext
FormRequestContextFactory.forReviewRequest
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) static IFormRequestContext
FormRequestContextFactory.forSpecifiedForm
(EFormRequestType requestType, UserContext uc, long projektId, Integer formVersionNum) static IExtendedFormRequestContext
FormRequestContextFactory.forSpecifiedForm
(EFormRequestType requestType, UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) static IExtendedFormRequestContext
FormRequestContextFactory.forSpecifiedForm
(EFormRequestType requestType, UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, long projektId, Integer formVersionNum) static IExtendedFormRequestContext
FormRequestContextFactory.forSpecifiedVorgang
(EFormRequestType requestType, UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) static IExtendedFormRequestContext
FormRequestContextFactory.forSpecifiedVorgang
(EFormRequestType requestType, UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, long projektId, Integer formVersionNum, String fcpuid) static IExtendedFormRequestContext
FormRequestContextFactory.forWorkflowRequest
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Constructors in de.xima.fc.form.request that throw ContextBuilderExceptionModifierConstructorDescriptionprotected
ExtendedFormRequestContext
(EFormRequestType requestType, UserContext uc, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected
FormRequestContext
(EFormRequestType requestType, UserContext uc) -
Uses of ContextBuilderException in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that throw ContextBuilderExceptionModifier and TypeMethodDescriptionProjectInviteBean.readFormElements()
reads all form elements and saves the valuable ones -
Uses of ContextBuilderException in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that throw ContextBuilderExceptionModifier and TypeMethodDescriptionstatic IXFormRenderConfig
FormDesignerModelFactory.createFormRenderConfig
(javax.faces.context.FacesContext facesContext, Locale locale, ProjectPageBean projectHolder) Creates a new dummy form render config for th form and designer. -
Uses of ContextBuilderException in de.xima.fc.inbox.servlet
Methods in de.xima.fc.inbox.servlet that throw ContextBuilderExceptionModifier and TypeMethodDescriptionprotected IExtendedFormRequestContext
InboxWorkflowServlet.createFormRequestContext
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) -
Uses of ContextBuilderException in de.xima.fc.servlet
Methods in de.xima.fc.servlet that throw ContextBuilderExceptionModifier and TypeMethodDescriptionprotected abstract IExtendedFormRequestContext
AFormProcessingServlet.createFormRequestContext
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) protected IExtendedFormRequestContext
FormProcessServlet.createFormRequestContext
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) protected IExtendedFormRequestContext
FormVerifyServlet.createFormRequestContext
(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) -
Uses of ContextBuilderException in de.xima.fc.web.common.fd2.model
Constructors in de.xima.fc.web.common.fd2.model that throw ContextBuilderExceptionModifierConstructorDescriptionDeprecated. -
Uses of ContextBuilderException in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type ContextBuilderExceptionModifier and TypeMethodDescriptionstatic void
FormResponder.respondDefaultTemplateForContextException
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ContextBuilderException e)
FormCopyUtil.processFormCopyRequest(IExtendedFormRequestContext)