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 UserContextvl - the List of Vorgang.getId()sxfcSesssion - the XfcSessionqcm - the QueryCriteriaManageruser - the BenutzerRootFdXmlIOException - on errors while i/o operationscom.alibaba.fastjson.JSONException - on errors while loading the formInterruptedException@Deprecated public static RootFdXml createForProjektPostfach(List<ExtendedEntityModel<Vorgang>> processes, XfcSession sess) throws IOException, com.alibaba.fastjson.JSONException
FdToXmlBuilder.buildForProjectInbox(UserContext, List)processes - List of ExtendedEntityModels of Vorgang to exportsess - XfcSessionRootFdXmlIOException - 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 IXFormRootFdXmlIOException - 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 IXFormRootFdXmlIOException - 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 IXFormconfig - the IXFormRenderConfigfields - 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 ProcessFdXmlProcessFdXml@Deprecated public static void fillFormRoot(RootFdXml formRoot)
RootFdXml will is filled on instantiationformRoot - the RootFdXml to fillCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.