org.activiti.engine.impl.bpmn.parser
接口 XMLImporter


public interface XMLImporter

A XML importer

作者:
Esteban Robles Luna

方法摘要
 void importFrom(org.activiti.bpmn.model.Import theImport, BpmnParse parse)
          Imports the definitions in the XML declared in element
 

方法详细信息

importFrom

void importFrom(org.activiti.bpmn.model.Import theImport,
                BpmnParse parse)
Imports the definitions in the XML declared in element

参数:
element - the declarations to be imported
parse - the parse who called this importer


Copyright © 2013 Alfresco. All rights reserved.