Tabnine Logo
WorkflowReport.addReportListener
Code IndexAdd Tabnine to your IDE (free)

How to use
addReportListener
method
in
org.apache.taverna.platform.report.WorkflowReport

Best Java code snippets using org.apache.taverna.platform.report.WorkflowReport.addReportListener (Showing top 1 results out of 315)

origin: org.apache.taverna.engine/taverna-run-impl

@Override
public String createRun(RunProfile runProfile) throws InvalidWorkflowException, RunProfileException {
  Run run = new Run(runProfile);
  run.getWorkflowReport().addReportListener(new RunReportListener(run.getID()));
  runMap.put(run.getID(), run);
  postEvent(RUN_CREATED, run.getID());
  return run.getID();
}
org.apache.taverna.platform.reportWorkflowReportaddReportListener

Popular methods of WorkflowReport

  • addProcessorReport
  • getState
  • getSubject
  • <init>
  • getCompletedDate
  • getCreatedDate
  • getDataBundle
  • getProcessorReports
  • getStartedDate
  • setParentReport
  • addDates
  • addInvocation
  • addDates,
  • addInvocation,
  • addProcessor,
  • getCancelledDate,
  • getInvocations,
  • getLongestName,
  • getParentReport,
  • getPausedDate,
  • getPausedDates

Popular in Java

  • Parsing JSON documents to java classes using gson
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getContentResolver (Context)
  • setRequestProperty (URLConnection)
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now