public interface XMLImporter
| Modifier and Type | Method and Description |
|---|---|
Map<String,WSOperation> |
getOperations() |
Map<String,WSService> |
getServices() |
Map<String,StructureDefinition> |
getStructures() |
void |
importFrom(org.flowable.bpmn.model.Import theImport,
String sourceSystemId)
Imports the definitions in the XML declared in element
|
void importFrom(org.flowable.bpmn.model.Import theImport,
String sourceSystemId)
theImport - the declarations to be importedsourceSystemId - Map<String,StructureDefinition> getStructures()
Map<String,WSOperation> getOperations()
Copyright © 2020 Flowable. All rights reserved.