| Modifier and Type | Method and Description |
|---|---|
static String |
XFormRenderer.getRenderedForm(IXForm xform)
Diese Methode liefert das Formular als HTML-Zeichenkette zurück.
|
| Constructor and Description |
|---|
XFormValidator(IXForm form) |
XFormValidator(IXForm form,
Map<String,List<org.apache.commons.fileupload.FileItem>> uploadsMap) |
| 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 |
|---|---|
IXForm |
WorkflowProcessingContext.getXForm() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowProcessingContext |
WorkflowProcessingContextManager.createContext(Vorgang vorgang,
IWorkflowProcessing processing,
IXForm xForm,
IFormDataAdapter formDataAdapter,
IEntityContext entityContext,
SessionAttributes sessionAttributes)
Dient dazu, einen neuen Kontext für einen Vorgang anzulegen
|
void |
WorkflowProcessingContext.setxForm(IXForm xForm) |
| Constructor and Description |
|---|
WorkflowProcessingContext(Vorgang vorgang,
IWorkflowProcessing processing,
IXForm xForm,
IFormDataAdapter formDataAdapter,
IEntityContext entityContext,
SessionAttributes sessionAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static IXForm |
FormProcessUtil.getValidationForm(IExtendedFormRequestContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FormProcessUtil.validate(IXForm xform,
IExtendedFormRequestContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AttachmentHelper.hanldeFormUploads(IExtendedFormRequestContext ctx,
IXForm xform,
Vorgang vorgang) |
| Modifier and Type | Method and Description |
|---|---|
IXForm |
IWorkflowProcessingContext.getXForm() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FormProcessServlet.startVorgang(IExtendedFormRequestContext ctx,
IXForm xform) |
| Modifier and Type | Method and Description |
|---|---|
void |
FDToExcelTransformer.fillFieldsList(Map<String,List<String[]>> dataMap,
IXForm xform,
ArrayList<FieldFdXml> fields,
FormVersion fv,
org.apache.poi.ss.usermodel.Row firstRow,
org.apache.poi.ss.usermodel.Row row,
boolean withAlias)
Füllen einer übergebenen
ArrayList mit FieldFdXml-Objekten auf Basis von Formularwerten. |
| Modifier and Type | Method and Description |
|---|---|
static RootFdXml |
FDToXmlTransformer.createForSingleVorgang(Map<String,List<String[]>> dataMap,
Vorgang vorgang,
IXForm xform)
Methode zum Erzeugen einer XML-Objektstruktur mit Werten eines Vorgangs.Da Container-Elemente keine Werte
beinhalten, werden diese bei der Abarbeitung nicht beachtet.
|
static void |
FDToXmlTransformer.fillFieldsList(Map<String,List<String[]>> dataMap,
IXForm xform,
ArrayList<FieldFdXml> fields,
FormVersion fv,
boolean skipNotExistingValues)
Füllen einer übergebenen
ArrayList mit FieldFdXml-Objekten auf Basis von Formularwerten. |
| Modifier and Type | Method and Description |
|---|---|
static void |
FD2Helper.renderFD2Form(IXForm xForm,
IExtendedFormRequestContext ctx) |
static boolean |
FD2Helper.validateFD2Form(IXForm xForm,
IExtendedFormRequestContext ctx) |
Copyright © 2016. All rights reserved.