Class OldCasebaseConverter


  • public class OldCasebaseConverter
    extends Object
    • Constructor Detail

      • OldCasebaseConverter

        public OldCasebaseConverter()
    • Method Detail

      • convertOldCaseBase

        public static String convertOldCaseBase​(String xmlString)
                                         throws IOException
        Updates old case bases to the new format by replacing parts in the XML string.
        Parameters:
        xmlString - the string to transform
        Returns:
        the converted XML string
        Throws:
        IOException
      • updateNESTClasses

        public static String updateNESTClasses​(String loadedString,
                                               String pathComposition,
                                               String pathModel,
                                               String customWorkflowClassName)