Class ScriptHandlingBase

java.lang.Object
de.seitenbau.serviceportal.prozesspipeline.commons.ScriptHandlingBase

public final class ScriptHandlingBase extends Object
  • Field Details

    • BPMN_NAMESPACE

      public static final org.jdom2.Namespace BPMN_NAMESPACE
  • Method Details

    • getExtension

      public static String getExtension(org.jdom2.Element task)
    • loadFileToXmlDocument

      public static org.jdom2.Document loadFileToXmlDocument(File srcFile) throws org.jdom2.JDOMException, IOException
      Throws:
      org.jdom2.JDOMException
      IOException
    • writeXmlDocumentToFile

      public static void writeXmlDocumentToFile(org.jdom2.Document doc, String destinationFile) throws IOException
      Throws:
      IOException
    • getProcessId

      public static String getProcessId(org.jdom2.Element process)
    • getProcessId

      public static String getProcessId(String id)
    • getMandantId

      public static String getMandantId(String id)
    • getProcess

      public static org.jdom2.Element getProcess(org.jdom2.Document doc)