Codota Logo
WorkflowReport.getCreatedDate
Code IndexAdd Codota to your IDE (free)

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

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
FileOutputStream f =
  • Codota IconFile file;new FileOutputStream(file)
  • Codota IconString name;new FileOutputStream(name)
  • Codota IconFile file;new FileOutputStream(file, true)
  • Smart code suggestions by Codota
}
origin: org.apache.taverna.engine/taverna-run-impl

@Override
public String getRunName(String runID) throws InvalidRunIdException {
  WorkflowReport workflowReport = getWorkflowReport(runID);
  return workflowReport.getSubject().getName() + "_" + ISO_8601.format(workflowReport.getCreatedDate());
}
origin: org.apache.taverna.engine/taverna-run-impl

assertEquals(mainWf, wfReport.getSubjectURI());
assertEquals(date(2013,1,2,13,37), wfReport.getCreatedDate());
assertEquals(date(2013,1,2,14,50), wfReport.getStartedDate());
assertEquals(date(2013,12,31,0,0), wfReport.getCompletedDate());
org.apache.taverna.platform.reportWorkflowReportgetCreatedDate

Popular methods of WorkflowReport

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

Popular in Java

  • Making http requests using okhttp
  • getSystemService (Context)
  • findViewById (Activity)
  • getContentResolver (Context)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • ImageIO (javax.imageio)
  • BoxLayout (javax.swing)
  • JList (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now