Class ScriptHandlingBase
java.lang.Object
de.seitenbau.serviceportal.prozesspipeline.commons.ScriptHandlingBase
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetExtension(org.jdom2.Element task) static StringgetMandantId(String id) static org.jdom2.ElementgetProcess(org.jdom2.Document doc) static StringgetProcessId(String id) static StringgetProcessId(org.jdom2.Element process) static org.jdom2.DocumentloadFileToXmlDocument(File srcFile) static voidwriteXmlDocumentToFile(org.jdom2.Document doc, String destinationFile)
-
Field Details
-
BPMN_NAMESPACE
public static final org.jdom2.Namespace BPMN_NAMESPACE
-
-
Method Details
-
getExtension
-
loadFileToXmlDocument
public static org.jdom2.Document loadFileToXmlDocument(File srcFile) throws org.jdom2.JDOMException, IOException - Throws:
org.jdom2.JDOMExceptionIOException
-
writeXmlDocumentToFile
public static void writeXmlDocumentToFile(org.jdom2.Document doc, String destinationFile) throws IOException - Throws:
IOException
-
getProcessId
-
getProcessId
-
getMandantId
-
getProcess
public static org.jdom2.Element getProcess(org.jdom2.Document doc)
-