Uses of Interface
org.processmining.framework.plugin.PluginExecutionResult
-
Packages that use PluginExecutionResult Package Description org.processmining.framework.plugin org.processmining.framework.plugin.impl -
-
Uses of PluginExecutionResult in org.processmining.framework.plugin
Methods in org.processmining.framework.plugin that return PluginExecutionResult Modifier and Type Method Description PluginExecutionResultPluginContext. getResult()This method returns the PluginExecutionResult of the plugin which is invoked in this context.PluginExecutionResultPluginDescriptor. invoke(int methodIndex, PluginContext context, java.lang.Object... args)Asynchronously invokes a method of this plugin.PluginExecutionResultPluginParameterBinding. invoke(PluginContext context, java.lang.Object... parameterObjects)Invokes the method of the plugin referenced by this binding on the given parameterObjects.Methods in org.processmining.framework.plugin with parameters of type PluginExecutionResult Modifier and Type Method Description voidPluginContext. setFuture(PluginExecutionResult resultToBe) -
Uses of PluginExecutionResult in org.processmining.framework.plugin.impl
Classes in org.processmining.framework.plugin.impl that implement PluginExecutionResult Modifier and Type Class Description classPluginExecutionResultImplMethods in org.processmining.framework.plugin.impl that return PluginExecutionResult Modifier and Type Method Description PluginExecutionResultAbstractPluginContext. getResult()This method returns the PluginExecutionResult of the plugin which is invoked in this context.PluginExecutionResultAbstractPluginDescriptor. invoke(int methodIndex, PluginContext context, java.lang.Object... args)Methods in org.processmining.framework.plugin.impl with parameters of type PluginExecutionResult Modifier and Type Method Description voidAbstractPluginContext. setFuture(PluginExecutionResult futureToBe)
-