public abstract class NotebookImport
extends org.processmining.framework.abstractplugins.AbstractImportPlugin
Constructor and Description |
---|
NotebookImport() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getLabel(java.lang.String filename) |
java.lang.String |
getXML(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes) |
protected abstract Notebook |
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 abstract Notebook 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.framework.abstractplugins.AbstractImportPlugin
java.lang.Exception
public abstract java.lang.String getLabel(java.lang.String filename)
public java.lang.String getXML(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes) throws java.lang.Exception
java.lang.Exception