congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
WorkflowReport.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.taverna.platform.report.WorkflowReport
constructor

Best Java code snippets using org.apache.taverna.platform.report.WorkflowReport.<init> (Showing top 2 results out of 315)

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

protected WorkflowReport parseWorkflowReport(JsonNode reportJson,
    Path workflowReportJson, ActivityReport actReport,
    WorkflowBundle workflowBundle) throws ParseException {
  Workflow wf = (Workflow) getSubject(reportJson, workflowBundle);
  WorkflowReport workflowReport = new WorkflowReport(wf);
  workflowReport.setParentReport(actReport);
  parseDates(reportJson, workflowReport);
  for (JsonNode invocJson : reportJson.path("invocations"))
    // NOTE: Invocation constructor will add to parents
    parseInvocation(invocJson, workflowReportJson, workflowReport);
  for (JsonNode procJson : reportJson.path("processorReports")) {
    ProcessorReport procReport = parseProcessorReport(procJson,
        workflowReportJson, workflowReport, workflowBundle);
    workflowReport.addProcessorReport(procReport);
  }
  return workflowReport;
}
origin: org.apache.taverna.engine/taverna-run-impl

@Before
public void dummyReport() throws Exception {
  wfReport = new WorkflowReport(wfBundle.getMainWorkflow());
  dataBundle = DataBundles.createBundle();
  wfReport.setDataBundle(dataBundle);
org.apache.taverna.platform.reportWorkflowReport<init>

Popular methods of WorkflowReport

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • requestLocationUpdates (LocationManager)
  • scheduleAtFixedRate (Timer)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Permission (java.security)
    Legacy security code; do not use.
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Reference (javax.naming)
  • JCheckBox (javax.swing)
  • JComboBox (javax.swing)
  • PhpStorm for WordPress
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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