public class ApplicationModelLoader extends AbstractModelLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_EXTENSION_APPLICATION
The application file extension.
|
| Constructor and Description |
|---|
ApplicationModelLoader(Set[] mappings)
Create a new BPMN model loader.
|
| Modifier and Type | Method and Description |
|---|---|
CacheableKernelModel |
loadApplicationModel(String name,
String[] imports,
ClassLoader classloader,
Object context)
Load a BPMN model.
|
clearModelCache, deregisterModel, loadModel, loadModel, registerModelpublic static final String FILE_EXTENSION_APPLICATION
public ApplicationModelLoader(Set[] mappings)
public CacheableKernelModel loadApplicationModel(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.ExceptionCopyright © 2012. All Rights Reserved.