public class SaveFormDataInitializer extends Object
Constructor and Description |
---|
SaveFormDataInitializer() |
Modifier and Type | Method and Description |
---|---|
static IFormDataAdapter |
extendXFormData(IEntityContext ec,
Vorgang vorgang,
IFormDataAdapter fdaData,
IXForm xform)
|
static IFormDataAdapter |
extendXFormData(IEntityContext ec,
Vorgang vorgang,
IFormDataAdapter fdaData,
IXForm xform,
IXFormRenderConfig config) |
static IFormDataAdapter |
initBy(IEntityContext ec,
FormEingang fe) |
static IFormDataAdapter |
initBy(IEntityContext ec,
FormVersion formVersion) |
static IFormDataAdapter |
initBy(IEntityContext ec,
Map<String,List<String>> dataMap,
Vorgang v) |
static IFormDataAdapter |
initBy(IEntityContext ec,
Vorgang v) |
public static IFormDataAdapter initBy(IEntityContext ec, Vorgang v)
public static IFormDataAdapter initBy(IEntityContext ec, Map<String,List<String>> dataMap, Vorgang v)
public static IFormDataAdapter initBy(IEntityContext ec, FormEingang fe)
public static IFormDataAdapter initBy(IEntityContext ec, FormVersion formVersion)
ec
- the entity context to create the formdata withformVersion
- the formversion to create the formdata withIFormDataAdapter
@Deprecated public static IFormDataAdapter extendXFormData(IEntityContext ec, Vorgang vorgang, IFormDataAdapter fdaData, IXForm xform)
public static IFormDataAdapter extendXFormData(IEntityContext ec, Vorgang vorgang, IFormDataAdapter fdaData, IXForm xform, IXFormRenderConfig config)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.