Modifier and Type | Method and Description |
---|---|
static FormEingang |
FormProcessUtil.createFormEingang(IFormRequestContext requestCtx,
Vorgang v)
Deprecated.
|
static Vorgang |
FormProcessUtil.createVorgang(IFormRequestContext requestCtx)
Deprecated.
|
static Map<String,List<String>> |
FormProcessUtil.getFormDataMap(IFormRequestContext ctx,
Vorgang v)
Deprecated.
|
static IFormRenderContext |
FormProcessUtil.getValidationContext(IFormRequestContext requestCtx) |
static IXForm |
FormProcessUtil.getValidationForm(IFormRequestContext requestCtx) |
static String |
FormProcessUtils.replaceProcessSubject(IEntityContext ec,
IFormRequestContext requestCtx,
Vorgang process)
Returns the subject of the given process while placeholders will be replaced by the submitted form data
|
static FormEingang |
FormProcessUtil.updateFormEingang(IFormRequestContext requestCtx,
Vorgang v)
Deprecated.
|
static Vorgang |
FormProcessUtil.updateVorgang(IFormRequestContext requestCtx)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
FormPluginHelper.executePrePersist(IFormRequestContext requestCtx)
Deprecated.
invoked while
FormPersistContextBuilder.build() |
static void |
FormPluginHelper.executePreProcess(IFormRequestContext requestCtx,
Vorgang v)
Deprecated.
invoked while
FormProcessContextBuilder.build() |
static void |
FormPluginHelper.executePreRenderer(IFormRequestContext requestCtx,
Map<String,SerializableJSONObject> metaMap,
Map<String,List<String[]>> dataMap)
Deprecated.
invoked while
FormRenderContextBuilder.build(IFormRequestContext) |
static void |
FormPluginHelper.executePreResponse(IFormRequestContext requestCtx,
Vorgang v,
IWorkflowResponse resp)
Deprecated.
invoked while
FormProcessContextBuilder.build() |
static boolean |
AttachmentHelper.hanldeFormUploads(IFormRequestContext requestCtx,
IXForm xform,
Vorgang vorgang)
Deprecated.
|
static String |
URLHelper.submitUrlFor(IFormRequestContext requestCtx) |
static String |
URLHelper.submitUrlFor(IFormRequestContext requestCtx,
Vorgang vorgang) |
Modifier and Type | Method and Description |
---|---|
static IdentityTokenCheck |
IdentityTokenCheck.perform(IEntityContext ec,
IFormRequestContext requestCtx)
When enabled, an ID is generated based on the data of a submitted form.
|
Modifier and Type | Field and Description |
---|---|
protected IFormRequestContext |
FormPersistContext.requestCtx |
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
FormPersistContext.getFormRequestContext() |
IFormRequestContext |
FormPersistContextBuilder.getRequestCtx() |
Modifier and Type | Method and Description |
---|---|
void |
FormPersistContext.setFormRequestContext(IFormRequestContext requestCtx) |
void |
FormPersistContextBuilder.setRequestCtx(IFormRequestContext requestCtx) |
Constructor and Description |
---|
AttachmentPersisterBuilder(IFormRequestContext requestCtx,
Vorgang vorgang,
IXForm xform) |
ExtendedFormPersistContext(IFormRequestContext requestCtx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
FormPersistContext(IFormRequestContext requestCtx) |
FormPersistContextBuilder(IFormRequestContext requestCtx,
IXForm xform) |
Modifier and Type | Field and Description |
---|---|
protected IFormRequestContext |
FormProcessContext.requestCtx |
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
FormProcessContext.getFormRequestContext() |
IFormRequestContext |
FormProcessContextBuilder.getRequestCtx() |
Modifier and Type | Method and Description |
---|---|
void |
FormProcessContext.setFormRequestContext(IFormRequestContext requestCtx) |
void |
FormProcessContextBuilder.setRequestCtx(IFormRequestContext requestCtx) |
Constructor and Description |
---|
ExtendedFormProcessContext(IFormRequestContext requestCtx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
FormProcessContext(IFormRequestContext requestCtx) |
FormProcessContextBuilder(IFormRequestContext requestCtx) |
FormProcessContextBuilder(IFormRequestContext requestCtx,
boolean deleteVorgang) |
Modifier and Type | Field and Description |
---|---|
protected IFormRequestContext |
FormRenderContext.requestCtx |
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
FormRenderContext.getFormRequestContext() |
Modifier and Type | Method and Description |
---|---|
IFormRenderContext |
FormRenderContextBuilder.build(IFormRequestContext requestCtx)
builds an
IFormRenderContext based on the given IFormRequestContext . |
void |
FormRenderContext.setFormRequestContext(IFormRequestContext requestCtx) |
Constructor and Description |
---|
ExtendedFormRenderContext(IFormRequestContext requestCtx,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
FormRenderContext(IFormRequestContext requestCtx) |
FormRenderContextBuilder(IFormRequestContext requestCtx) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedFormRequestContext
Context of an form-request extended with
HttpServletRequest and HttpServletResponse |
class |
FormRequestContext
Context of an form-request with all data for working with further contexts like
IFormRenderContext ,
IFormPersistContext or IFormProcessContext |
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. |
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 IFormRequestContext |
FormRequestContextFactory.forActiveForm(EFormRequestType requestType,
UserContext uc,
long projektId) |
static IFormRequestContext |
FormRequestContextFactory.forSpecifiedForm(EFormRequestType requestType,
UserContext uc,
long projektId,
Integer formVersionNum) |
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
IExtendedFormRequestContext
|
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
IFormRenderContext.getFormRequestContext() |
IFormRequestContext |
IFormPersistContext.getFormRequestContext() |
IFormRequestContext |
IFormProcessContext.getFormRequestContext() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setFormRequestContext(IFormRequestContext requestCtx) |
void |
IFormPersistContext.setFormRequestContext(IFormRequestContext requestCtx) |
void |
IFormProcessContext.setFormRequestContext(IFormRequestContext requestCtx) |
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
IPluginFormPrePersistParams.getFormRequestContext()
Getter für den Formular-Request-Context
|
IFormRequestContext |
IPluginFormPreRespondParams.getFormRequestContext()
Getter für den Formular-Request-Context
|
IFormRequestContext |
IPluginFormPreProcessParams.getFormRequestContext()
Getter für den Formular-Request-Context
|
IFormRequestContext |
IPluginFormPreRenderParams.getFormRequestContext()
Getter für den Formular-Request-Context
|
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
FormRenderRequest.getRequestContext() |
IFormRequestContext |
FormPersistRequest.getRequestContext() |
IFormRequestContext |
FormProcessRequest.getRequestContext() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderRequest.setRequestContext(IFormRequestContext requestContext) |
void |
FormPersistRequest.setRequestContext(IFormRequestContext requestContext) |
void |
FormProcessRequest.setRequestContext(IFormRequestContext requestContext) |
Constructor and Description |
---|
FormPersistRequest(IFormRequestContext formRequestContext) |
FormProcessRequest(IFormRequestContext formRequestContext) |
FormRenderRequest(IFormRequestContext formRequestContext,
boolean countFormCall,
boolean executePreRenderer) |
Modifier and Type | Method and Description |
---|---|
IFormRequestContext |
PluginFormPreProcessParams.getFormRequestContext() |
IFormRequestContext |
PluginFormPreRespondParams.getFormRequestContext() |
IFormRequestContext |
PluginFormPrePersistParams.getFormRequestContext() |
IFormRequestContext |
PluginFormPreRenderParams.getFormRequestContext() |
Constructor and Description |
---|
PluginFormPrePersistParams(IFormRequestContext context) |
PluginFormPreProcessParams(IFormRequestContext ctx,
Vorgang vorgang) |
PluginFormPreRenderParams(IFormRequestContext formRequestContext) |
PluginFormPreRespondParams(IFormRequestContext ctx,
Vorgang vorgang,
IWorkflowResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
FD2Session.init(IFormRequestContext ctx) |
void |
FRQSession.init(IFormRequestContext ctx) |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.