| Modifier and Type | Method and Description | 
|---|---|
static IXForm | 
XFormCache.cacheForm(UserContext uc,
         FormVersion entity)  | 
static IXForm | 
XFormCache.getCachedForm(UserContext uc,
             FormVersion entity)  | 
static IXForm | 
XFormCache.getUncachedForm(UserContext uc,
               FormVersion entity)  | 
| Modifier and Type | Method and Description | 
|---|---|
IXForm | 
WorkflowProcessingContext.getXForm()  | 
| Modifier and Type | Method and Description | 
|---|---|
WorkflowProcessingContext | 
WorkflowProcessingContextManager.createContext(Vorgang process,
             IWorkflowProcessing processing,
             IXForm xForm,
             IXFormRenderConfig xformConfig,
             IFormDataAdapter formDataAdapter,
             IEntityContext entityContext,
             Map<String,Serializable> sessionAttributes)  | 
WorkflowProcessingContext | 
WorkflowProcessingContextManager.createContext(Vorgang vorgang,
             IWorkflowProcessing processing,
             IXForm xForm,
             IXFormRenderConfig xformConfig,
             IFormDataAdapter formDataAdapter,
             IEntityContext entityContext,
             SessionAttributes sessionAttributes)
 | 
void | 
WorkflowProcessingContext.setxForm(IXForm xForm)
Deprecated. 
 
 | 
void | 
WorkflowProcessingContext.setXForm(IXForm xForm)  | 
| Constructor and Description | 
|---|
WorkflowProcessingContext(Vorgang process,
                         IWorkflowProcessing processing,
                         IXForm xForm,
                         IXFormRenderConfig xformConfig,
                         IFormDataAdapter formDataAdapter,
                         IEntityContext entityContext,
                         Map<String,Serializable> sessionAttributes)  | 
| Modifier and Type | Method and Description | 
|---|---|
static IFormDataAdapter | 
SaveFormDataInitializer.extendXFormData(IEntityContext ec,
               Vorgang vorgang,
               IFormDataAdapter fdaData,
               IXForm xform)
 | 
static IFormDataAdapter | 
SaveFormDataInitializer.extendXFormData(IEntityContext ec,
               Vorgang vorgang,
               IFormDataAdapter fdaData,
               IXForm xform,
               IXFormRenderConfig config)  | 
static HashMap<String,FormFieldMetaData> | 
FieldMetaDataHelper.getFieldInitData(Vorgang vorgang,
                IXForm xform,
                IXFormRenderConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
static IXForm | 
FormHelper.buildXForm(IFormRenderContext renderCtx)  | 
static IXForm | 
FormProcessUtil.getValidationForm(IFormRequestContext requestCtx)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
FormHelper.renderAsString(IXForm form,
              IXFormRenderConfig config,
              IXFormRenderContext formRenderCtx)  | 
static String | 
FormHelper.renderAsString(IXForm form,
              IXFormRenderConfig config,
              Map<String,List<String[]>> valuesMap)  | 
static void | 
FormHelper.renderToRequestContext(IXForm form,
                      IXFormRenderConfig config,
                      IExtendedFormRequestContext requestCtx)  | 
static void | 
FormHelper.renderToRequestContext(IXForm form,
                      IXFormRenderConfig config,
                      IExtendedFormRequestContext requestCtx,
                      Map<String,List<String[]>> values)  | 
static void | 
FormHelper.renderToRequestContext(IXForm form,
                      IXFormRenderConfig config,
                      Map<String,List<String[]>> valuesMap,
                      IExtendedFormRequestContext requestCtx)  | 
static void | 
FormHelper.renderToRequestResponse(IXForm form,
                       IXFormRenderConfig config,
                       IXFormRenderContext formRenderCtx,
                       javax.servlet.http.HttpServletResponse response)  | 
static void | 
FormHelper.renderToRequestResponse(IXForm form,
                       IXFormRenderConfig config,
                       IXFormRenderContext formRenderContext,
                       Map<String,List<String[]>> valuesMap,
                       javax.servlet.http.HttpServletResponse response)  | 
static boolean | 
FormProcessUtil.validate(IXForm xform,
        IXFormRenderConfig config,
        IExtendedFormRequestContext requestCtx)  | 
static boolean | 
FormHelper.validateFD2Form(IXForm xForm,
               IXFormRenderConfig config,
               IExtendedFormRequestContext requestCtx)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
XForm
Diese Klasse kapselt das Formular-Persist, ermöglicht es dieses mit Werten zu befüllen, zu validieren und
 entsprechend zu rendern. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IXForm | 
IXForm.clone()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
AttachmentHelper.hanldeFormUploads(IFormRequestContext requestCtx,
                 IXForm xform,
                 Vorgang vorgang)
Deprecated. 
 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IXForm | 
FormPersistContextBuilder.getXform()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormPersistContextBuilder.setXform(IXForm xform)  | 
| Constructor and Description | 
|---|
AttachmentPersisterBuilder(IFormRequestContext requestCtx,
                          Vorgang vorgang,
                          IXForm xform)  | 
FormPersistContextBuilder(IFormRequestContext requestCtx,
                         IXForm xform)  | 
| Modifier and Type | Method and Description | 
|---|---|
IXForm | 
FormRenderContext.buildXForm()  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
XFormRenderer.getRenderedForm(IXForm xform,
               IXFormRenderConfig config,
               IXFormRenderContext formRenderCtx)  | 
static String | 
XFormRenderer.getRenderedForm(IXForm xform,
               IXFormRenderConfig config,
               Map<String,List<String[]>> values,
               IXFormRenderContext formRenderCtx)  | 
| Constructor and Description | 
|---|
XFormValidator(IXForm form,
              IXFormRenderConfig config,
              Map<String,List<org.apache.commons.fileupload.FileItem>> uploadsMap,
              Map<String,List<String[]>> valuesMap,
              FRQSession frqSession)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
InboxWorkflowServlet.startCorrection(IExtendedFormRequestContext requestCtx,
               IXForm xform,
               InboxWorkflowServlet.EAction action,
               boolean runWorkflow,
               String targetStateAlias)  | 
protected void | 
InboxWorkflowServlet.startStateChange(IExtendedFormRequestContext requestCtx,
                IXForm xform,
                String targetStateAlias)  | 
protected void | 
InboxWorkflowServlet.startVorgang(IExtendedFormRequestContext requestCtx,
            IXForm xform)  | 
| Modifier and Type | Method and Description | 
|---|---|
IXForm | 
IFormRenderContext.buildXForm()
builds the  
IXForm from the context | 
| Modifier and Type | Method and Description | 
|---|---|
IXForm | 
IWorkflowProcessingContext.getXForm()  | 
| Modifier and Type | Method and Description | 
|---|---|
IXForm | 
XformCacheModel.getForm()  | 
| Constructor and Description | 
|---|
XformCacheModel(IXForm form,
               long date,
               int version)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AFormProcessingServlet.startVorgang(IExtendedFormRequestContext requestCtx,
            IXForm xform)  | 
| Modifier and Type | Method and Description | 
|---|---|
FdToXmlResult | 
FdToXmlBuilder.buildForProcess(UserContext uc,
               Vorgang formRecord,
               IFormDataAdapter fda,
               IXForm xform)
Builds the XML export of an single form record 
 | 
static RootFdXml | 
FDToXmlTransformer.createForSingleVorgang(Map<String,List<String[]>> dataMap,
                      Vorgang process,
                      IXForm xform)
 | 
static RootFdXml | 
FDToXmlTransformer.createForSingleVorgang(Vorgang process,
                      IFormDataAdapter formData,
                      IXForm xform)
 | 
static void | 
FDToXmlTransformer.fillFieldsList(Map<String,List<String[]>> dataMap,
              IXForm xform,
              IXFormRenderConfig config,
              ArrayList<FieldFdXml> fields,
              FormVersion formVersion,
              boolean skipNotExistingValues)
Deprecated. 
 
public access will be removed 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IXForm | 
FD2Helper.getDefaultXForm(IFormRenderContext renderCtx)
Deprecated. 
 
 | 
static IXForm | 
FD2Helper.getDefaultXForm(XFormRenderConfig xFormConfig,
               IFormRenderContext renderCtx)
Deprecated. 
 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
FD2Helper.renderFD2Form(IXForm xForm,
             javax.servlet.http.HttpServletResponse response)
 | 
static void | 
FD2Helper.renderFD2Form(IXForm xForm,
             IExtendedFormRequestContext requestCtx)
 | 
static boolean | 
FD2Helper.validateFD2Form(IXForm xForm,
               IExtendedFormRequestContext requestCtx)
 | 
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.