public class SelectXSEventStreamFromXSAuthorUtil
extends java.lang.Object
Constructor and Description |
---|
SelectXSEventStreamFromXSAuthorUtil() |
Modifier and Type | Method and Description |
---|---|
static <P extends XSEventReaderParameters> |
run(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.stream.core.interfaces.XSAuthor<XSEvent> author,
P parameters,
org.processmining.widgets.wizard.Route<P> route)
Allows for fetching an event stream form an author first and subsequently
route using the given route.
|
public static <P extends XSEventReaderParameters> org.processmining.widgets.wizard.WizardResult<P> run(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.stream.core.interfaces.XSAuthor<XSEvent> author, P parameters, org.processmining.widgets.wizard.Route<P> route)
context
- author
- parameters
- route
-