Uses of Class
de.xima.fc.mdl.fdv.simplexml.xml.ProcessFdXml
-
Packages that use ProcessFdXml Package Description de.xima.fc.mdl.fdv.simplexml.xml de.xima.fc.transform.excel de.xima.fc.transform.xml -
-
Uses of ProcessFdXml in de.xima.fc.mdl.fdv.simplexml.xml
Methods in de.xima.fc.mdl.fdv.simplexml.xml that return types with arguments of type ProcessFdXml Modifier and Type Method Description ArrayList<ProcessFdXml>
ProcessesFdXml. getProcesses()
Method parameters in de.xima.fc.mdl.fdv.simplexml.xml with type arguments of type ProcessFdXml Modifier and Type Method Description void
ProcessesFdXml. setProcesses(ArrayList<ProcessFdXml> processes)
-
Uses of ProcessFdXml in de.xima.fc.transform.excel
Methods in de.xima.fc.transform.excel that return ProcessFdXml Modifier and Type Method Description ProcessFdXml
FDToExcelTransformer. createProcess(Vorgang vorgang)
Deprecated.public access will be removed -
Uses of ProcessFdXml in de.xima.fc.transform.xml
Methods in de.xima.fc.transform.xml that return ProcessFdXml Modifier and Type Method Description static ProcessFdXml
FDToXmlTransformer. createProcess(Vorgang process)
Deprecated.public access will be removed
-