public class BPMN20ImportPlugin
extends org.processmining.plugins.xpdl.importing.XpdlImportBpmn
Constructor and Description |
---|
BPMN20ImportPlugin() |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.filechooser.FileFilter |
getFileFilter() |
protected org.processmining.models.graphbased.directed.bpmn.BPMNDiagram |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
This method is called by all plugin variants to do the actual importing.
|
protected javax.swing.filechooser.FileFilter getFileFilter()
getFileFilter
in class org.processmining.plugins.xpdl.importing.XpdlImportBpmn
protected org.processmining.models.graphbased.directed.bpmn.BPMNDiagram importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes) throws java.lang.Exception
org.processmining.framework.abstractplugins.AbstractImportPlugin
importFromStream
in class org.processmining.plugins.xpdl.importing.XpdlImportBpmn
java.lang.Exception