Interface XMLImporter


@Internal public interface XMLImporter
A XML importer
  • Method Details

    • importFrom

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

      Map<String,StructureDefinition> getStructures()
    • getServices

      Map<String,WSService> getServices()
    • getOperations

      Map<String,WSOperation> getOperations()