FdToXmlBuilder
@Deprecated public class FDToXmlTransformer extends Object
Constructor and Description |
---|
FDToXmlTransformer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RootFdXml |
createForPostfach(UserContext uc,
List<String> vl,
XfcSession xfcSesssion,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Benutzer user)
|
static RootFdXml |
createForProjektPostfach(List<ExtendedEntityModel<Vorgang>> processes,
XfcSession sess)
Deprecated.
|
static RootFdXml |
createForSingleVorgang(Map<String,List<String[]>> dataMap,
Vorgang process,
IXForm xform)
|
static RootFdXml |
createForSingleVorgang(Vorgang process,
IFormDataAdapter formData,
IXForm xform)
|
static ProcessFdXml |
createProcess(Vorgang process)
Deprecated.
public access will be removed
|
static void |
fillFieldsList(Map<String,List<String[]>> dataMap,
IXForm xform,
IXFormRenderConfig config,
ArrayList<FieldFdXml> fields,
FormVersion formVersion,
boolean skipNotExistingValues)
Deprecated.
public access will be removed
|
static void |
fillFormRoot(RootFdXml formRoot)
Deprecated.
-
RootFdXml will is filled on instantiation |
static void |
writeHTMLFile(File inputFile,
File outputFile,
String title)
Deprecated.
|
static void |
writeXMLFile(RootFdXml formRoot,
File outputFile)
Deprecated.
|
@Deprecated public static void writeHTMLFile(File inputFile, File outputFile, String title) throws Exception
HTMLUtils.writeXMLFileToTidyHTMLFile(File, File, String)
#inputFile
- the XML input fileoutputFile
- the HTML output fileException
- on errors while writing or reading the filesHTMLUtils.writeXMLFileToTidyHTMLFile(File, File, String)
@Deprecated public static void writeXMLFile(RootFdXml formRoot, File outputFile) throws Exception
FdToXmlBuilder
and FdToXmlResult.writeToFile(File)
RootFdXml
to an output file@Deprecated public static RootFdXml createForPostfach(UserContext uc, List<String> vl, XfcSession xfcSesssion, de.xima.cmn.criteria.QueryCriteriaManager qcm, Benutzer user) throws IOException, com.alibaba.fastjson.JSONException, InterruptedException
FdToXmlBuilder.buildForProcessIDs(UserContext, Benutzer, List)
or
FdToXmlBuilder.buildForInbox(UserContext, Benutzer, QueryCriteriaManager)
uc
- the UserContext
vl
- the List of Vorgang.getId()
sxfcSesssion
- the XfcSession
qcm
- the QueryCriteriaManager
user
- the Benutzer
RootFdXml
IOException
- on errors while i/o operationscom.alibaba.fastjson.JSONException
- on errors while loading the formInterruptedException
- on errors@Deprecated public static RootFdXml createForProjektPostfach(List<ExtendedEntityModel<Vorgang>> processes, XfcSession sess) throws IOException, com.alibaba.fastjson.JSONException
FdToXmlBuilder.buildForProjectInbox(UserContext, List)
processes
- List
of ExtendedEntityModel
s of Vorgang
to exportsess
- XfcSession
RootFdXml
IOException
- on errors while i/o operationscom.alibaba.fastjson.JSONException
- on errors while loading the form@Deprecated public static RootFdXml createForSingleVorgang(Vorgang process, IFormDataAdapter formData, IXForm xform) throws IOException, com.alibaba.fastjson.JSONException
process
- the Vorgang
to exportformData
- the IFormDataAdapter
with the data to exportxform
- the IXForm
RootFdXml
IOException
- on errors while i/o operationscom.alibaba.fastjson.JSONException
- on errors while loading the form@Deprecated public static RootFdXml createForSingleVorgang(Map<String,List<String[]>> dataMap, Vorgang process, IXForm xform) throws IOException, com.alibaba.fastjson.JSONException
dataMap
- Map
of input-dataprocess
- the Vorgang
to exportxform
- the IXForm
RootFdXml
IOException
- on errors while i/o operationscom.alibaba.fastjson.JSONException
- on errors while loading the form@Deprecated public static void fillFieldsList(Map<String,List<String[]>> dataMap, IXForm xform, IXFormRenderConfig config, ArrayList<FieldFdXml> fields, FormVersion formVersion, boolean skipNotExistingValues)
dataMap
- the Map
of data to exportxform
- the IXForm
config
- the IXFormRenderConfig
fields
- the List
of fields to exportformVersion
- the FormVersion
to exportskipNotExistingValues
- Boolean
of not existing values should be skipped@Deprecated public static ProcessFdXml createProcess(Vorgang process)
process
- the process to create the ProcessFdXml
ProcessFdXml
@Deprecated public static void fillFormRoot(RootFdXml formRoot)
RootFdXml
will is filled on instantiationformRoot
- the RootFdXml
to fillCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.