Package | Description |
---|---|
org.processmining.framework.plugin | |
org.processmining.framework.plugin.impl |
Modifier and Type | Method and Description |
---|---|
PluginExecutionResult |
PluginContext.getResult()
This method returns the PluginExecutionResult of the plugin which is
invoked in this context.
|
PluginExecutionResult |
PluginDescriptor.invoke(int methodIndex,
PluginContext context,
java.lang.Object... args)
Asynchronously invokes a method of this plugin.
|
PluginExecutionResult |
PluginParameterBinding.invoke(PluginContext context,
java.lang.Object... parameterObjects)
Invokes the method of the plugin referenced by this binding on the given
parameterObjects.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginContext.setFuture(PluginExecutionResult resultToBe) |
Modifier and Type | Class and Description |
---|---|
class |
PluginExecutionResultImpl |
Modifier and Type | Method and Description |
---|---|
PluginExecutionResult |
AbstractPluginContext.getResult()
This method returns the PluginExecutionResult of the plugin which is
invoked in this context.
|
PluginExecutionResult |
AbstractPluginDescriptor.invoke(int methodIndex,
PluginContext context,
java.lang.Object... args) |
PluginExecutionResult |
MacroPluginDescriptorImpl.invoke(int methodIndex,
PluginContext context,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPluginContext.setFuture(PluginExecutionResult futureToBe) |