121122123124125126127128
* @param monitor * @param properties * @param slotContents */ protected void executeWorkflow(String wfFile, IProgressMonitor monitor, Map<String, String> properties, Map<String, ?> slotContents) { new WorkflowRunner().run(wfFile, new ProgressMonitorAdapter(monitor), properties, slotContents); }
434445464748495051
109110111112113114115116
828384858687888990
} } protected boolean executeWorkflow(String wfFile, IProgressMonitor monitor, Map<String, String> properties, Map<String, ?> slotContents) { return new WorkflowRunner().run(wfFile, new ProgressMonitorAdapter(monitor), properties, slotContents); }
777879808182838485
} } protected void executeWorkflow(String wfFile, IProgressMonitor monitor, Map<String, String> properties, Map<String, ?> slotContents) { new WorkflowRunner().run(wfFile, new ProgressMonitorAdapter(monitor), properties, slotContents); }
868788899091929394