public class BpmnModelLoader extends AbstractModelLoader
Modifier and Type | Field and Description |
---|---|
static String |
FILE_EXTENSION_BPMN
The BPMN file extension.
|
Constructor and Description |
---|
BpmnModelLoader()
Create a new BPMN model loader.
|
Modifier and Type | Method and Description |
---|---|
MBpmnModel |
loadBpmnModel(String name,
String[] imports,
ClassLoader classloader,
Object context)
Load a BPMN model.
|
clearModelCache, deregisterModel, loadModel, loadModel, registerModel
public static final String FILE_EXTENSION_BPMN
public MBpmnModel loadBpmnModel(String name, String[] imports, ClassLoader classloader, Object context) throws Exception
name
- The filename or logical name (resolved via imports and extensions).imports
- The imports, if any.Exception
Copyright © 2012. All Rights Reserved.