Interface XMLImporter


public interface XMLImporter
A XML importer
Author:
Esteban Robles Luna
  • Method Details

    • importFrom

      void importFrom(org.flowable.bpmn.model.Import theImport, String sourceSystemId)
      Imports the definitions in the XML declared in element
      Parameters:
      theImport - the declarations to be imported
      sourceSystemId -
    • getStructures

      Map<String,StructureDefinition> getStructures()
    • getServices

      Map<String,WSService> getServices()
    • getOperations

      Map<String,WSOperation> getOperations()