Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
IFormPersistContext |
FormPersistContextBuilder.build()
|
Vorgang |
AttachmentPersisterBuilder.build()
Updates the form record with the attachments that were submitted and return the updated form record.
|
IExtendedFormPersistContext |
FormPersistContextBuilder.build(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
builds an
IExtendedFormPersistContext based on the IFormRequestContext an the IXForm of the
builder and the given parameters. |
IExtendedFormPersistContext |
FormPersistContextBuilder.build(IExtendedFormRequestContext requestCtx)
builds an
IExtendedFormPersistContext based on the IFormRequestContext an the IXForm of the
builder and the IExtendedFormRequestContext . |
IFormPersistContext |
FormPersistContextBuilder.build(IFormPersistContext persistCtx)
builds the
IFormPersistContext based on the given builder data by loading all needed data from the
master-server and sets them into the given IFormPersistContext |
Constructor and Description |
---|
ExtendedFormPersistContext(IFormRequestContext requestCtx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
FormPersistContext(IFormRequestContext requestCtx) |
Modifier and Type | Method and Description |
---|---|
IFormProcessContext |
FormProcessContextBuilder.build()
builds an
IFormProcessContext based on the given IFormRequestContext of the builder |
IExtendedFormProcessContext |
FormProcessContextBuilder.build(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
builds an
IExtendedFormProcessContext based on the IFormRequestContext of the builder and the given
parameters. |
IExtendedFormProcessContext |
FormProcessContextBuilder.build(IExtendedFormRequestContext requestCtx)
builds an
IExtendedFormProcessContext based on the IFormRequestContext of the builder and the
IExtendedFormRequestContext . |
IFormProcessContext |
FormProcessContextBuilder.build(IFormProcessContext processCtx)
Builds the
IFormProcessContext based on the given builder data by loading all needed data from the master
server and sets them into the given IFormProcessContext . |
Constructor and Description |
---|
ExtendedFormProcessContext(IFormRequestContext requestCtx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
FormProcessContext(IFormRequestContext requestCtx) |
Modifier and Type | Method and Description |
---|---|
IFormRenderContext |
FormRenderContextBuilder.build(EFormRequestType requestType)
builds an
IFormRenderContext based on the given builder-data. |
IExtendedFormRenderContext |
FormRenderContextBuilder.build(EFormRequestType requestType,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
builds an
IExtendedFormRenderContext based on the data of the builder and the given parameters. |
IExtendedFormRenderContext |
FormRenderContextBuilder.build(IExtendedFormRequestContext requestCtx)
builds an
IExtendedFormRenderContext based on the data of the builder and the
IExtendedFormRequestContext . |
IFormRenderContext |
FormRenderContextBuilder.build(IFormRenderContext renderCtx)
builds the
IFormRenderContext based on the given builder data by loading all needed data from the
master-server and sets them into the given IFormRenderContext |
IFormRenderContext |
FormRenderContextBuilder.build(IFormRequestContext requestCtx)
builds an
IFormRenderContext based on the given IFormRequestContext . |
Constructor and Description |
---|
ExtendedFormRenderContext(IFormRequestContext requestCtx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
FormRenderContext(IFormRequestContext requestCtx) |
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
FormRequestContextBuilder.build(EFormRequestType requestType)
builds an
IFormRequestContext based on the data of the builder and the given parameters. |
IExtendedFormRequestContext |
FormRequestContextBuilder.build(EFormRequestType requestType,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
builds an
IExtendedFormRequestContext based on the data of the builder and the given parameters. |
IFormRequestContext |
FormRequestContextBuilder.build(IFormRequestContext requestCtx)
builds the
IFormRequestContext based on the given builder data by loading all needed data from the
master-server and sets them into the given IFormRequestContext |
static IExtendedFormRequestContext |
FormRequestContextFactory.forActiveForm(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
long projektId) |
static IFormRequestContext |
FormRequestContextFactory.forActiveForm(EFormRequestType requestType,
UserContext uc,
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 pj) |
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 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 IFormRequestContext |
FormRequestContextFactory.forSpecifiedForm(EFormRequestType requestType,
UserContext uc,
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) |
Constructor and Description |
---|
ExtendedFormRequestContext(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
FormRequestContext(EFormRequestType requestType,
UserContext uc) |
Modifier and Type | Method and Description |
---|---|
List<String> |
ProjectInviteBean.readFormElements()
reads all form elements and saves the valuable ones
|
Modifier and Type | Method and Description |
---|---|
protected IExtendedFormRequestContext |
InboxWorkflowServlet.createFormRequestContext(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
InboxWorkflowServlet.startStateChange(IExtendedFormRequestContext requestCtx,
IXForm xform,
String targetStateAlias) |
Modifier and Type | Method and Description |
---|---|
protected IExtendedFormRequestContext |
FormVerifyServlet.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 abstract IExtendedFormRequestContext |
AFormProcessingServlet.createFormRequestContext(UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
Constructor and Description |
---|
FD2RenderContext(IExtendedFormRequestContext ctx)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
FormResponder.respondDefaultTemplateForContextException(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ContextBuilderException e) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.