Interface XMLImporter
-
public interface XMLImporterA XML importer- Author:
- Esteban Robles Luna
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,WSOperation>getOperations()Map<String,WSService>getServices()Map<String,StructureDefinition>getStructures()voidimportFrom(org.flowable.bpmn.model.Import theImport, String sourceSystemId)Imports the definitions in the XML declared in element
-
-
-
Method Detail
-
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 importedsourceSystemId-
-
getStructures
Map<String,StructureDefinition> getStructures()
-
getOperations
Map<String,WSOperation> getOperations()
-
-